I have vCenter 6.0 and have many sites created as Datacenters.
I need to be able to Tag VM's in each datacenter with the Name of the Datacenter it is in.
Is there a way to do this with Dynamic Categories?
I see it is possible to do it with Static Categories and Rules but I would prefer it to be Dynamic if possible.
When I use the following Expression it lists the full path to the folder in which the VM resides.
Code: Select all
CASE
WHEN Location = "" THEN "No Datacenter" ELSE Location
END