Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Assign a New Manager to an OUContent of Assign a New Manager to an OU.vbsMD5 Hash: 70A405895B662D640266996B6123E1DC |
||
' Description: Assigns the user account AkersKim as manager of the Sales OU in Active Directory.
Set objContainer = GetObject _ ("LDAP://ou=Sales,dc=NA,dc=fabrikam,dc=com") objContainer.Put "managedBy", "cn=AkersKim,ou=Sales,dc=NA,dc=fabrikam,dc=com" objContainer.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |