Hello
Does anyone know how to change or if its even possible to Availability Database connection string on Windows Server 2016
We have copied the database to another server and now need to redirect the connection string to a new server.
The only thing that is different is the Folder to store the database file.
I ran this but get a communication error - the ODB test works and also added a ANY ANY firewall rule between the 2 servers.
Set-RDDatabaseConnectionString -ConnectionBroker "Connedtionbroker.local" -DatabaseConnectionString "DRIVER=SQL Server Native Client 11.0;SERVER=NEWSERVERNAME;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;DATABASE=RDS_Databasename"
