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