Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
-
Windows
-
1
-
Windows 2019-04-10
-
Customer Feedback
-
Needs Assessment
Description
I am trying to replicate currently deployed IIS configs in Puppet and have discovered the IIS module does not support the `restart_time_limit` format of `1.05:00:00`. I have tried passing `29:00:00` but that does not work.
PS C:\Windows\system32> $a = Get-WebConfiguration -Filter '/system.applicationHost/applicationPools/add' | where {$_.Name -eq 'PBE'}
|
PS C:\Windows\system32> [string]$a.recycling.periodicrestart.time
|
1.05:00:00
|
The module should support this format in addition to current time format.