As you can tell, many of my script posts occur after something was needed at work and I ended scripting it. This time we needed to alter the startup of a service on a group of systems. I wrote this PowerShell script to set the startup type and status of a specified service. It does require three parameters: service name, startup type desired, and desired status.
Script is available in my GitHub repository at https://github.com/NecroMonkey/vault/blob/master/ConfigMgr-Run-Scripts/set-service-state.ps1