Does anyone know how to perform IISRESET with Powershell Script? I'm using powerguieditor with powershell 1.0 instlled on a windows 2008 box.
|
|
|
|
|
|
|
Does IISRESET just restart the W3SVC and Windows Process Activation services? If so, you can restart those services with this PowerShell command:
But some folks don't recommend this. |
||
|
|
|
|
Not sure what you are looking for exactly, but create a script with a body of "iisreset /noforce" Here's an example: http://technet.microsoft.com/en-us/library/cc785436.aspx |
||
|
|
