1:
Import-CSV records.txt -delimiter `t | foreach { dnscmd /RecordAdd yourzone.local $_.Name A $_.Data }