My mistake, the objects that are in the array do not have a counter.
Try with these lines
$report|
Sort-Object-Property {($_|Get-Member-MemberTypeNoteProperty).Count} -Descending|
Export-CsvC:\Temp\SRM\VMdetails.csv-NoTypeInformation
My mistake, the objects that are in the array do not have a counter.
Try with these lines
$report|
Sort-Object-Property {($_|Get-Member-MemberTypeNoteProperty).Count} -Descending|
Export-CsvC:\Temp\SRM\VMdetails.csv-NoTypeInformation