PowerShell Logo Small

Set-RDConnectionBrokerHighAvailability



This is the built-in help made by Microsoft for the command 'Set-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

Sets high availability settings for RD Connection Broker servers for a Remote Desktop deployment.

SYNTAX


Set-RDConnectionBrokerHighAvailability [[-ConnectionBroker] <String>] [-DatabaseConnectionString] <String> [-DatabaseFilePath] <String> [-ClientAccessName] <String>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-RDConnectionBrokerHighAvailability cmdlet sets high availability settings for Remote Desktop Connection Broker (RDConnection Broker) servers for a Remote Desktop
deployment. You can use the Get-RDConnectionBrokerHighAvailability cmdlet to see current settings.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294256
Get-RDConnectionBrokerHighAvailability

REMARKS

<

Examples


Example 1: Set high availability settings

PS C:\> Set-RDConnectionBrokerHighAvailability -ConnectionBroker "RDCB.Contoso.com" -DatabaseConnectionString "DRIVER=SQL Server Native Client
10.0;SERVER=sqlserver.contoso.com;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;Database=RemoteDesktopDeployment" -DatabaseFilePath
"C:\RDFiles\RemoteDesktopDeployment.mdf" -ClientAccessName "RemoteResources.Contoso.com"



This command sets high availability settings for an RDConnection Broker server named RDCB.Contoso.com. The command specifies a database connection string, and includes the
path to the database. The command specifies the client access name as RemoteResources.Contoso.com.