Summary: Use Windows PowerShell to find Windows Defender configuration settings.
How can I use Windows PowerShell to see how Windows Defender is set up?
Use the Get-MPPreference function from the Windows Defender module in Windows 8.1:
Get-MpPreference
0 comments