vSphere 5.5 - Managing Tags with PowerCLI
With the new release of vSphere PowerCLI 5.5 VMware made the tagging Feature (introduced in vSphere 5.1) scriptable. The new cmdlets are working with vCenter 5.1 and vCenter 5.5. They allow you to assign tags to objects and to search for objects based on their tags. Unfortunately there is no cmdlet to create tags at the moment. The feature is still not available within the API.
New Tag related cmdlets in vSphere 5.5:
- Get-Tag - retrieves the tag assignments of objects.
- New-TagAssignment - assigns a tag to the specified object.
- Remove-TagAssignment - removes a tag from the specified object.