Tag: vsphere

  • Get VM name with specific MAC Address

    -Recently I got a request to get a virtual machine (vm) name using only the network interface MAC Address. After search for some scripts I could not find one that really worked for me so I put my brain to work and this is what I came up: [sourcecode language=”powershell”] get-vm | get-networkadapter | Where-Object…

  • Performance Graphs

    In my current job I have to able to provide on demand all kind of performance charts from the virtual machines through VMware vSphere Client. While doing this some details caught my attention. I’ll try to explain. Imagine that you want to take a performance log from one week ago lets say 26/08/2016 from 3:00PM…