You can use PowerCLI to find a VM by it’s IP.
Get-View -ViewType VirtualMachine -Filter @{“Guest.IpAddress”=”x.x.x.x”}
Virtualization and Storage
You can use PowerCLI to find a VM by it’s IP.
Get-View -ViewType VirtualMachine -Filter @{“Guest.IpAddress”=”x.x.x.x”}
Leave a Reply