Remove-VMStorage Path

Removes a path from a storage resource pool.

Syntax

Remove-VMStoragePath
      [-Path] <String[]>
      [-ResourcePoolName] <String[]>
      [-ResourcePoolType] <VMResourcePoolType>
      [-Passthru]
      [-CimSession <CimSession[]>]
      [-ComputerName <String[]>]
      [-Credential <PSCredential[]>]
      [<CommonParameters>]

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.

Required Parameters

-Path

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

Type: String[]
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-ResourcePoolName

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

Type: String[]
Position: 1
Default value: None
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
Parameter Sets: VHD, ISO, VFD
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Optional Parameters

-CimSession

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Type: CimSession[]
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-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: None
Accept pipeline input: False
Accept wildcard characters: False
-Credential

Specifies one or more user accounts that have permission to perform this action. The default is the current user.

Type: PSCredential[]
Position: Named
Default value: None
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
Accept pipeline input: False
Accept wildcard characters: False

Outputs

None by default; System.String if PassThru is specified.