Updating the JumpCloud PowerShell Module - TheJumpCloud/support GitHub Wiki
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