Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add a User to the ADAM Administrators GroupContent of Add a User to the ADAM Administrators Group.vbsMD5 Hash: 7AE1EDD924A9A6E8CBC830085454BE03 |
||
' Description: Adds the user Kenmyer to the ADAM Administrators group.
On Error Resume Next Set objGroup = GetObject _ ("LDAP://localhost:389/CN=Administrators,CN=Roles,dc=fabrikam,dc=com") Set objUser = GetObject _ ("LDAP://localhost:389/cn=kenmyer,ou=Accounting,dc=fabrikam,dc=com") objGroup.Add objUser.AdsPath | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |