VMware Cloud Community
gsoniya
VMware Employee
VMware Employee

to remove the duplicated column

At beginning, customer creates a VM custom attribute.
After then, he uses powerCli and creates a VM custom attribute with same name.
Now, there are two columns.
 He wants to remove the duplicated column

Reply
0 Kudos
1 Reply
LucD
Leadership
Leadership

You have to be able to select the correct custom attribute.
Did you check they are actually completely the same?

Get-CustomAttribute -Name <ca-name> |
Select -Properties *


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos