NAME

Test-DcsSupportBundleRelayAddress

SYNOPSIS

Tests the connections between all servers in the server group and the support bundle relay server.

SYNTAX

Test-DcsSupportBundleRelayAddress   -SupportBundleRelayAddress <String>   [ -Port <Int32> ]   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Tests the connections between all servers in the server group and the support bundle relay server. (See Set-DcsServerGroupProperties to configure the address of the support bundle relay server.)

PARAMETERS

-SupportBundleRelayAddress<String>
The name or IP address for the support bundle relay server.

Required: true
Position: 1
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Port<Int32>
Use the parameter to specify a non-default port number. If not specified, the default port number 3795 will be used.

Required: false
Position: 2
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

OUTPUTS

string : Message is returned that informs the administrator whether or not all servers in the server group could successfully communicate with the support bundle relay server.

NOTES

EXAMPLES


-------------- Tests communication to the support bundle relay server using a nondefault port number. --------------
Test-DcsSupportBundleRelayAddress -SupportBundleRelayAddress SSVVM03 -Port 3700
			

The connection to the support bundle relay server named "SSVVM03" is tested using non-default port "3700. A message is returned that communication is successful.

All servers successfully communicated with the support bundle relay at SSVVM03:3700.