PowerTip: Use PowerShell to Display Defender Update Status

Doctor Scripto

Summary: Use Windows PowerShell to display Windows Defender update status.

Hey, Scripting Guy! Question How can I use Windows PowerShell to check the update status of Windows Defender on my
         computer running Windows 8.1?

 Hey, Scripting Guy! Answer Use the Get-MPComputerStatus cmdlet and select properties that contain the word Updated:

Get-MpComputerStatus | select *updated

0 comments

Discussion is closed.

Feedback usabilla icon