Add Remote Server Administration Tools

Windows Server provides Microsoft Management Console snap-ins that can be used to remotely manage certificate templates and query Active Directory using PowerShell, among other things. You may need to install one or both of the following Windows features on your gateway server, depending on your environment as a whole and the gateway functions you plan to use:

Install RSAT using PowerShell

Note that it is possible to install the RSAT features using PowerShell rather than the below-referenced GUI-based installation method. The correct PowerShell command for this is:

Install-WindowsFeature RSAT-AD-PowerShell, RSAT-ADCS-Mgmt
Tip:  To check and see if the RSAT features have been installed, use Get-WindowsFeature referencing the same features like so:

Get-WindowsFeature RSAT-AD-PowerShell, RSAT-ADCS-Mgmt

Output from this command will look something like the following, which shows one feature installed and the other (Active Directory module for Windows PowerShell) not installed.

Figure 687: Use Get-WindowsFeature to Determine if the RSAT Features are Installed

Install RSAT in the Roles and Features Wizard

Install the necessary RSAT features on the Keyfactor Cloud Gateway as follows:

  1. Log on to the Keyfactor Cloud Gateway as an administrative user.
  2. Open Server Manager and select Add roles and features.
  3. On the Add Roles and Features Wizard Before you Begin page, click Next.
  4. On the Installation Type page, verify that the Role-based or feature-based installation option is selected and click Next.
  5. On the Server Selection page, verify that the Select a server from the server pool option is selected and that the appropriate server name is highlighted in the Server Pool panel. Click Next.
  6. On the Server Roles page, click Next (no roles are being changed).
  7. On the Features page, scroll down in the Features window to locate and expand Remote Server Administration Tools->Role Administration Tools. Locate and expand Remote Server Administration Tools->Role Administration Tools-> Active Directory Certificate Services Tools and then check the Certification Authority Management Tools box.

    If you're planning to use the account synchronization option, locate and expand Remote Server Administration Tools->Role Administration Tools-> AD DS and AD LDS Tools and then check the Active Directory module for Windows PowerShell box.

    Click Next.

    Figure 688: Install the Remote Server Administration Tools

  8. On the Confirmation page, click Install.
  9. When the installation is complete, click Close.