NAME
Get-DcsControllerAddress
SYNOPSIS
Returns the server name and port used by the controller.
SYNTAX
Get-DcsControllerAddress [ -Connection <String>] [ -PipelineVariable <String>] [ <CommonParameters> ]
DESCRIPTION
Returns the server name and port used by the controller. The controller is the server in the group which maintains configuration information and controls software operations.
PARAMETERS
- -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
-
- -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 (https://go.microsoft.com/fwlink/?LinkID=113216).
-
INPUTS
OUTPUTS
string
NOTES
EXAMPLES
Get-DcsControllerAddress
This cmdlet was invoked without parameters to return the server and controller address for the server group. As shown by the output, the server is named SSV1.datacoresoftware.com and the port used by the controller is 3793.
SSV1.datacoresoftware.com:3793