JumpCloud Agent Installation Command

âš ī¸ Security Warning

This command downloads and executes a script from the internet. Only run this command if:

PowerShell Command:
cd $env:temp | Invoke-Expression; Invoke-RestMethod -Method Get -URI https://raw.githubusercontent.com/TheJumpCloud/support/master/scripts/windows/InstallWindowsAgent.ps1 -OutFile InstallWindowsAgent.ps1 | Invoke-Expression; ./InstallWindowsAgent.ps1 -JumpCloudConnectKey "jcc_eyJwdWJsaWNLaWNrc3RhcnRVcmwiOiJodHRwczovL2tpY2tzdGFydC5qdW1wY2xvdWQuY29tIiwicHJpdmF0ZUtpY2tzdGFydFVybCI6Imh0dHBzOi8vcHJpdmF0ZS1raWNrc3RhcnQuanVtcGNsb3VkLmNvbSIsImNvbm5lY3RLZXkiOiJmMmIwNjFjNDVhNjZhNTAyZTUyMGUyMGVkZjJjNmYzNTk5NzhlYmFjIn0g"

📋 What This Command Does:

This PowerShell command performs the following actions:

  1. cd $env:temp - Changes to the Windows temporary directory
  2. Invoke-RestMethod - Downloads the JumpCloud Windows agent installation script from GitHub
  3. ./InstallWindowsAgent.ps1 - Executes the downloaded script with your connection key

🚀 How to Use:

  1. Open PowerShell as Administrator
  2. Copy the command above
  3. Paste and press Enter
  4. Follow any on-screen prompts
  5. Verify the agent installation was successful

â„šī¸ About JumpCloud:

JumpCloud is a cloud-based directory service and device management platform. This agent allows your system to be managed remotely through JumpCloud's console.