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