This article explains how to assign a device to a company.
This article applies to all Tensor license holders.
When a device is assigned to a company, it will automatically be manageable for all your company administrators. Therefore, there is no need to assign the device to a dedicated user.
Once the device is assigned to the company, you can move it into managed groups, assign policies to them or add dedicated managers with easy access permissions.
You need:
1) Log in to the Management Console: https://login.teamviewer.com/LogOn.
2) Go to Design & Deploy.
3) Open the Assignment tab (only visible if you are a company administrator and if you are a Tensor agent).
4) Click the + button to add a new configuration:
Once you have finished the assignment via the command line later, you can use the Management Console to add further permissions to these managers ➜ Allow Easy Access
5) Click copy assignment ID. This will copy the assignment ID to your clipboard.
6) Open the command line with administrative rights and follow the steps described below.
You need:
1) Open the CMD.
2) Go to your TeamViewer installation folder.
3) Enter the following command into the command line:
a) For Windows:
TeamViewer.exe assignment --id paste_your_assignment_id_here
Example:
TeamViewer.exe assignment --id 0001CoBBChARKJtw_okR6o_fJ7AisynpEigIACAfAgAJAOjwtNCVK_JiM5lVdgdfguSk-gQ=
b) For macOS:
sudo /Applications/TeamViewerHost.app/Contents/Helpers/TeamViewer_Assignment -assignment_id paste_your_assignment_id_here
Example:
sudo /Applications/TeamViewerHost.app/Contents/Helpers/TeamViewer_Assignment -assignment_id 0001CoBBChARKJtw_okR6o_fJ7AisynpEigIACAfAgAJAOjwtNCVK_JiM5lVdgdfguSk-gQ=
c) For Linux:
sudo teamviewer assignment --id paste_your_assignment_id_here
Example:
sudo teamviewer assignment --id 0001CoABChARKJtw_okR6o_fJ7AisynpEigIACAfAgAJAO4PLaOBrqNDgr6jwtNCVK_JiM5lVdgdfgYo3uQ3pGkAbX8bo_VqPw1Rt61-RLe9AKSwZ14uwOXtUN7FYflrHbWAqRKBF0h8V18ldMcVT1rLFedyWVafv1zlRWmVZRKH3IAEQouSk-gQ=
4) Press Enter on your keyboard.
5) (optional) Type echo %errorlevel% on Windows (MacOS/Linux: echo $?) into the command line to verify if the process was successful:
6) The assignment has been completed.