This script was designed to inventory the running services in your infrastructure. It requires a c:\temp\servers.txt file to be created and populated with server names; it will then query the… [Continue Reading]
Category: Windows Services
Check IIS Health (Services, Site, AppPool Statuses)
This is a simple script that will query the Windows Services for the status of the required IIS services (IISADMIN, WAS, W3SVC) and also output the status of your IIS… [Continue Reading]
Stop, Start, Restart Windows Services – PowerShell Script
Copy and save the below script as MaintainService.ps1 Open Powershell and navigate to the path where the script is saved Simply type part of the script name and then press… [Continue Reading]
Check Windows Service Status – PowerShell Script
Copy and save the below script as CheckMyService.ps1 Open Powershell and navigate to the path where the script is saved Simply type part of the script name and then press… [Continue Reading]