locked
Device Access Connection Method - Wi-Fi direct connection RRS feed

  • Question

  • From http://technet.microsoft.com/en-us/library/cc135604(TechNet.10).aspx 







    For this topology, the managed Windows Mobile device connects directly to the Mobile Device Manager (MDM) Device Management Server without the use of the MDM Gateway Server.

    http://technet.microsoft.com/en-us/library/cc664626(TechNet.10).aspx

    On the MDM Device Management Server, or any other server with MDM Administrator Tools installed, you run the following MDM Shell cmdlet to disable the Mobile VPN client on all devices:

    Set-EnrollmentConfig -ActivateVPN:$false

    Question:

    If I use Wi-Fi direct connection method,  whether I can simultaneously use the connections through MDM Gateway Server ?

    If i run "Set-EnrollmentConfig -ActivateVPN:$false" - i disable use MDM Gateway Server?





     

    Friday, June 20, 2008 6:46 AM

Answers

  • Mikhail Aleksandrov said:

    Question:

    If I use Wi-Fi direct connection method,  whether I can simultaneously use the connections through MDM Gateway Server ?

    If i run "Set-EnrollmentConfig -ActivateVPN:$false" - i disable use MDM Gateway Server?





     


    This cmdlet specifies the configuration that is provided to the device upon enrollment. So if you want to have both connections through the gateway and directly to the MDM server you would need to enroll a device with VPN activated, then run "Set-EnrollmentConfig ...", enroll a new device. Obviously this would not work for a production scenario, so you can't really combine the two and have some users connecting through VPN and some users connecting directly.

    Running "Set-EnrollmentConfig -ActivateVPN:$false" essentially disables the Gateway Server. Which also disables the possibility of using an instant remote wipe.
    Friday, June 20, 2008 7:56 AM
  • As stated on the bottom of http://technet.microsoft.com/en-us/library/cc664626(TechNet.10).aspx, the features that you loose by not using a Gateway server are around the Alerter Service.

    "The Alerter service on MDM Gateway Server receives alerts from MDM Device Management Server for urgent commands, such as a managed device wipe. The Alerter service verifies that the managed device is connected to the network. Without an MDM Gateway Server you cannot use the Alerter service and will lose the ability to perform a Wipe Now request on a managed device. You will still be able to initiate a wipe immediately upon the next connection."

    So the wipe now functionality will not work, but the device will recevie the wipe during it's next sync.

    Marco..

    Friday, June 20, 2008 6:23 PM
    Answerer

All replies

  • Mikhail Aleksandrov said:

    Question:

    If I use Wi-Fi direct connection method,  whether I can simultaneously use the connections through MDM Gateway Server ?

    If i run "Set-EnrollmentConfig -ActivateVPN:$false" - i disable use MDM Gateway Server?





     


    This cmdlet specifies the configuration that is provided to the device upon enrollment. So if you want to have both connections through the gateway and directly to the MDM server you would need to enroll a device with VPN activated, then run "Set-EnrollmentConfig ...", enroll a new device. Obviously this would not work for a production scenario, so you can't really combine the two and have some users connecting through VPN and some users connecting directly.

    Running "Set-EnrollmentConfig -ActivateVPN:$false" essentially disables the Gateway Server. Which also disables the possibility of using an instant remote wipe.
    Friday, June 20, 2008 7:56 AM


  • I know that if you do not use the Gateway Server, that some MDM functionality is lost or disabled.
    Does somone know the exact features that are lost in this scenerio ? 

    Thanks
    Friday, June 20, 2008 5:49 PM
  • As stated on the bottom of http://technet.microsoft.com/en-us/library/cc664626(TechNet.10).aspx, the features that you loose by not using a Gateway server are around the Alerter Service.

    "The Alerter service on MDM Gateway Server receives alerts from MDM Device Management Server for urgent commands, such as a managed device wipe. The Alerter service verifies that the managed device is connected to the network. Without an MDM Gateway Server you cannot use the Alerter service and will lose the ability to perform a Wipe Now request on a managed device. You will still be able to initiate a wipe immediately upon the next connection."

    So the wipe now functionality will not work, but the device will recevie the wipe during it's next sync.

    Marco..

    Friday, June 20, 2008 6:23 PM
    Answerer
  • Marco is spot on, wipe-now will be wipe on next connect
    all other features are intact
    Friday, June 20, 2008 9:40 PM