Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Display Defender Update Status

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles