Hi Iggsterman,
Thanks for taking time to respond.
FQDN in the CSV does not work, but using the -IPV4Address switch vs. -IP did tjhe trick.
(The IP is private)
Regards,
Rick
Greetings,
I am trying to use the following Powershell code to bulk import DNS A records into Windows 2008 DNS:
Import-Csv .\thosts.csv | foreach{Add-DnsServerResourceRecordA -Name $_.name -ZoneName xxxxx.com -AllowUpdateAny -CreatePtr -IP $_.ip -Computername xxxxxxx}
My CSV file looks like...
Greetings,
I am tasked with synchronizing AD objects (OUs, users, groups, computers, etc.) between our production domain (Jacob.com) and our test domain (recovery.jacob). Yes, it's two different domains and forests. I do not know
exactly how recovery.jacob was initially created. I do know that...
I'm not the dbase designer on this, but a Citirx server guy looking to solve this. Hopefully the details are adequate to generate some options.
Design: In Access 2000 a Resources.mde dbase opens a form where I select a button that allows me to use another form where I select a “field” and “Run...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.