Skip to content

Troubleshooting the JumpCloud PowerShell Module

scottd3v edited this page Mar 26, 2020 · 2 revisions

Issues can arise when launching the JumpCloud PowerShell module if entropy occurs on a system during the auto-update process. To remedy this a full uninstall and reinstall of the JumpCloud PowerShell module is recommended.

Uninstalling the JumpCloud PowerShell Module

To uninstall the JumpCloud PowerShell module run the below command. When running on Windows this command must be run from a PowerShell terminal run as Administrator.

Get-InstalledModule -Name JumpCloud | Select-Object -ExpandProperty  InstalledLocation | Split-Path -Parent | Remove-Item -Recurse -Force

This command will delete any versions of the JumpCloud PowerShell module from a system.

Reinstalling the JumpCloud PowerShell Module

To reinstall the JumpCloud PowerShell module run the following command.

Install-Module JumpCloud -Scope CurrentUser

When prompted Press Y to install the JumpCloud PowerShell module

This will reinstall the JumpCloud PowerShell module

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