Computer NetworksNETWORKS

How to Export mac addresses of VMs on Hyper V using Powershell

Powershell Command:
Get-vm | Get-VMNetworkAdapter | select-object VMname, Macaddress | Export-Csv -Delimiter “;” -Path C:vmmacs.csv

My Knowledge base article:

Export list of Mac addresses used by Hyper-V VMs

View the other knowledge base articles:
https://pyrolaptop.co.uk/knowledge-base/

————–Keep up to date with me ——————
Live Streaming: http://www.hitbox.tv/Pyrolaptop
Twitter: http://twitter.com/pyrolaptop
Instagram: http://instagram.com/Pyrolaptop
Steam: http://steamcommunity.com/id/Pyrolaptop

source

mac address

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *