NAME
Abort-DcsPoolMemberRemoval
SYNOPSIS
Aborts the process of removing a pool member.
SYNTAX
Abort-DcsPoolMemberRemoval -Disk <Object> [ -Connection <String> ] [ -PipelineVariable <String>] [ <CommonParameters> ]
DESCRIPTION
Aborts the process of removing a pool member.
PARAMETERS
- -Disk <Object>
- PhysicalDiskData object, name, or ID that identifies a physical disk. To resolve by name, the name must be unique to the server group.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -Connection <String>
- Alias of the connection to the server group. If not specified, the default connection is used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -PipelineVariable <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 (<http://go.microsoft.com/fwlink/?LinkID=113216).>
-
INPUTS
PhysicalDiskDataObject that identifies and describes the physical disk.
OUTPUTS
PoolMemberDataObject that identifies and describes the pool member
NOTES
Also see Remove-DcsPoolMember, Get-DcsPhysicalDisk.
EXAMPLES
Abort-DcsPoolMemberRemoval -Disk "Disk1"
The cmdlet Abort-DcsPoolMemberRemoval is invoked with the name of the disk "Disk1". The PoolMemberData object is returned for the specified physical disk.
| DiskPoolId | : | BC14F399-ECFE-4F20-B341-F5F4E9E9F73D:{ce6e6f84-5076-11f1-8438-00155d00c707} |
| DiskInRecoveryId | : | 305B66A59D15B252092FBDA9D09711230C429F351897CBD430E7B55A35FD3B97 |
| DiskTier | : | 1 |
| MemberState | : | Healthy |
| Size | : | 66 GiB |
| SectorSize | : | 512 B |
| IsMirrored | : | False |
| ReservedChunkCount | : | 1 |
| ExtensionChunkCount | : | 0 |
| PotentialExtensionChunkCount | : | 0 |
| PotentialExtensionDiskId | : | |
| SequenceNumber | : | 6287 |
| Id | : | 26f077b1-b4c8-4823-858e-deca210d6292 |
| Caption | : | Disk1 |
| ExtendedCaption | : | Pool disk Disk1 on Server1 |
| Internal | : | False |