我是 Exchange 服务器和 powershell 的初学者,我正在使用 Exchange 服务器(本地),我如何确定我是否有最新的更新、安全更新、Windows 服务器(核心)和 Exchange 服务器的版本,或者不是,所以我必须更新它?(通过powershell)。
提前致谢
我是 Exchange 服务器和 powershell 的初学者,我正在使用 Exchange 服务器(本地),我如何确定我是否有最新的更新、安全更新、Windows 服务器(核心)和 Exchange 服务器的版本,或者不是,所以我必须更新它?(通过powershell)。
提前致谢
据我所知,似乎没有任何脚本或命令可以检测当前版本的 Exchange 和 windows 服务器是否是最新的。
可用的方法是手动获取当前版本,然后与microsoft docs进行比较:
1 导航到以下位置:控制面板->卸载程序并查看已安装的更新
2 在 Exchange PowerShell 中以管理员身份运行以下命令:
或者您可以导航到以下位置:
Control Panel\System and Security\Windows Update\Change settings
,并选中复选框“在我更新 Windows 时为我提供其他 Microsoft 产品的更新”,以便在检查更新时获得 Exchange 服务器的最新 SU 版本和 windows 服务器的补丁版本:您可以使用 GitHub 上的 Exchange Server Health Checker Script 来查看服务器是否是最新的:
https ://github.com/dpaulson45/HealthChecker#download
.\HealthChecker.ps1
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