How to Check TXT records in windows CMD Prompt with nslookup
How to Check TXT records in windows CMD Prompt with nslookup.
C:\Users\manastripathy>nslookup
Default Server: example.local
Address: 192.168.3.6
> set type=txt -------> Set the type of record you want to check
> awverify.example.com
Server: example.local
Address: 192.168.3.6
Non-authoritative answer:
awverify.example.com text =
"awverify.exampleasia.net."
C:\Users\manastripathy>nslookup
Default Server: example.local
Address: 192.168.3.6
> set type=txt -------> Set the type of record you want to check
> awverify.example.com
Server: example.local
Address: 192.168.3.6
Non-authoritative answer:
awverify.example.com text =
"awverify.exampleasia.net."
No comments