Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify a POP3 Service Metabase SettingContent of Modify a POP3 Service Metabase Setting.vbsMD5 Hash: F8707FF3476912B010479D9AC158F0EA |
||
' Description: Demonstration script that modifies the global POP3 server AuthAnonymous property metabase value on a computer running IIS 6.0.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * from IIsPop3ServiceSetting") For Each objItem in colItems objItem.AuthAnonymous = FALSE objItem.Put_ Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |