Populating Sites & Services

  • Thread starter Thread starter Robn Briggs
  • Start date Start date
R

Robn Briggs

Does anyone know of a way to populate multiple subnets
into AD using a text file as input? We need to populate
about 1,000 subnets and would like to avoid typing each
one into the MMC.

Thanks!
 
Hi Rob-

You would need to do this via vbscripting perhaps using an Array or some
const variables calling to an external file (be it notepad file or excel
spreadsheet). Perhaps it may be something to get better info at one of the
scripting newsgroups on the MS public news server.

--
Thanks,
Richard Moreno
MCSE NT4\2000, MCSA 2000

This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Does anyone know of a way to populate multiple subnets
into AD using a text file as input? We need to populate
about 1,000 subnets and would like to avoid typing each
one into the MMC.

Thanks!
Hi Robn,

look at the following scripts which will help you setting this up for you:

Creating an Active Directory Site
http://www.microsoft.com/technet/ScriptCenter/network/scrnet13.asp

Creating an Active Directory Site Link
http://www.microsoft.com/technet/ScriptCenter/network/scrnet14.asp

Creating an Active Directory Subnet
http://www.microsoft.com/technet/ScriptCenter/network/scrnet15.asp

Gruesse - Sincerely,

Ulf B. Simon-Weidner
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top