Installing the Bootloader After the Policy Agent Is Installed

If you originally installed the Policy Agent without the Bootloader component, you can install the Bootloader at any time as long as you have access to PowerShell. If you are running Windows Server 2008 R2 Core and you do not have PowerShell installed, see the following Microsoft KB article for instructions.

To install the Bootloader with PowerShell:

  1. Log into PowerShell on the Windows machine.
  2. Locate the main Policy Agent installation directory. The PowerShell scripts are located in the bin folder under this main directory. The default directory is C:\Program Files\hcs.
  3. Run the PowerShell script InstallHTBootloader.ps1 by entering the command powershell -File "C:\hytrust-install-dir\InstallHTBootloader.ps1" -drive n:, where -drive n is an optional drive letter. If you do not assign a drive letter, the script selects the next available drive letter.

    The PowerShell script should return an exit code of zero. Any other exit code indicates an error, which will print in the log file C:\hytrust-install-dir\InstallhtBootloader.log.

  4. Set up the network by entering the following PowerShell command:

    powershell -File SetupHTBootloaderNetwork.ps1
  5. Reboot the VM.