EMM Windows Enrollment with SureMDM Hub Instance
To enroll EMM Windows with SureMDM Hub instance, navigate to EnrolmentServer web config file in wwwroot folder and specify the values as given below.
<add key="ServerPath" value="https://xxx.xx.x/Windows" />
<add key="LoginPath" value="https://xxx.xx.x/Windows/View/WindowsEnroll.html" />
<add key="IsOnPremise" value="0" />
Note: By default, IsOnPremise value will be specified as 1. Change it to 0.