Hi All
I want to create DNS records i.e host records and alias records by importing csv file, experts please guide me with the syntax.
using the below syntaxes i can create records but how do i import csv file and create it also i want to create ptr recording during host record creation.
Add-DnsServerResourceRecordA -ZoneName contoso.com -IPv4Address 192.168.5.10
Add-DnsServerResourceRecordCName -ZoneName contoso.com -HostNameAlias "server01.contoso.com" -Name "fin1"
my csv file is in below format
