Syntax
Get-VMResourceConfiguration [-Server <VIServer[]>] [-VM] <VirtualMachine[]> [<CommonParameters>]Related Commands
Online versionDetailed Description
Retrieves information about the resource allocation between the virtual machines.Parameters
| Name | Type | Description | Required? | Pipeline Input | Default Value |
|---|---|---|---|---|---|
| VM | VirtualMachine[] | Specify the virtual machines whose resource configuration you want to retrieve. | true | true (ByValue) | |
| Server | VIServer[] | Specify the vSphere servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer. | false | false |
Return Type
VMResourceConfigurationNotes
Examples
-------------- Example 1 --------------
Get-VMResourceConfiguration -VM VM | Format-Custom -Property DiskResourceConfiguration
Displays the disk share for the VM virtual machine.