Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete All the Users in an Active Directory GroupContent of Delete All the Users in an Active Directory Group.vbsMD5 Hash: F63D6C0235260D096E60C9353A46DD4F |
||
Const ADS_PROPERTY_CLEAR = 1
Set objGroup = GetObject("LDAP://cn=Finance Users,ou=Finance,dc=fabrikam,dc=com") objGroup.PutEx ADS_PROPERTY_CLEAR, "member", 0 objGroup.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |