NAME
Get-DcsTargetDomain
SYNOPSIS
Returns initiator/target path data for servers or client hosts.
SYNTAX
Get-DcsTargetDomain [ -TargetDomain <Object> ] [ -InitiatorHost <String> ] [ -TargetHost <String> ] [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Returns initiator/target path data for servers or client hosts. Filtering parameters may be specified to narrow the scope of the data returned. If no parameters are specified, data for all client hosts and servers in the default connection will be returned.
PARAMETERS
- -TargetDomain<Object>
- VirtualTargetDomain object, ID, or name (caption) that identifies the target domain.
-
- Required: false
- Position: 1
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -InitiatorHost<String>
- Computer name or ID of a server, or the name or ID of a client host. The computer name of a server must be unique or the name must be fully qualified. If this parameter is specified, only path data involving initiator ports on that server or client host will be returned.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -TargetHost<String>
- Computer name or ID of a server. The computer name must be unique or the name must be fully qualified. If specified, only path data involving target ports on that server will be returned.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- 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
VirtualTargetDomain : Object that identifies the target domain.
OUTPUTS
VirtualTargetDomain : Object that identifies and describes the initiator and target path information for the target domain.
NOTES
Also see Get-DcsPortConnection, Get-DcsPort, Get-DcsTargetDevice.
EXAMPLES
Get-DcsTargetDomain
The cmdlet is invoked without parameters, resulting in all target domain data for the server group.
InitiatorHostId | : | C553D471-3527-47EC-9326-D53E04204F2B |
TargetHostId | : | 84972D6B-7E71-4616-BDA1-57ECEAF3FFC4 |
Id | : | 907e054d-0bba-43b8-b920-0082354e7310 |
Caption | : | SSV2_SSV1 |
ExtendedCaption | : | SSV2_SSV1 |
Internal | : | False |
InitiatorHostId | : | 84972D6B-7E71-4616-BDA1-57ECEAF3FFC4 |
TargetHostId | : | C553D471-3527-47EC-9326-D53E04204F2B |
Id | : | 75b2d2fd-8742-4874-9b88-ec53fd2b4881 |
Caption | : | SSV1 | SSV2 |
ExtendedCaption | : | SSV1 | SSV2 |
Internal | : | False |
InitiatorHostId | : | 02e62275b0f84decbd81fdd83210ef13 |
TargetHostId | : | 84972D6B-7E71-4616-BDA1-57ECEAF3FFC4 |
Id | : | 35b37757-a8de-49b7-82a1-1b4abc891652 |
Caption | : | Host3 | SSV1 |
ExtendedCaption | : | Host3 | SSV1 |
Internal | : | False |
InitiatorHostId | : | b26c5aa9d9c74f8e97b29ce20b2c7fef |
TargetHostId | : | 84972D6B-7E71-4616-BDA1-57ECEAF3FFC4 |
Id | : | 66df3d86-0546-4130-a185-d5f664598ba1 |
Caption | : | Host4 | SSV1 |
ExtendedCaption | : | Host4 | SSV1 |
Internal | : | False |