Déplacer un objet dans Active Directory

En Powershell :

$Destination = [ADSI]"LDAP://ou=groupe1,ou=utilisateurs,dc=domaine,dc=tld"
$Source = "LDAP://cn=bobby,ou=utilisateurs,dc=domaine,dc=tld"

$Destination.movehere($Source, "cn=bobby")
 
deplacer_un_objet_dans_active_directory.txt · Dernière modification: 2009/08/19 10:25 par nimda
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki