show/hide this revision's text 2 added 15 characters in body

Hi Steven. Your script was really close to correct (and I really appreciated)appreciate your response).

The following script is what I used to solve my problem.:

$from = [ADSI]"LDAP://CN=IT Department, OU=Technology Department, OU=Departments,DC=Company,DC=ca"
$to = [ADSI]"LDAP://OU=Temporarily Moved Groups, DC=Company,DC=ca"
$from.PSBase.MoveTo($to,"cn="+$from.name)
show/hide this revision's text 1

Hi Steven. Your script was really close to correct (and really appreciated).

The following script is what I used to solve my problem.:

$from = [ADSI]"LDAP://CN=IT Department, OU=Technology Department, OU=Departments,DC=Company,DC=ca"
$to = [ADSI]"LDAP://OU=Temporarily Moved Groups, DC=Company,DC=ca"
$from.PSBase.MoveTo($to,"cn="+$from.name)