NAME
Remove-DcsDvaPoolDisk
SYNOPSIS
Removes the specified physical disk from Capacity Optimization storage.
SYNTAX
Remove-DcsDvaPoolDisk -Server<String> -Disk<String> [-Connection <String>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
DESCRIPTION
Removes the specified physical disk from Capacity Optimization storage, decreasing the available amount of storage and freeing the physical disk for other use.
PARAMETERS
- -Server<String>
- The Id of the server on which the physical disk resides.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -Disk<String>
- The Id of the physical disk to remove from Capacity Optimization storage.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: false
- -Connection<String>
- Alias of the connection to the server group. If not specified, the default connection will be used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
- -InformationAction <ActionPreference>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
- -InformationVariable <String>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
- -<CommonParameters>
- This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216)
INPUTS
OUTPUTS
PhysicalDiskData : Object that identifies and describes the Physical Disk.
NOTES
EXAMPLES
Remove-DcsDvaPoolDisk -Server SSVVM011 -Disk "{4d8e1dae-98d4-4797-a235-1305982d4afe}"Demonstrates removing the disk from the capacity optimization pool in SSVVM011 server.
| PoolMemberId | : | |
| HostId | : | 39A178A9-E133-4574-BA23-D65426ADD5D2 |
| SharedPhysicalDiskId | : | |
| DvaPoolDiskId | : | |
| PresenceStatus | : | Present |
| Alias | : | |
| Size | : | 15.00 GiB |
| SectorSize | : | 512 B |
| FreeSpace | : | 1.98 B |
| InquiryData | : | Msft Virtual Disk 1.0 UNKNOWN |
| ScsiPath | : | Port 2, Bus 0, Target 0, LUN 6 |
| DiskIndex | : | 6 |
| SystemName | : | \\?\PhysicalDrive6 |
| BusType | : | Sas |
| Type | : | Basic |
| DiskStatus | : | Online |
| Partitioned | : | False |
| InUse | : | True |
| IsBootDisk | : | False |
| Protected | : | False |
| IsSolidState | : | False |
| UniqueIdentifier | : | |
| IsDataCoreDisk | : | False |
| SmartStatus | : | Unknown |
| DeduplicationSupported | : | False |
| CompressionSupported | : | False |
| HardwareEncryptionSupported | : | False |
| Sequencenumber | : | 534 |
| Id | : | {4d8e1dae-98d4-4797-a235-1305982d4afe} |
| Caption | : | Msft Virtual Disk |
| ExtendedCaption | : | Msft Virtual Disk on SSVVM011 |
| Internal | : | False |