Troubleshooting the JumpCloud PowerShell Module - TheJumpCloud/support GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️