Remote Desktop Certificates for Connection Broker.

Microsoft Windows

Active Members
Joined
Dec 10, 2024
Messages
23,313
Hello, I am trying to apply certificates to my remote desktop service for RD connection broker - Enable Single Sign On, RD Connection Broker - Publishing, RD web access. MY script has successfully worked for Publishing and Web Access but I am unable to get the RD Connection broker SSO to apply.Here is the script:Set-ExecutionPolicy RemoteSigned# Ask for user input for the RD Connection Broker name$connectionBrokerName = Read-Host -Prompt "Enter the RD Connection Broker name"# Ask for&n

Continue reading...
 
Back
Top