Disable Multiple Services using Powershell
Over the past few months I’ve been doing a lot of work that’s required me to get into the Services control panel on Windows Server. While it’s fairly easy to get in and change the status of one service using the windows services control panel (WIN+R, Services.msc), it gets annoying when you need to do this multiple times, and even worse if you need to take action on multiple services.
Fortunately, powershell gives us the ability to do this very easily.
Here’s how:
Continue reading “Disable Multiple Services using Powershell”