April 25th, 2014

PowerTip: Use PowerShell to Find Dates of Last Defender Scans

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to find the dates of the last Windows Defender scans.

Hey, Scripting Guy! Question How can I use Windows PowerShell in Windows 8 to find the dates of the last quick scan and full scan
          from Windows Defender?

Hey, Scripting Guy! Answer Use the Get-MpComputerStatus cmdlet and select properties ending in the word age:

Get-MpComputerStatus | select *age

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.