Link to home
Start Free TrialLog in
Avatar of Christopher Gay
Christopher GayFlag for United States of America

asked on

Disable Windows Update on Windows Server 2012

Hello,

I have multiple servers that are all running a management software that handles patch management. I would like to run a script that via powershell that will disable the windows update service so that it and my patch management software are not always arguing on who gets to install which patch.

Any assistance would be appreciated.

Christopher
ASKER CERTIFIED SOLUTION
Avatar of Rich Weissler
Rich Weissler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Christopher Gay

ASKER

Rich,

No, actually I hadn't. I'm ashamed to admit that it didn't even occur to me. Thank you so much for your quick response.
Setting the start type can be done in PowerShell with running just Set-Service wuauserv -StartType Disabled.