Summary: Use Windows PowerShell in Windows 8.1 to get Windows Defender status information.
I recently upgraded to Windows 8.1, and I want to know how to use Windows PowerShell to determine the status.
Use the Get-MpComputerStatus function. It reports the status of Windows Defender services,
signature versions, last update, last scan, and more.
Get-MpComputerStatus
0 comments