Register Recast Agents Using Enrollment Keys

When installing Right Click Tools, you have the option to register Recast Agents with your Recast Management Server via an internet-facing Agent Gateway. This Agent enrollment method uses enrollment keys, which remove the need for a direct connection to RMS.

To register Agents using an enrollment key in the Recast Agent installer:

 1. On the Recast Agent installer's Recast Agent Gateway Configuration page, enable Install with an Enrollment Key.

2. On the Recast Management Server Enrollment Keys page, click Regenerate Key to ensure that any previously used enrollment keys are no longer valid. (optional)

3. Click Copy beside the Agent enrollment key.

3. Back on the Agent installer's Recast Agent Gateway Configuration page, paste in the Agent enrollment key.

4. Click Install.

Silent Install of Agents Using Enrollment Key

To specify an Agent Gateway and enrollment key during a silent install of Recast Agents: 

msiexec.exe /qn /i "Recast Agent.msi" RCTENTERPRISESERVER="https://<RMS FQDN>:<Port>"
AGENTGATEWAY="https://<Agent Gateway FQDN>:<Port>" ENROLLMENTKEY="AGENTENROLLMENTKEY" /L*V "%temp%\RecastAgentMSI.log"