Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add a User to an ADAM GroupContent of Add a User to an ADAM Group.vbsMD5 Hash: D4142F3169B86679BAC2EC9B0B0986ED |
||
' Description: Adds the user Kenmyer to an ADAM group named Accountants.
On Error Resume Next Set objGroup = GetObject _ ("LDAP://localhost:389/cn=Accountants,ou=Accounting,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 :: |