What are the two modes of nslookup?

Does nslookup have parameters in Windows?

When calling nslookup in Microsoft Windows (XP, 2025 etc.) it does not have parameters like the ones on Ubuntu. Ie nslookup google.com will return the server DNS information but nslookup google.com 10.5 -mx 10 is no such thing in Windows. I know I can write a command line myself but I was wondering if there is an alternative?

Nslookup does have some additional options that are not used by default. For example the -query parameter takes a query string for your domain like the following.
> nslookup www.apple.com -query=tcp -noaddresses

This tool may be useful in Windows: Query DNS data using TELNET.

Related Answers

How to install nslookup command in CentOS 7?

I mean to check the hostname, ip address. k1l...

What is the Linux version of nslookup?

Nslookup. nslookup is a command-line tool for querying the n...

How do I get nslookup on Linux?

Nslookup has a slew of different query modes that you can us...