Summary: Use Windows PowerShell cmdlets to create a server resource record.
Is there was a way to script the creation of my internal server resource records for my Lync deployments?
If you're running Windows Server 2012 R2 or Windows Server 2012,
use the Add-NewDNSServerResourceRecord cmdlet (the following is a one-line command
that is broken for the webpage):
Add-DnsServerResourceRecord –zone Contoso.local –name _sip
–domainname sip.contoso.local –weight 0 –priority 0 –port 5060 –computername Contoso-DC