One of the things I had to do when building the last set of 2500 blades, was create computer accounts. There are many easy ways of doing this. I ended up with a simple dos script, which I ran using an account with rights to create them:

netdom add myserver123001 /OU:”OU=my ou,OU=member servers,OU=gla,OU=scot,DC=uk,DC=network,dc=int”
netdom add myserver1002 /OU:”OU=my ou,OU=member servers,OU=gla,OU=scot,DC=uk,DC=network,dc=int”
netdom add myserver1003 /OU:”OU=my ou,OU=member servers,OU=gla,OU=scot,DC=uk,DC=network,dc=int”
netdom add myserver1004 /OU:”OU=my ou,OU=member servers,OU=gla,OU=scot,DC=uk,DC=network,dc=int”

Netdom add myserver to the ‘my ou’ in the glasgow part of the scotland ou, in the uk forest, as in myserver1002.network.int: UK/Scotland/Glasgow/Memberservers/My OU/Myserver1002




No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Bookmark and Share

Leave a Reply