/hyper-v-cli

Scripts for controlling Hyper-V VMs with the CLI

Primary LanguagePowerShell

hyper-v-cli

Scripts for controlling Hyper-V VMs with the CLI

get vm ip

💡 Must be run with administrative privileges

PS > PowerShell -ExecutionPolicy RemoteSigned .\get-vm-ip.ps1 rhel82-01
rhel82-01 : 172.28.242.24
PS >