Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Trust Relationship PropertiesContent of Configure Trust Relationship Properties.vbsMD5 Hash: F44A7FA1B9904C38AC9F146CC7554963 |
||
' Description: Configures trust relationship refresh and validation properties.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & _ strComputer & "\root\MicrosoftActiveDirectory") Set colTrustList = objWMIService.ExecQuery _ ("Select * from Microsoft_TrustProvider") For Each objTrust in colTrustList objTrust.TrustListLifetime = 25 objTrust.TrustStatusLifetime = 10 objTrust.TrustCheckLevel = 1 objTrust.Put_ Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |