PowerShell shows only what it can on your console.
All the values should be there.
Try like this
Get-DrsClusterGroup-Type VMGroup -Name DrsGroup |
select -ExpandProperty Member
PowerShell shows only what it can on your console.
All the values should be there.
Try like this
select -ExpandProperty Member