Looking for correct powercli 5.5 syntax for New-TagAssignment -Tag when trying to assign a duplicate tag name in two different categories. I am running the command New-TagAssignment -Tag "Distributed Applications" -Entity vm01 and I receive the error 'The specified parameter 'Tag' expects a single value, but your name criteria 'Distributed Applications' corresponds to multiple values'. The reason for this error is correct. I.E. I have Distributed Applications in these categories below.
Name Category Description
---- -------- -----------
Distributed Applications ApplicationOwner
Distributed Applications ServerOwner
What is the correct syntax for New-TagAssignment -Tag to assign Distributed Applications out of the category "ServerOwner" to the -entity vm01? If this question has already been asked, please refer me to the answer. Thank you.