Skip to content

Updating the JumpCloud PowerShell Module

scottd3v edited this page Mar 26, 2020 · 5 revisions

Updating the JumpCloud PowerShell Module

To manually update the JumpCloud PowerShell module when a new version is avaliable run the below commands

PS > Uninstall-Module JumpCloud

PS > Install-Module JumpCloud -scope currentuser 

When asked if you're sure you wish to install the module enter 'Y'

IMPORTANT: On Windows, you must be running the PowerShell session with Administrator permissions to update the module.

How to see what version of the module you have installed

To see what version of the JumpCloud PowerShell module you have installed run the below command:

PS > Get-InstalledModule -Name JumpCloud

What is the current version of the module?

To query the current version of the JumpCloud PowerShell module reference the JumpCloud Module Change Log

Quick Links

Command Reference

Authentication

Import and Backup

RADIUS Reply Attributes

User Functions

Administrator Functions

System Functions

Command Functions

Group Functions

Policy Functions

Event Functions

Clone this wiki locally