Find MAC
Get-Module -ListAvailable VM* | Import-Module
Set-PowerCLIConfiguration -Scope Session -InvalidCertificateAction 'Ignore'
Connect-VIServer -Server sdc-vcsa1.rowan.edu
Get-VM | Get-NetworkAdapter | Where {$_.MacAddress -eq “<MAC ADDRESS>”} | Format-List
Disconnect-VIServer -Server $vcserver -C
confirm:$false