-
Notifications
You must be signed in to change notification settings - Fork 1
Installing The JumpCloud Dashboard Module
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
- On a Mac or Linux machine and need to install PowerShell? See Installing PowerShell on Mac and Linux
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.
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.