- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Strange, the CapacityGB property was introduced on the Harddisk object in PowerCLI 5.1.
It works for me.
Can you do
Get-VM -Name <whateverVM> | Get-Harddisk | Get-Member
to check if the CapacityGB property is there ?
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference