Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify a POP3 Server Setting Metabase PropertyContent of Modify a POP3 Server Setting Metabase Property.vbsMD5 Hash: E5AFCB80F943EC575D4E232C4FE9B4C4 |
||
' Description: Demonstration script that modifies the AuthPassport property value for all the POIP3 servers on a computer running IIS 6.0.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * from IIsPop3ServerSetting") For Each objItem in colItems objItem.AuthPassport = TRUE objItem.Put_ Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |