Which PowerShell cmdlet is used to check the connection string, which connects the Citrix Delivery Controller to communicate to the site database?
Which PowerShell cmdlet is used to check the connection string, which connects the Citrix Delivery Controller to communicate to the site database?
The Get-BrokerDbConnection cmdlet is used to retrieve information about the connection string that connects the Citrix Delivery Controller to the site database.
B should be correct. It's clearly stated here https://developer-docs.citrix.com/projects/delivery-controller-sdk/en/latest/Broker/Get-BrokerDBConnection/
B is the correct answer, it only works on onpremises
Correct Answer is B - Get-BrokerDbconnection Output looks like: Server=MYSQL01\SQLEXPRESS;Initial Catalog=CitrixSITENAMESite;Integrated Security=True