From 2286368e0b15244da4662461fb117de5c9868ee9 Mon Sep 17 00:00:00 2001 From: DeploymentBunny Date: Wed, 2 Dec 2015 00:29:26 +0100 Subject: [PATCH] Files Added --- .../Configure-DisableServicesforWindowsServer.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Tools/Configure - Disable Services for Windows Server/Configure-DisableServicesforWindowsServer.ps1 diff --git a/Tools/Configure - Disable Services for Windows Server/Configure-DisableServicesforWindowsServer.ps1 b/Tools/Configure - Disable Services for Windows Server/Configure-DisableServicesforWindowsServer.ps1 new file mode 100644 index 0000000..d5bd768 --- /dev/null +++ b/Tools/Configure - Disable Services for Windows Server/Configure-DisableServicesforWindowsServer.ps1 @@ -0,0 +1,2 @@ +#For Windows Server 2016 TP4 UI +Get-Service -Name MapsBroker | Set-Service -StartupType Disabled