Remove-VMStoragePath

Removes a path from a storage resource pool.

Syntax

Remove-VMStoragePath
      [-Path] <String[]>
      [-ResourcePoolName] <String[]>
      [-ResourcePoolType] <VMResourcePoolType>
      [-ComputerName <String[]>]
      [-PassThru]

Description

The Remove-VMStoragePath cmdlet removes a path from a storage resource pool.

Examples

Example 1

PS C:\>Remove-VMStoragePath -Path D:\Test -ResourcePoolName VHD1 -ResourcePoolType VHD

Removes path D:\Test from VHD resource pool VHD1.

Parameters

-ComputerName

Specifies one or more Hyper-V hosts on which a path is to be removed from a resource pool. 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.

Type:String[]
Position:Named
Default value:.
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PassThru

Specifies that a System.String is to be passed through to the pipeline representing the path to be removed from the resource pool.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Path

Specifies the path to be removed from the storage resource pool.

Type:String[]
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ResourcePoolName

Specifies the name of the resource pool from which the path is to be removed.

Type:String[]
Position:2
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourcePoolType

Specifies the type of the resource pool from which the path is to be removed. Allowed values are VFD, ISO, and VHD.

Type:VMResourcePoolType
Position:3
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Outputs

None

Default

String

If -PassThru is specified.