Problem scenario
You want to create multiple A records in DNS. But to do it manually using the MMC would take too long. What should you do?
Solution
- Open the MMC and browse Active Directory. On the left the name of the A.D. server should be fairly obvious (e.g., contint or foobarsrv).
- Open PowerShell as an administrator.
- Create a .txt file called arecords.txt with this as the header:
name,ip
- Underneath that header place DNS names followed by a comma and a space,
…
Continue reading “How Do You Add Multiple DNS A Records in Active Directory Using a File?”