Remove-VMStoragePath
Removes a path from a storage resource pool.
Remove-VMStoragePath
[-Path] <String[]>
[-ResourcePoolName] <String[]>
[-ResourcePoolType] <VMResourcePoolType>
[-ComputerName <String[]>]
[-PassThru]
The Remove-VMStoragePath cmdlet removes a path from a storage resource pool.
PS C:\>Remove-VMStoragePath -Path D:\Test -ResourcePoolName VHD1 -ResourcePoolType VHD
Removes path D:\Test from VHD resource pool VHD1.
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 |
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 |
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 |
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 |
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 |
None
Default
If -PassThru is specified.