Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify an FTP Server Metabase PropertyContent of Modify an FTP Server Metabase Property.vbsMD5 Hash: DFA73CD526C2A1EFD8A1C41BF200E229 |
||
' Description: Demonstration script that modifies an FTP server property (DontLog) in the IIS metabase for an FTP server named MSFTPSVC/1.
On Error Resume Next strComputer = "LocalHost" Set objIIS = GetObject("IIS://" & strComputer & "/MSFTPSVC/1") objIIS.DontLog = TRUE objIIS.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |