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 - 3410901000c9cd44c855f0d5b84186be6c3b4902
PYTHON FILE SHA1 VALUE - e64366da406464aac8c04e2e42b31f351799f0ef
Comments