Table of Contents

Before You Start

Fresh Install or Update / Upgrade

If this is an upgrade to an existing install of Jubilant, please skip directly to Updating Jubilant.

Running PowerShell

The Jubilant installer is supplied as a number of signed PowerShell files. Depending on your particular setup, you may need to modify your PowerShell Execution Policy to allow these scripts to run. If you know your current execution policy is at least AllSigned, you can skip these steps.

Checking Your Execution Policy

To check your current execution policy:

  • Open Windows PowerShell ISE as an Administrator
  • In the terminal window execute the following PowerShell code
Get-ExecutionPolicy

If the result of running this code is:

PS C:\Windows\system32> Get-ExecutionPolicy
Restricted

Then you will need to change your execution policy to run the Jubilant installer.

Changing Your Execution Policy

To change your current execution policy:

  • In the PowerShell ISE terminal window, execute the following PowerShell code
Set-ExecutionPolicy -ExecutionPolicy AllSigned
  • Click yes in the pop-up to confirm the change