I want to write a script that uses appcmd.exe to monitor IIS state - restart a site if it's down and/or restart IIS if it's down.
Can this be done with powershell? is there a more natural/easier method of doing this?
Thanks :-)
|
I want to write a script that uses appcmd.exe to monitor IIS state - restart a site if it's down and/or restart IIS if it's down. Can this be done with powershell? is there a more natural/easier method of doing this? Thanks :-) |
||||
|
|
|
Windows PowerShell is always the Answer! This should do it for your particular question:
Hope this Helps |
|||
|
|
|
You can use the |
|||
|
|