NAME
Remove-DcsClientPort
SYNOPSIS
Removes a port from the specified client (host).
SYNTAX
Remove-DcsClientPort -Client <String> -Port <Object> [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Removes a port from the specified client (host).
PARAMETERS
- -Client<String>
- Name or ID of the client.
-
- Required: true
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -Port<Object>
- ScsiPortData object, name, ID, or address that identifies a port to remove.
-
- 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
-
INPUTS
ScsiPortData : Object the identifies and describes the port.
OUTPUTS
ScsiPortData : Object the identifies and describes the port.
NOTES
Also see Register-DcsClientPort, Remove-DcsClient, Get-DcsPort.
EXAMPLES
-------------- Example 1 Removes a client port specified by name --------------
Remove-DcsClientPort -Client Host4 -Port iqn.1991-05.com.microsoft:host4.datacoresoftware.com
Removes the port named "iqn.1991-05.com.microsoft:host4.datacoresoftware.com" on the client named "Host4".
HostId | : | |
PortName | : | iqn.1991-05.com.microsoft:host4.datacoresoftware.com |
Alias | : | |
Description | : | |
PortType | : | iSCSI |
PortMode | : | Initiator |
Connected | : | True |
Id | : | iqn.1991-05.com.microsoft:host4.datacoresoftware.com |
Caption | : | iqn.1991-05.com.microsoft:host4.datacoresoftware.com |
ExtendedCaption | : | iqn.1991-05.com.microsoft:host4.datacoresoftware.com |
Internal | : | False |