Hello Guys,
How are you? Here is my problem.... I want to find out the count of the no of windows, linux and vApp's present in my environment. i Know we can get the winodws and linux machines using the following code.
(Get-VM | `
Where-Object {$_.Guest.ExtensionData.GuestFamily -eq "linuxGuest"} | `
Measure-Object).Count
If i want to find out the no. of vApp's present in the data center using the power cli is there any way??
Also for example if you consider the vcops vapp whic are SUSE os (floavour of linux) are these considered under the count of linux vm's ????
Appreciate the help.
Thanks
Venkat