mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
Keannu Bernasol
b11d8ea41c
Affected files: docs/Command Snippets/Command Snippets.md docs/Command Snippets/Windows Snippets.md
212 B
212 B
- Get IP addresses of Hyper-V VMs
get-vm | ?{$_.State -eq "Running"} | select -ExpandProperty networkadapters | select vmname, macaddress, switchname, ipaddresses | ft -wrap -autosize
- Enable t