Schedule IISreset at specific time on powershell
How to Schedule IISreset at specific time on powershell without manual intervention?
March 31st, 2015 10:07am

I'd just use a scheduled task.
Free Windows Admin Tool Kit Click here and download it now
March 31st, 2015 10:15am

What Mike said, just use Task Scheduler to run the command IISRESET /RESTART and whatever intervals you would like and that should be it.

Now keep in mind if this is a public facing web server or even a internal web server, to choose a time, that has no users.

March 31st, 2015 10:22am

hi,

make powershell script and put it in scheduled tasks in system

script look like 

Restart-Service W3SVC,WAS -force

and have extansion .ps1 , also check box wfor running it with highest privelegues and don't requiered you logged on.

Free Windows Admin Tool Kit Click here and download it now
March 31st, 2015 10:24am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics