I am using Tags to filter VM / identify special configuration.
Get-VM -Tag TEST
Now I want to get all VMs NOT matching a tag .... Is there a way to do that without an extra loop to remove all items matching the Tag ?
I am using Tags to filter VM / identify special configuration.
Get-VM -Tag TEST
Now I want to get all VMs NOT matching a tag .... Is there a way to do that without an extra loop to remove all items matching the Tag ?