Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Remove a User from a GroupContent of Remove a User from a Group.vbsMD5 Hash: 99529CBE274B02BCE2E71BF8ECAA2375 |
||
' Description: Removes user MyerKen from the group Sea-Users.
Const ADS_PROPERTY_DELETE = 4 Set objGroup = GetObject _ ("LDAP://cn=Sea-Users,cn=Users,dc=NA,dc=fabrikam,dc=com") objGroup.PutEx ADS_PROPERTY_DELETE, _ "member",Array("cn=MyerKen,ou=Management,dc=NA,dc=fabrikam,dc=com") objGroup.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |