Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Move a User AccountContent of Move a User Account.vbsMD5 Hash: 6CCB4FE561F492F5A12BF90B951C5735 |
||
' Description: Moves a user account from one OU to another.
Set objOU = GetObject("LDAP://ou=sales,dc=na,dc=fabrikam,dc=com") objOU.MoveHere _ "LDAP://cn=BarrAdam,OU=hr,dc=na,dc=fabrikam,dc=com", vbNullString | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |