Deactivate Telemetry in EgoSecure
Deactivate sending telemetry in EgoSecure.
For more details about Matrix42 use of telemetry see this help article.
GOAL
After completing this guide, you will have deactivated telemetry in EgoSecure.
First Step
You will need to run this SQL script on your ES database:
insert into dbo.PROPERTIES values('PUSAGE', 0)
To verify, you can check for the new value to be present in the PROPERTIES table:
Second Step
Restart the EgoSecure Server service for the change to take effect.