VMware PowerCLI- list all VM's Mac Addresses

Easy way of listing all mac addresses of VM's in Cluster.

Get-VM | Get-View | foreach { Write-Host $_.Name $_.Config.Hardware.Device.MacAddress }

Komentarze

Popularne posty z tego bloga

PROXMOX & GlusterFS - HA Cluster with shared redundant storage

Site 2 Site tunnel with multiple identical subnets on remote sites - without virtual hosts ( Route Based VPN )

DRBD 8.4 on Debian Jessie