I need to find the computer name of one PC connected in LAN (joined to domain).
I have the IP address of terminal. how i will find the computer name?
Finding the IP address assigned to a computer is very simple. All you have to do is open the command prompt and use the IPCONFIG command. If you want to find the IP address associated with a specific computer name, you can use the NBTSTAT command. The syntax for doing so is as follows:
Find Computer IP Address using Computer Name:
NBTSTAT -A COMPUTERNAME
Find Computer Name Just use below command :
NBTSTAT -A IPADDRSS
Broadcast net view command and then do the
NBTSTAT -A -N
Use
NSLOOKUP
Or
PING -A IPADDRESS
NSLOOKUP uses DNS and PING will try WINS and DNS
Find Website IP-ADDRESS
PING WEBSITENAME
PING FACEBOOK.COM
Shutdown Remote Computer:
SHUTDOWN -I
Note:
use "/?" parameter to get the help on "dos" commands, like:
nbtstat /?
ipconfig /?
route /?
tracert /?
netsh /?
arp /?
0 comments:
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Link below the Comment to be Notified of Follow UP comments and Replies.
2. You can also Add / Insert Image in Comment box by Adding Tag. Image must be width 300px and height 200px .
3. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
4. Please "Do Not Add Links" to the body of your comment as they will not be published.
5. Only "English" comments shall be approved.
6. If you have a problem check first the comments, maybe you will find the solution there.
Post a Comment