Run iisreset over PowerShell remoting
Invoke-Command -ComputerName @("server1", "server2") -ScriptBlock { Invoke-Expression "iisreset" }