I know Tags left the vCenter for cis and You can run "get-vmhost -Tag blabla" . But I would like to see Get-View -viewtype hostsystem -filter @{tag = 'blabla'} . the tag property is already there and the get-view object have more properties.
The PowerCLI feature is already there. However the issue is that the tag property is not filled by the API for some reason. I would advise opening an SR to the vCenter team to check why this property is not filled. The API documentation states that it's an experimental property and is subject to change, and yet I would expect it to be filled properly.
Hi Kamen, thanks for reviewing this, I opened the SR 20158386909 .
The PowerCLI feature is already there. However the issue is that the tag property is not filled by the API for some reason. I would advise opening an SR to the vCenter team to check why this property is not filled. The API documentation states that it's an experimental property and is subject to change, and yet I would expect it to be filled properly.