How to remote restart an IIS7 Application pool
Please note that the source computer and target computer are running IIS7 in windows 2008 Server R2 so would have to be using Powershell.
Thanks!
|
How to remote restart an IIS7 Application pool Please note that the source computer and target computer are running IIS7 in windows 2008 Server R2 so would have to be using Powershell. Thanks! |
||||
|
|
|
From a remote machine you would need to run the following command to restart the IIS7 application pool:
Please use this link which can help you to control IIS7 remotely with PowerShell. More info about Restart-WebItem is here: Restart-WebItem => Restarts an application pool or a Web site. |
|||
|
|