Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Clear the Group Policy Links Assigned to an OUContent of Clear the Group Policy Links Assigned to an OU.vbsMD5 Hash: 2A7357AA648269A95356763FFEC89F6B |
||
' Description: Removes all the Group Policy links assigned to the Sales OU in Active Directory.
Const ADS_PROPERTY_CLEAR = 1 Set objContainer = GetObject _ ("LDAP://ou=Sales,dc=NA,dc=fabrikam,dc=com") objContainer.PutEx ADS_PROPERTY_CLEAR, "gPLink", 0 objContainer.PutEx ADS_PROPERTY_CLEAR, "gPOptions", 0 objContainer.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |