Good evening. I have a Windows PowerShell Command that JumpCloud provides to install the jumpcloud agent. I need assistance to create a script for Xcitium to run this Ps 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 “xxxxxxxxxxxxxxxxxxxxxxxxxxx”
Thanks in advance for all your help.