10 月 4 日消息據 bleepingcomputer 報道,微軟發布了一個新工具,旨在讓用戶可以更新最新版本的 Microsoft Defender進而保護已安裝的 Windows 10 和 Windows Server安裝映像。
使用此工具應用的 Microsoft Defender 軟件包包括每月更新和修補程序以及最新的安全情報更新。用戶部署后,系統將更新目標 Windows 安裝映像上的反惡意軟件客戶端、引擎和簽名版本。Microsoft 解釋說:
“要運行此修補工具(DefenderUpdateWinImage.ps1),您需要具有 PowerShell 5.1 或更高版本的 64 位 Windows 10 或更高版本的 OS 環境,”
“它需要安裝 Microsoft.Powershell.Security 和 DISM 模塊。”
“請勿使用此程序包更新實時映像,因為它可能損壞在虛擬機中運行的 Windows 操作系統。”
IT之家了解到,該工具附帶對以下操作系統安裝映像的支持:Windows 10(企業版,專業版和家庭版),Windows Server 2019 和 Windows Server 2016。要使用腳本通過 Microsoft Defender 更新修補安裝映像,用戶首先必須下載適用于 Windows 映像的軟件包。
要使用 DefenderUpdateWinImage.ps1 腳本應用 Microsoft 防御程序更新,用戶必須發出以下命令:
PS C:\> DefenderUpdateWinImage.ps1 - WorkingDirectory -Action AddUpdate - ImagePath -Package
要刪除或回滾更新,用戶需要運行以下命令:
PS C:\> DefenderUpdateWinImage.ps1 - WorkingDirectory -Action RemoveUpdate - ImagePath
列出已安裝的更新:
PS C:\> DefenderUpdateWinImage.ps1 - WorkingDirectory -Action ShowUpdate - ImagePath