October 22nd, 2013

PowerTip: Use PowerShell to Get Windows Defender Status

Doctor Scripto
Scripter

Summary: Use Windows PowerShell in Windows 8.1 to get Windows Defender status information.

Hey, Scripting Guy! Question I recently upgraded to Windows 8.1, and I want to know how to use Windows PowerShell to determine the status.

Hey, Scripting Guy! Answer Use the Get-MpComputerStatus function. It reports the status of Windows Defender services,
          signature versions, last update, last scan, and more.

Get-MpComputerStatus

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.