PA Promote Example
Last updated
Last updated
#Establish a connection with Parallels RAS (Replace Administrator with your RAS root account). Administrator
###### FARM CONFIGURATION ######
#Activate Parallels RAS with a valid key (you will have to provide a valid Parallels My Account password). -Email "myaccount@email.com" -Key "YOUR-LICENSE-KEY"
#Add the backup Connection Broker server. -Server broker.company.dom
#Apply all settings. This cmdlet performs the same action as the Apply button in the RAS console.
#Get the list of connection Brokers.
#End the current RAS session.
###### END FARM CONFIGURATION ######
###### TESTING CONNECTION BROKER PROMOTION ######
#Establish a connection with Parallels RAS (Replace Administrator with your RAS root account). Administrator -Server "broker.company.dom" -Force
#Get the backup Broker server. $BackupBroker = -Server broker.company.dom
###### END TESTING CONNECTION BROKER PROMOTION ######
© 2025 Parallels International GmbH. Parallels and the Parallels logo are trademarks or registered trademarks of Parallels International GmbH in Canada, the U.S., and/or elsewhere.
#Promote backup Broker to primary (you will have to provide a valid Parallels My Account password). -Id $BackupBroker.Id -Email "myaccount@email.com"
#After the Broker promotion to Primary the session is logged out, then a new session needs to be created. Establish a connection with Parallels RAS (Replace Administrator with your RAS root account). Administrator -Server "broker.company.dom" -Force
#Apply all settings. This cmdlet performs the same action as the Apply button in the RAS console.
#Get the list of Connection Brokers.
#End the current RAS session.