EMM Windows Enrolment with Multi-Tenant 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.