This command downloads and executes a script from the internet. Only run this command if:
You trust the JumpCloud source
You have proper authorization to install software on this system
You understand what JumpCloud agent does
The connection key is valid and intended for your use
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:
cd $env:temp - Changes to the Windows temporary directory
Invoke-RestMethod - Downloads the JumpCloud Windows agent installation script from GitHub
./InstallWindowsAgent.ps1 - Executes the downloaded script with your connection key
đ How to Use:
Open PowerShell as Administrator
Copy the command above
Paste and press Enter
Follow any on-screen prompts
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.