I am looking for a way to restart three services on multiple servers simultaneously. I know how to restart services against a list of servers by using a loop but as I have many
you can use the invoke-command cmdlet invoke-command -computername computer1,computer2,computer3 {restart-service servicename}
invoke-command -computername computer1,computer2,computer3 {restart-service servicename}