電腦百事網(wǎng) 10 月 6 日消息 據(jù) bleepingcomputer 報道,微軟發(fā)布了一個新工具,旨在讓用戶可以更新最新版本的 Microsoft Defender 進而保護已安裝的 Windows 10 和 Windows Server 安裝映像。
使用此工具應(yīng)用的 Microsoft Defender 軟件包包括每月更新和修補程序以及最新的安全情報更新。用戶部署后,系統(tǒng)將更新目標(biāo) Windows 安裝映像上的反惡意軟件客戶端、引擎和簽名版本。Microsoft 解釋說:
“要運行此修補工具(DefenderUpdateWinImage.ps1),您需要具有 PowerShell 5.1 或更高版本的 64 位 Windows 10 或更高版本的 OS 環(huán)境,”
“它需要安裝 Microsoft.Powershell.Security 和 DISM 模塊。”
“請勿使用此程序包更新實時映像,因為它可能損壞在虛擬機中運行的 Windows 操作系統(tǒng)。”
電腦百事網(wǎng)了解到,該工具附帶對以下操作系統(tǒng)安裝映像的支持:Windows 10(企業(yè)版,專業(yè)版和家庭版),Windows Server 2019 和 Windows Server 2016。要使用腳本通過 Microsoft Defender 更新修補安裝映像,用戶首先必須下載適用于 Windows 映像的軟件包。
要使用 DefenderUpdateWinImage.ps1 腳本應(yīng)用 Microsoft 防御程序更新,用戶必須發(fā)出以下命令:
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