We are getting an error when we try to set the app pool recycling to a specific time every 7 days. We want to recycle it every 7 days at 3 am. The doc says it is possible by using the optional [d] argument :
http://technet.microsoft.com/en-us/library/cc754494(v=ws.10).aspx
Command :
C:\Windows\System32\inetsrv>appcmd set apppool /apppool.name: TempPool /+recycli
ng.periodicRestart.schedule.[value='7.03:00:00']
Error Message:
---------------------------
Application Pools
---------------------------
There was an error while performing this operation.
Details:
Timespan value must be between 00:00:00 and 23:59:59 seconds inclusive, with a granularity of 60 seconds
---------------------------