I need to pre-stage 100's of computer accounts into a specified OU, which I can do via batch file, lines of which may be;
dsadd computer "cn=client01,OU=In Build,OU=IT,dc=mydomain,dc=co,dc=uk"
dsadd computer "cn=client02,OU=In Build,OU=IT,dc=mydomain,dc=co,dc=uk"
dsadd computer "cn=client03,OU=In Build,OU=IT,dc=mydomain,dc=co,dc=uk"
etc
If I did this one by one via the gui I can specify "user or group who can join this computer to the domain". Is there such a parameter within DSADD?
thanks