Get-SCVirtualHardDisk size mismatch

Get-SCVirtualHardDisk -VM myserver1 shows the below,

Drive     Maximum Disk Size (GB)          Disk Space Used (GB)               Free Disk Space (GB)
------     ----------------------                     --------------------                       --------------------
 C:                  127                                0.48                                                126.52
 F:                 1024                                0.24                                                1,023.76

When I logged in to the server & I see the C: drive used space was 40 GB,

Please someone clarify.

Thanks.

February 6th, 2015 2:55am

What type of Disk you are using?
Free Windows Admin Tool Kit Click here and download it now
February 6th, 2015 9:22pm

Hi Dhiravia,

I tested command "get-scvirtualharddisk" in my lab vmm2012R2 .

I checked all properties of the VM's disk , I only get maximumsize and size .

Please detail the command and VMM version .

Best Regards,

Elton Ji

February 8th, 2015 8:49pm

Hi Elton,

Yes, I was referring to the properties "maximumsize and size", Where "maximumsize" indicates the provisioned space & "size" indicates the used space.

Free Windows Admin Tool Kit Click here and download it now
February 10th, 2015 3:04pm

Here it its,

PS C:\> Get-SCVirtualHardDisk -vm USserverSSS1 | FT Name,  @{N="MaximumSize";E={($_.MaximumSize/1gb)}}, @{N="Size";E={($_.Size/1gb)}}

Name                                                                MaximumSize                                    Size
----                                                                -----------                                    ----
2008 R2 DC - template-sysprepped_AFF...                                     127                            0.4814453125
USserverSSS1_disk_1_D8902153-D-4E...                                    1024                             0.24023437

February 11th, 2015 9:38am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics