How do devices get certificates through the Enrollment server?
The device generates the certificate request and passes the request to the enrollment server, which impersonates the device account just long enough to submit the certificate request to the certification authority. The enrollment server does not have permissions to the device-specific certificates and templates on the certification authority, only the device account has permissions. The private key never leaves the device.
Can I automate the enrollment process for new devices?
You can perform bulk enrollments using MDM Shell. Users can also provision their own Windows Mobile devices by using MDM Self Service Portal. However, MDM Self Service Portal only provisions devices into a single organizational unit (OU) that you designate as the MDM administrator. For information about MDM Self Service Portal, see the Deployment Guide for MDM Self Service Portal. To download MDM Bulk Pre-enrollment Tool, see MDM Server Tools in the MDM Resource Kit Tools at this Microsoft Web site: http://go.microsoft.com/fwlink/?LinkId=127030.
Can I unenroll an enrolled device?
MDM has no administrative tools for unenrolling a device. You should submit a wipe request for the device to remove all of the appropriate objects, such as the objects in Active Directory and SQL Server. Wiping also adds the device to the Blocked Devices list. The enrollment record remains in the database so that MDM can block the device. When re-enrolling a device, you should specify a new device name. To download MDM Enrollment Cleanup Tool, see MDM Server Tools in the MDM Resource Kit Tools at this Microsoft Web site: http://go.microsoft.com/fwlink/?LinkId=127030.
How do I configure MDM to send the enrollment e-mail message?
By default, MDM uses localhost@EnrollmentServer.com to send the e-mail message containing the one-time enrollment password. To specify an SMTP server for sending these messages, run the following command in MDM Shell:
set-EnrollmentConfig -SmtpServer smtp.yourdomain.com
You can modify the other parameters similarly by running the following commands:
set-EnrollmentConfig -SmtpServer
set-EnrollmentConfig -EmailSubject
set-EnrollmentConfig -EmailBodyTemplate
set-EnrollmentConfig -EmailSender
How do I check to see if a device is enrolled?
On the device, select Settings, select Connections, and then select Domain Enroll. The Device Status field indicates if the device is enrolled or not.
Can users disable the Mobile VPN Connection?
Yes, if allowed by MDM Group Policy. To disable the Mobile VPN connection, on the device, select Settings, select Connections, select Mobile VPN, and then select Disable. You can also enable or disable the Mobile VPN connection using the MDM VPN Diagnostics Tool. For information about this tool, see MDM Server Tools in the MDM Resource Kit Tools at this Microsoft Web site: http://go.microsoft.com/fwlink/?LinkId=127030.
What are the consequences of disabling the Mobile VPN Connection?
The device is not protected because without the Mobile VPN connection, it connects to a public Internet connection. Therefore, it is exposed to all of the threats on the Internet.
Device wipes will not function because MDM sends the wipe notification through the alerting mechanism provided by MDM Gateway Server. If you disable the Mobile VPN connection, MDM Gateway Server cannot address the device.
If your company only has MDM enrolled devices and Microsoft Exchange Server ActiveSync is not exposed to the Internet, then devices cannot connect to Microsoft Exchange Server ActiveSync if you disable the Mobile VPN connection.
Does MDM support Windows Mobile Device Center/ActiveSync Desktop Pass-Through Connections using USB or Bluetooth?
No. MDM client devices and device emulators cannot establish Mobile VPN connections using Windows Mobile Device Center/ActiveSync Desktop Pass-Through connections.
If I establish a Windows Mobile Device Center/ActiveSync Connection, what is the Mobile VPN connection status, and how is network traffic routed?
The following table summarizes how network traffic is routed when you connect the device to a desktop computer.
|
Mobile VPN Connection Status
|
Mobile VPN Connection Enabled
|
|---|
|
Activesync RNDIS Multihoming on
|
-
Mobile VPN connection stays connected when tethering
-
Local network traffic to desktop computer over the network cable
-
Remote network traffic over the Mobile VPN connection, including internal network traffic
|
|
Activesync RNDIS Multihoming Off
|
-
Mobile VPN connection gets disconnected when tethering
-
Local network traffic to desktop computer over the network cable
-
Remote network traffic over the network cable also, cannot restrict
|
|
Activesync Serial USB Multihoming on
|
-
Mobile VPN connection stays connected when tethering
-
Local network traffic to desktop computer over the network cable
-
Remote network traffic over the Mobile VPN connection, including internal network traffic
|
|
Activesync Serial USB Multihoming off
|
-
Mobile VPN connection gets disconnected when tethering
-
Local network traffic to desktop computer over the network cable
-
Remote network traffic fails
|
|
Activesync Serial Bluetooth Multihoming on
|
-
Mobile VPN connection stays connected when tethering
-
Local network traffic to desktop computer over the Bluetooth connection
-
Remote network traffic over the Mobile VPN connection, including internal network traffic
|
|
Activesync Serial Bluetooth Multihoming off
|
-
Mobile VPN connection gets disconnected when tethering
-
Local network traffic to desktop computer over the Bluetooth connection
-
Remote network traffic fails
|