Sometime we may have the IP of a machine and needs to know what is the physical name of the machine. Please execute below command in a commnd promot to find the details:
tracert [IP Address]
Example:
To find the machine name of IP 142.49.11.88, use below command:
tracert 142.49.11.88
Example output:
1 <1 ms 11 ms <1 ms testmachine.corp.testdomain.com [142.49.11.88]
tracert [IP Address]
Example:
To find the machine name of IP 142.49.11.88, use below command:
tracert 142.49.11.88
Example output:
1 <1 ms 11 ms <1 ms testmachine.corp.testdomain.com [142.49.11.88]
Comments