There is a lot of info available through the Get-VM and Get-HardDisk cmdlets.
If you want specific information, you can use the Select-Object cmdlet.
Get-VM| Select *
Get-VM|Get-HardDisk| Select *
Get-VM| Select Name, NumCpu, MemoryGB
There is a lot of info available through the Get-VM and Get-HardDisk cmdlets.
If you want specific information, you can use the Select-Object cmdlet.
Get-VM|Get-HardDisk| Select *
Get-VM| Select Name, NumCpu, MemoryGB