Browse by Tags
All Tags »
PowerShell (RSS)
Sorry, but there are no more tags available to filter with.
[English] PowerShell is very powerful and allows you to script and manage easily your IT. The following scripts show you how you can use WMI to manage IIS 6. Set App Pool $newVDir =[wmi] 'root\MicrosoftIISv2:IIsWebVirtualDirSetting.Name="W3SVC/1/ROOT/MaxVirtDir"'
Read More...