crc-org / osp4

Proof of Concept repository of CodeReady Containers [Archived]
Apache License 2.0
26 stars 16 forks source link

Windows instructions: Hyper-V #6

Open gbraad opened 5 years ago

gbraad commented 5 years ago

Pre-requisite

Steps

Todos

gbraad commented 5 years ago
$mac = Get-VM test1-master | Get-VMNetworkAdapter | Select -ExpandProperty "MacAddress"
$mac = $mac -replace '..(?!$)', '$&-'
arp -a | select-string $mac |% { $_.ToString().Trim().Split(" ")[0] }