VMware Cloud Community
C_S_S
Contributor
Contributor
Jump to solution

Syntax to get VMs on a VMHost

Using the powershell cmdlets, what is the syntax to get the vms that are located on a particular host?

0 Kudos
1 Solution

Accepted Solutions
johnlennon
Enthusiast
Enthusiast
Jump to solution

Get-VMHost yourhost* | get-vm

View solution in original post

0 Kudos
2 Replies
johnlennon
Enthusiast
Enthusiast
Jump to solution

Get-VMHost yourhost* | get-vm

0 Kudos
C_S_S
Contributor
Contributor
Jump to solution

Thank you

0 Kudos