SharePoint PowerShell to restart IIS on all your farm’s servers by Administrator June 22, 2018 Comments This script will loop through the servers on your farm based on the server role , and will execute an IISreset on all servers matching the role. clear $spserver =…Read More