PowerCLI-Example-Scripts
PowerCLI-Example-Scripts copied to clipboard
Get-CISTagAssignment -Category "category" -Entity "vm" Displays All Tags
When issuing a Get-CISTagAssignment -Category "category_name" -Entity "vm_name", the output displays all tags.
Get-CISTagAssignment -Entity "vm_name" shows the exact same results.
