Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 1.67 KB

RemoteDesktopHAMode.adoc

File metadata and controls

78 lines (61 loc) · 1.67 KB

DSC Resource 'RemoteDesktopHAMode'

RemoteDesktopHAMode is used to ###TBD###

Source

DSC Resource

Documentation

Table 1. Attributes of category 'RemoteDesktopHAMode'
Parameter Attribute DataType Description Allowed Values

ConnectionBroker

string

Specifies the Remote Desktop Connection Broker (RD Connection Broker) server for a Remote Desktop deployment.

ClientAccessName

Mandatory

string

Specifies the FQDN of client access name.

DatabaseConnectionString

Mandatory

string

Specifies the primary connection string to the database.

DatabaseSecondaryConnectionString

string

Specifies the secondary connection string to the database.

DatabaseFilePath

string

Specifies the database file path of SQL Server.

Config

hashtable

Example
RemoteDesktopHAMode:
  ConnectionBroker: RDCB01
  ClientAccessName: CONTOSOFARM
  DatabaseConnectionString: "DRIVER=ODBC Driver 17 for SQL Server;Server=DB01;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;DATABASE=RDS"