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

Re: vSphere automation based on VM custom attribute values

$
0
0

Can you show some sample out from

 

Get-VM-Name vm-*|Group-Object-Property {$_.CustomFields['deployment']}|where{$_.Name-like'service-instance_*'}

 

and

 

Get-VM-Name vm-*|Group-Object-Property {$_.CustomFields['deployment']}|where{$_.Name-like'service-instance_*'}|

ForEach-Object-Process {

   Group-Object-InputObject $_.Group-Property {$_.CustomFields['job']}

}


Viewing all articles
Browse latest Browse all 49146

Trending Articles