Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Move a Computer AccountContent of Move a Computer Account.vbsMD5 Hash: 1B42CC60F8BD382B7571367AE214AACF |
||
' Description: Moves a computer account from the Computers container in Active Directory to the Finance OU in the same domain.
Set objNewOU = GetObject("LDAP://OU=Finance,DC=fabrikam,DC=com") Set objMoveComputer = objNewOU.MoveHere _ ("LDAP://CN=atl-pro-03,CN=Computers,DC=fabrikam,DC=com", "CN=atl-pro-03") | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |