When testing new policies or deploying applications it’s useful to force a policy refresh. In iOS you can force this when using the latest Company Portal.
Follow these easy steps:
- Open the Company Portal
- Select your device in use
- Hit the Sync button
In one of the last posts we discussed the option to put a Web Application Proxy in the DMZ as a reverse proxy for NDES. You could request a hotfix via Microsoft Support in order to get this to work. The good news is that you no longer have to contact support, it’s available in the in the December Windows Update:
Large URI request in Web Application Proxy fails in Windows Server 2012 R2
http://support.microsoft.com/kb/3011135
Just install the latest Windows Update on your Windows Server 2012 R2 and you should be good to go:
December 2014 update rollup for Windows RT 8.1, Windows 8.1, and Windows Server 2012 R2
http://support.microsoft.com/kb/3013769
In this post I will show you how to assign EMS licenses using the Azure Portal.
Open a browser, to prevent cookie issues I recommend to use InPrivate mode.
Navigate to http://manage.windowsazure.com/ and sign-in using your administrator account for your tenant (e.g. admin@mycompanyname.onmicrosoft.com)
After successful logon, on the left side navigate to Active Directory. Select the desired directory.
After selecting the directory, navigate to the License section.
Select the EMS licenses that are bound to this tenant. In case your licenses don’t show up you will have to call support to have your licenses assigned.
From this point you can either assign licenses to individual users or a group.
After selecting a group or individual you can assign licenses by pressing the “assign” button at the bottom of the screen.
In case this post helped you, please consider leaving a reply.
Once you have certificate deployment working, you can use it for several purposes. One example would be to use certificate based authentication against Exchange (on-prem), VPN or WiFi Profiles. Certificate based authentication against WiFi profiles is a common ask, in this post I'll explain how to configure this in ConfigMgr 2012 R2.
After deploying the profile, wait a few minutes and enroll a new user or enforce a policy refresh on Windows Phone 8.1. You phone should connect to the WiFi automatically using the SCEP Certificate.
If this post helped you, consider leaving a reply.
Are you trying to configure certificate deployment for mobile devices and run into the error 12186 in ndesplugin.log? This post might help you reach a solution.
The exact error shown in ndesplugin.log is:
Failed to send http request /CMCertificateRegistration/Certificate/VerifyRequest. Error 12186
This error occurs if the account under which NDES application pool runs may not have read permission to the client certificate's private key while doing https connection to the Certificate Registration Point (CRP).
Restart the NDES server and you should not get the same error. Please consider leaving a reply in case this post helped you.