Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify an FTP Service Metabase PropertyContent of Modify an FTP Service Metabase Property.vbsMD5 Hash: 62BAC7E38B909F43DBEC2E39B146B939 |
||
' Description: Demonstration script that modifies an FTP service property (AllowAnonymous) in the IIS metabase.
strComputer = "LocalHost" Set objIIS = GetObject("IIS://" & strComputer & "/MSFTPSVC") objIIS.AllowAnonymous = FALSE objIIS.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |