Top "Nslookup" questions

GENERAL NSLOOKUP SUPPORT IS OFF-TOPIC.

Getting IP addresses for hostnames using nslookup in Powershell

I am new to Powershell scripting and I need to write one script. I have a list of server hostnames …

powershell ip hostname nslookup
python module for nslookup

Is there a python-module that's doing the same stuff as nslookup does? I am planning to use nslookup on digging …

python-module nslookup
DNS Lookup failed - Error with all browsers

Please scroll down for the solution that solved my problem... Question ::: Firstly, please excuse me for asking this question here. …

web dns proxy nslookup
Reverse DNS lookup in perl

How do I perform a reverse DNS lookup, that is how do I resolve an IP address to its DNS …

perl ip lookup nslookup reverse-dns
** server can't find hostname.com nxdomain

I am trying to set up an apache web server on my vm and im running into some issues. When …

apache hosts nslookup dnsmasq
perform nslookup from PowerShell

I'm writing a powershell to exact the ip from a server name, which need me to embed the nslookup code …

powershell nslookup
Resolve hostname in PHP using different name server

How I can resolve hostname to IP address using PHP, but using different nameserver (eg. OpenDNS or Google Public DNS). …

php dns nslookup
How to I make a script that does nslookup -q=ns for multiple websites and exports the results to a file

I need to create a script that does outputs the results of nslookup -q=ns for multiple websites into a …

dns export-to-excel domain-name nslookup
Getting default server Unknown after configuring DNS by nslookup

I am new to windows server. I just installed DNS on windows 2012 server. Here is how it appeared after installing …

dns windows-server-2012 nslookup
How to use nslookup in bash to verify is DNS is configured properly?

Mainly I want to detect if DNS is configured properly on a machine by using nslookup. Sadly it seems that …

bash nslookup