Powershell

如何通過 powershell 確定我是否有最新的安全更新?

  • September 21, 2021

我是 Exchange 伺服器和 powershell 的初學者,我正在使用 Exchange 伺服器(本地),我如何確定我是否有最新的更新、安全更新、Windows 伺服器(核心)和 Exchange 伺服器的版本,或者不是,所以我必須更新它?(通過powershell)。

提前致謝

您可以使用 GitHub 上的 Exchange Server Health Checker Script 來查看伺服器是否是最新的:

https ://github.com/dpaulson45/HealthChecker#download

  1. 在您的伺服器上,打開 EMS,然後打開您下載 HealthChecker.ps1 PowerShell 腳本的文件夾。現在執行以下命令

.\HealthChecker.ps1 在此處輸入圖像描述

  1. 此腳本將列出您需要修補的所有安全漏洞。如果您發現多個漏洞,或者您的 Exchange 伺服器受到威脅,那麼您需要使用 EOMT。您可以參考以下連結: Microsoft Exchange Remote Code Execution Vulnerability Flaws and their Fixes

https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-health-checker-has-a-new-home/ba-p/2306671

https://petri.com/understanding-exchange-server-updates-and-the-process-to-patching

引用自:https://serverfault.com/questions/1078022