zdenek:As I mentioned earlier in the thread IIS:\anything does not work, i get for example
Set-Item : Cannot find drive. A drive with name 'iis' does not exist.
I am attempting to set the value via standard wmi interface objects, any thoughts?
OK, so a few things:
1. appcmd.exe should be there. Did you check the directory I mentioned?
2. As Sergei mentions, to get access to the iis:\ provider, you need to install the PowerShell snap-in.
3. I wasn't aware, but as Sergei mentions, you can't access the IIS WMI provider remotely. It is possible you will be able to get WMI to work to set this property locally, but if you're goal was to use WMI so you can do this remotely, you'll need to find an alternate method.