Lu.tai Posted January 6, 2022 Share Posted January 6, 2022 Hi, folks! So I am a bit lost. I have remote access to a guest OS. And I need to adjust some VM settings, but I don't know the name of this virtual machine. Can I find it out somehow? Quote Link to comment Share on other sites More sharing options...
Official Moderator Posted January 6, 2022 Share Posted January 6, 2022 Hi, @Lu.tai! You can do it in two cases: if you know the IP address or the MAC address of the mentioned VM. 1. If you know the IP address, do the following: Connect to the ESXi host or vCenter. Enter the username and password (It has to be an administrative account.): Connect-VIServer ESXi_or_vCenter_IP -User root The most straight-forward command to display a virtual machine with the defined IP address is: Get-VM * |where-object{$_.Guest.IPAddress -match "192.168.17.137"} (Where "192.168.17.137" is your chosen VM's IP address.) 2. Alternatively, you can identify the virtual machine's name with its IP address by using vSphere PowerCLI. Find more details on this and how to identify the VM name by MAC address in our blog post https://www.nakivo.com/blog/locating-vmware-vms-by-ip-or-mac-address/ Let me know if you have any additional questions. Quote Link to comment Share on other sites More sharing options...
Jameswalter Posted February 9 Share Posted February 9 In a web browser, enter the IP address of your vCenter Server in the address bar, open vSphere Client, and enter your credentials to log in. Go to Hosts and Clusters, select the needed VM by name and check the Summary tab 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.