October 24th, 2013

PowerTip: Use PowerShell to Configure Windows Defender Signature Updates

Doctor Scripto
Scripter

Summary: Use Windows PowerShell 4.0 in Windows 8.1 to configure Windows Defender signature updates.

Hey, Scripting Guy! Question How can I use Windows PowerShell to configure Windows Defender signature updates?

Hey, Scripting Guy! Answer Use the Set-MpPreference function and specify a value for the SignatureScheduleDay parameter
          (to update signatures daily, use the value of 0):

Set-MpPreference -SignatureScheduleDay 0

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.