Get-VMStoragePath

Get-VMStoragePath

Gets the storage paths in a storage resource pool.

Syntax

Parameter Set: Default
Get-VMStoragePath [[-Path] <String[]> ] [-ResourcePoolName] <String[]> [-ResourcePoolType] <VMResourcePoolType> [-ComputerName <String[]> ] [ <CommonParameters>]

Detailed Description

The Get-VMStoragePath cmdlet gets the storage paths in a storage resource pool.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which storage paths are to be retrieved. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer — use “localhost” or a dot (“.”) to specify the local computer explicitly.

Aliases

none

Required?

false

Position?

named

Default Value

.

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Path<String[]>

Specifies the path for which matching storage paths are to be retrieved.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

-ResourcePoolName<String[]>

Specifies the name of the resource pool for which storage paths are to be retrieved.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ResourcePoolType<VMResourcePoolType>

Specifies the type of the resource pool for which storage paths are to be retrieved. Allowed values are VFD, ISO, and VHD.

Aliases

none

Required?

true

Position?

3

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • System.String

Examples

Example 1

Gets the storage paths from virtual hard drive resource pool VHD1.

PS C:\> Get-VMStoragePath -ResourcePoolName VHD1 -ResourcePoolType VHD