What's the shortest, most direct call to get a list of templates by a given vSphere tag applied to them? With VMs it's easy with "Get-VM -Tag <my_tag>", but there's not a similar way with templates.
↧
What's the shortest, most direct call to get a list of templates by a given vSphere tag applied to them? With VMs it's easy with "Get-VM -Tag <my_tag>", but there's not a similar way with templates.