Advertisement
private775

SharePoint: restart IIS on all servers with Application role

Apr 13th, 2015
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Get-SPServer|?{$_.Role -eq "Application"}| % { iisreset /RESTART $_.Address }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement