Quantcast
Channel: Scripting Blog
Viewing all articles
Browse latest Browse all 2129

PowerTip: Use PowerShell to Find Dates of Last Defender Scans

$
0
0

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


Viewing all articles
Browse latest Browse all 2129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>