Hey Guys,
I used to know how to do this with the get-vm command, but now I can't get the syntax right, so I'm sure I'm just missing something very simple. I just need the command to get all the vm IDs. Thanks!
Is this what you're looking for: Get-VM|Select Name,Id ?
That's it! Thanks.