Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 222846

Re: VMware Tags to VMs

$
0
0

You could do something like this.

 

$srv=Connect-VIServer-Server xyz

Get-VM-Name MyVM -Server $srv|Get-TagAssignment-Server $srv|

where{$_.Tag.Name-eq'VM-Daily'} |

Remove-TagAssignment-Confirm:$false


Viewing all articles
Browse latest Browse all 222846

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>