Perform an IISRESET on multiple servers using PowerShell
This script is used to Reset all the Servers in SharePoint farm.Please Note: you have local administrator permissions on each server to perform the IISRESET.clsWrite-Host "Loading SharePoint Commandlets"Add-PSSnapin Microsoft.SharePoint.PowerShell -erroraction…