How to check defender AV Signature Version on Windows 11 via PowerShell

Configurare noua (How To)

Situatie

Microsoft Defender regularly downloads security intelligence updates (signatures) to identify the latest viruses, ransomware, and spyware.

Solutie

Pasi de urmat

PowerShell is the quickest and easiest method to check the Defender AV Signature version. To accomplish that, launch the PowerShell as administrator and run the below command.

Get-MpComputerStatus | Select-Object AntivirusSignatureVersion

To view more information about the Defender antivirus components, execute the following command. The output contains the following information:

Get-MpComputerStatus | Select-Object AMServiceVersion, AntispywareSignatureVersion, AntivirusSignatureVersion, AntivirusSignatureLastUpdated

 

Tip solutie

Permanent

Voteaza

(5 din 7 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?