DSADD parameters
someeh
Member Posts: 143
I'm reading on the MS Press Book on using dsadd to create computer accounts in a specific OU of your choosing.
My question is! if the the OU has subcontainers are there any additional parameters I can use??
My question is! if the the OU has subcontainers are there any additional parameters I can use??
Comments
-
rsutton Member Posts: 1,029 ■■■■■□□□□□You need to specify the full path. If you are creating a computer account called Comp01 in an OU called "Miami" which is a sub OU of "Florida" in a domain called "crazymonkey.com" you would specify it as follows:
CN=Comp01,OU=Miami,OU=Florida,DC=crazymonkey,DC=com -
someeh Member Posts: 143You need to specify the full path. If you are creating a computer account called Comp01 in an OU called "Miami" which is a sub OU of "Florida" in a domain called "crazymonkey.com" you would specify it as follows:
CN=Comp01,OU=Miami,OU=Florida,DC=crazymonkey,DC=com
Thank You, good meng! it works