So I’m going through “Learn IIS In A Month of Lunches” and I get to setting the recycling time. I first read the command: Get-ItemProperty -Path IIS:\AppPools\DefaultAppPool -Name recycling.PeriodicRestart.time
And then I do the next logical thing. I do a Get-ItemProperty on the path and thats where everything falls apart. The item property that I just modified is not there. Yes, it is NOT there. Nor are items like recycling.PeriodicRestart.schedule.collection
Really? I don’t swear often, but this made me want to swear. What is the point of Get-ItemProperty if you don’t list everything that is there.
Anybody have insight on this phenomenon?