Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify a Web Virtual Directory Metabase PropertyContent of Modify a Web Virtual Directory Metabase Property.vbsMD5 Hash: AD3462C5396AB2063D35DCAA6EB98F22 |
||
' Description: Demonstration script that modifies a Web virtual directory property (EnableReverseDNS) in the IIS metabase.
strComputer = "LocalHost" Set objIIS = GetObject _ ("IIS://" & strComputer & "/W3SVC/1/ROOT/Printers") objIIS.EnableReverseDns = TRUE objIIS.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |