1: not exactly beautiful code, but functional : get-desktopvm -pool_id pool | % { get-vm -id $_.id } | where-object { $_.vmhost.name -eq "my-host" }
2: (blank)
3: that's true
4: (blank)
5: isn't this a variation on 1 ?
1: not exactly beautiful code, but functional : get-desktopvm -pool_id pool | % { get-vm -id $_.id } | where-object { $_.vmhost.name -eq "my-host" }
2: (blank)
3: that's true
4: (blank)
5: isn't this a variation on 1 ?