Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
October 21, 2003
A. You can use the Dsmove command with the -newparent switch to assign new containers to Active Directory (AD) objects. For example, to move user johnsavill from the Users container to an organizational unit (OU) called Sales, type
C:>dsmove "CN=johnsavill,CN=Users,DC=it,DC=uk,DC=savilltech,DC=com" -newparent OU=Sales,DC=it,DC=uk,DC=savilltech,DC=com
The machine will return the following result:
dsmove succeeded:CN=johnsavill,CN=Users,DC=it,DC=uk,DC=savilltech,DC=com
You May Also Like