Hi,
This script will help you to automatically unenroll from one EM portal and enroll in another EM portal.
Note: Silent enrollment must be enabled on target account. It is enabled for accounts with paid subscription added to the portal. Also you can contact support with the request to enable feature after account verification.
Refer to the wiki to run the procedure with parameters
https://wiki.xcitium.com/frontend/web/topic/how-to-configure-and-run-procedures-on-managed-devices
For Example:
host="companypmsupport-companypmsupport-msp.cmdm.comodo.com"
port="443"
token="4gfd4551lkgf5617fdg5d1156bhfdsgp"
password="Test@1234"
Note 1: The "password" parameter is mandatory for agent versions 10+ and its value should match the following password which is set under "Client Access Control" in Old portal.
Note: Please edit the following parameters in the script
### PARAMETERS TO BE EDITED UNDER PARAMETERS TAB ###
1. host:
TYPE: String
EM LABEL: Any name
Default value: "Enter your hostname of new EM portal which you want to enroll"
2. port:
TYPE: String
EM LABEL: Any name
Default value: "Enter your port number of the new EM Portal"
3. Token:
TYPE: String
EM LABEL: Any name
Default value: "Enter the Token of the new EM Portal"
4. Password
TYPE: String
EM LABEL: Any name
Default value: "Enter the password of the OLD EM Portal"
Please run the script as "System user"
JSON FILE SHA1 VALUE - 335407440e7a4b5bb3d8d324a46a41f903c79964
PYTHON FILE SHA1 VALUE - 4e300b717bec2b768aaa4c64c5f7b6ad9b546ba0
Comments