April 24th, 2014

PowerTip: Use PowerShell to Display Defender Update Status

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.