Using NetScaler Automatic detection for Windows Phone 8.1 Enrollment

7:50 PM
Using NetScaler Automatic detection for Windows Phone 8.1 Enrollment -

Auto-Discovery simplifies the registration process for the user to enable, by enabling them to register their devices with their corporate network usernames and passwords instead to enter details about the device Manager server. User names must be entered in user principal name (UPN) format; for example user@mycompany.com.

auto-discovery usually requires that you send the Citrix Technical Support team specific information to provide and in the case of Windows devices, an SSL certificate. After Citrix receives this information when users enroll their devices, the domain information is extracted and assigned to a server address so that the user only has to enter their Microsoft Active Directory password enroll. This information is kept in the Citrix XenMobile database so that it is accessible at all times and available when users enroll. For more information about how to achive this with Citrix Cloud Ops:

http://support.citrix.com/proddocs/topic/xenmobile-0/xmob-dm-connect-enable-auto-disc-enrollment-tsk.html

But you can do the same with your existing NetScaler and some additional strategies and DNS changes achive. Here is a short step by step guide:

  1. Add SSL LB Vserver externally accessible via port 443, or an existing SSL CS VServer and use a CS-policy traffic to the host to send "enterpriseenrollment.company.com" to a dedicated LB VServer.
  2. Bind the related certificate on the SSL vserver. When using CS-Vserver, you need a wildcard certificate.
  3. Add a fake server / service to the LB VServer that Vserver remains. We send configured on the server / service no hits.
  4. Add DNS reccord to your official DNS server for the host "enterpriseenrollment.company.com" points to the SSL LB VServer or SSL -CS-Vserver ipon the NetScaler.
  5. Add 2 rewriting actions and related measures. A one respond to http for HTTP request and: rewriting request policies and measures

    Rewrite action rw-action enterprise roll ment inquiry Add replace_all HTTP.REQ. URL "" / zdm / wpe "" search "regex (re ~. * ~)"
    Add Rewrite policies ns-enterprise roll ment inquiry true rw-action enterprise roll ment inquiry rewriting response

    Add Rewrite action rw-action enterprise roll-ment respond replace_all "HTTP.RES.BODY (000) .SET_TEXT_MODE (IGNORECASE)" "" https: // mdm. company .com: 8443 "" search "text (" http: //enterpriseenrollment.company.com: 80 ")"
    Add Rewrite policies ns-enterprise roll-ment respond true rw- action -enterpriseenrollment-respond
  6. tie the 2 rewriting created policies to the IB-vServer in step 1 or 2
    bind lb vserver enterprise roll ment -PolicyName ns - enterprise roll ment inquiry -priority 100 -gotoPriorityExpression END -type rEQUEST
    bind lb vserver enterprise roll ment -PolicyName ns-enterprise roll-ment respond -priority 100 -gotoPriorityExpression END -type RESPONSE
  7. your device to your e-mail address to enroll
Previous
Next Post »
0 Komentar