Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Installing The JumpCloud Dashboard Module

Scott Reed edited this page Mar 3, 2020 · 8 revisions

Installing the JumpCloud.Dashboard PowerShell Module

Step 1 - Verify PowerShell Version

Mac and Linux

On Mac or Linux? Please start by verifying you're running PowerShell core version 6.2.0 or greater.

The command $PSVersionTable can be used to check the version of PowerShell installed.

/Users/buster> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      6.2.4
PSEdition                      Core
GitCommitId                    6.2.4
OS                             Darwin 18.7.0 Darwin Kernel Version 18.7.0: Sun Dec  1 18:59:03 PST 2019; root:xnu-4903.278.19~1/REL…
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

The module PSCoreUpdate can be used to update PowerShell Core directly from the PowerShell terminal

To install the module run the below command.

Install-Module PSCoreUpdate -force -Scope CurrentUser

Once installed run this command to update PowerShell Core to the latest version.

Update-PowerShellCore
Windows

On Windows? Ensure you are running Windows PowerShell version 5.0 or greater.

The command $PSVersionTable can be used to check the version of PowerShell installed.

Step 2 - Install the JumpCloud.Dashboard Module

Installing the JumpCloud.Dashboard module can be done by running a single PowerShell command to install the module and its dependencies.

Run the following command to install the JumpCloud.Dashboard module:

Install-Module "JumpCloud.Dashboard"  -Force -Scope CurrentUser

The JumpCloud.Dashboard module is dependent on and requires the below modules to run:

These modules will auto install if they are not already installed.