Code snippet – Report with VM Name, NIC Type and MAC adress
This script will report the following parameters: VM name, type of the virtual network adapter and MAC adress. Just fill in the name of your vCenter Server in the first line: Connect-VIServer vCenterServer $VMs = Get-VM * $Data = @()…
Read more