PowerShell Logo Small

Get-RDConnectionBrokerHighAvailability



This is the built-in help made by Microsoft for the command 'Get-RDConnectionBrokerHighAvailability', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets high availability settings for the RD Connection Broker server in a Remote Desktop deployment.

SYNTAX


Get-RDConnectionBrokerHighAvailability [[-ConnectionBroker] <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDConnectionBrokerHighAvailability cmdlet gets high availability settings for the Remote Desktop Connection Broker (RDConnection Broker) server in a Remote Desktop
deployment. The cmdlet displays the following settings:

-- ActiveManagementServer. Current active management server in the highly available RD Connection Broker server list.
-- ConnectionBroker. List of RD Connection Broker servers.
-- ClientAccessName. Client access name for the group of RD Connection Broker servers.
-- DatabaseConnectionString. Database connection string of the central database that stores the configuration.
-- DatabaseFilePath. File path for the database specified by the database connection string.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294212
Set-RDConnectionBrokerHighAvailability

REMARKS

<

Examples


Example 1: Get High Availability Settings

PS C:\> Get-RDConnectionBrokerHighAvailability -ConnectionBroker "RDCB.Contoso.com"



This command gets the high availability settings for the RD Connection Broker server named RDCB.Contoso.com.