When adding a TXT record using DNSCMD.exe, such as:
dnscmd.exe . /RecordAdd domain.com subdomain TXT "asdf12345"
An extra line break is added at the end of the TXT record value. That is, the value of the TXT record will become:
("asdf12345"
"")
We are wondering if there is anything we can do to avoid this from happening. Thanks!
Kelvin