I want to change the server that SQL is on. When I try to edit the HA settings, I get an error each time. I've even tried changing it in the registry.
PS C:\Users\Administrator.domain> Set-RDDatabaseConnectionString -ConnectionBroker "remote.domain.net" -DatabaseCo
nnectionString "DRIVER=SQL Server Native Client 11.0;SERVER=remote.domain.net;Trusted_Connection=Yes;APP=Remote Deskt
op Services Connection Broker;Database=RDCB" -DatabaseFilePath "D:\Program Files\Microsoft SQL Server\MSSQL11.RDCB\MSSQL
\DATA\RDCB.mdf"
PS C:\Users\Administrator.domain> Set-RDConnectionBrokerHighAvailability -ConnectionBroker "remote.domain.net" -Da
tabaseConnectionString "DRIVER=SQL Server Native Client 11.0;SERVER=remote.domain.net;Trusted_Connection=Yes;APP=Remo
te Desktop Services Connection Broker;Database=RDCB" -DatabaseFilePath "D:\Program Files\Microsoft SQL Server\MSSQL11.RD
CB\MSSQL\DATA\RDCB.mdf" -ClientAccessName "remote.domain.net"
Set-RDConnectionBrokerHighAvailability : A deployment is not present.
At line:1 char:1
+ Set-RDConnectionBrokerHighAvailability -ConnectionBroker "remote.domain.net" ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Set-RDConnectionBrokerHighAvailability