Quantcast
Viewing all articles
Browse latest Browse all 49146

Re: Filter Cluster Hosts from Get-View Using Cluster Wildcard

With a RegEX expression that uses negative lookbehind, you can filter out all clusters with a name that ends in 'Build'

 

Get-View-ViewType ClusterComputeResource -Filter @{'Name'='.*(?<!Build)$'}

Viewing all articles
Browse latest Browse all 49146

Trending Articles