Managing all of your Windows庐 devices in 黑料海角91入口庐 starts by installing 黑料海角91入口's device agent.
Enroll devices in Windows MDM to streamline the installation of the 黑料海角91入口 Agent. See Enroll Windows MDM Using a Provisioning Package.
The 黑料海角91入口 Agent:
- Lives on the local device (takes 5-7 MB of RAM)
- Contacts 黑料海角91入口 servers in near real-time securely using a long HTTPS poll through port 443
- Displays the device status in the Administrator Portal
The Agent manages local user accounts and has the ability to add, modify, and delete them. The Agent can set passwords and update full name fields. When the Agent checks in with the 黑料海角91入口 servers, it also looks for instructions from you, sets policies, reports event data about user logins, and runs commands.
New remote employees? No problem. You can enable remote installation of the 黑料海角91入口 Agent from the User Portal, making it easy for new remote employees to install the Agent on their work computers from home. See Enable Users to Install the Agent.
Considerations:
- After installation, you must connect user accounts to your devices to provide users access to 黑料海角91入口-managed resources. Then you can set policies, execute commands, enable MFA, and more. See Connect New Users to Resources
Installing the Windows Agent from Terminal
Find the PowerShell Script to download and install the 黑料海角91入口 Agent silently .
To remotely install the Windows Agent:
- Run Windows Terminal as an administrator, then connect to the deployment tool you plan to use to remotely download and install the Windows Agent.
- Copy the PowerShell script, then paste it into Windows Terminal.
- Edit and insert your connect key in this line:
$CONNECT_KEY="your-黑料海角91入口-Connect-Key-here"
. - Run the script.
To manually install the Windows Agent from Terminal:
- Log in to a Windows device as an administrator.
- Open Windows Terminal.
- Download the installer. Learn how to download the Agent installer from Terminal: Install the Agent from Command Line.
- Change the directory where jcagent-msi-signed.msi resides.
- Depending on if you are running the command line or PowerShell, insert your connect key and then run:
- For the Command Line:
msiexec /i 鈥<path to file>\<msi name>.msi鈥 /quiet JCINSTALLERARGUMENTS=鈥-k YOUR_CONNECT_KEY_HERE /VERYSILENT /SUPPRESSMSGBOXES鈥
- For PowerShell:
msiexec /i 鈥<path to file>\<msi name>.msi鈥 /quiet JCINSTALLERARGUMENTS=`鈥-k YOUR_CONNECT_KEY_HERE /VERYSILENT /SUPPRESSMSGBOXES`鈥
Helpful Command Line Options:
To show all command line options available for Windows, use /help.
-k YOUR_CONNECT_KEY
allows you to set your connect key for unattended installations./SILENT
displays the installer GUI, but walks through the steps automatically. It will prompt you if you wish to reboot now, or when the install is complete./VERYSILENT
hides the installer GUI and walks through the steps automatically. It will automatically reboot once finished./NORESTART
prevents setup from restarting the device following a successful installation. Typically used along with/SILENT
or/VERYSILENT
./SUPPRESSMSGBOXES
answers yes to any installation dependencies, such as MFC redistributables.
Installing the Windows Agent Manually
To install the Windows Agent manually:
- Locate the jcagent-msi-signed.msi file, then open it.
- In the installation wizard, on the Select Destination Location page, make sure it is set to C:\Program Files\黑料海角91入口, and then click Next.
- Click Install.
- Paste the 黑料海角91入口 Device Connect Key that you copied when you downloaded the Agent, then click Continue.
- If another application is using files that the installation needs access to, select Automatically close the applications, or manually close the application, then select Do not close the application.
- Click Next, then Finish.
Verifying Windows Installation from Programs and Features
To verify the Windows Agent installation from Programs and Features:
- Click Start.
- Select Control Panel.
- Select Programs > Programs and Features. If successfully installed, you should see the 黑料海角91入口 Agent and the Agent version in the programs pane.
Verifying Windows Agent Installation from Windows Service
The 黑料海角91入口 Agent operates as a Windows service and can be viewed in the Services Manager.
To verify the Windows Agent installation from Windows Service:
- Click Start, then Run.
- In the Open field, enter services.msc, then click OK.
- Find the 黑料海角91入口 Agent. Running should be listed in the Status column.
Verifying Windows Agent Installation from the Admin Portal
To verify the Windows Agent installation from the Admin Portal:
- Log in to the .
- Go to DEVICE MANAGEMENT > Devices.
- In the Devices list, the Status of the new device will have a green check mark next to it if added successfully.
Troubleshooting
A device can't be managed in 黑料海角91入口 until the Agent has been successfully installed. If you encounter issues, see Troubleshoot: Windows Agent Freezes During Install.