Skip to content

Updating the JumpCloud PowerShell Module

Scott Reed edited this page Feb 20, 2018 · 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: After updating the module you must close and then reopen your PowerShell session to access the updated 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