Intune Client | Error User License Type Invalid

Nicolas PilonClient, Intune, SCCM6 Comments

  The starting point of all mobile management project is enrolling devices. Without enrollment, you can’t manage any devices. When running in hybrid mode, the enrollment process is different than running Microsoft Intune in standalone mode. The SCCM Service Connection Point role keeps connectivity between both end (SCCM on-premise and the Cloud). Both environments must be synchronized, otherwise, you have chance of getting Intune error User License Type Invalid during Intune enrollment on your mobile devices. This post will explains how to resolve this issue. Intune Error User License Type Invalid This is the error message shown just before the enrollment process when you click Enroll : If you take a look, at the Company Portal log from the mobile device, you will see : <ErrorType>UserLicense</ErrorType><Message>Invalid User License</Message> ** How to see Company Portal log? Please read this Technet post **  Cloud User Sync During the configuration of the Intune subscription in your SCCM, you need to create and configure a … Read More

SMS Executive detected that SMS_Migration_Manager stopped Unexpectedly

Nicolas PilonSCCM4 Comments

Here’s an issue I encountered this week, SMS Executive detected that SMS_Migration_Manager stopped unexpectedly in the event viewer of a secondary site. The problem happens under SCCM 2012 R2 CU1. Migration manager is the migration service that execute jobs or instructions during the migration. You can refer to Neil Peterson post for more information about Migration Manager. Symptom The logs shows that the problem is permanent and happens every hour. migmctrl.log ERROR: [MigMCtrl]: FAILED to CREATE JobManager instance. error = The parameter is incorrect., 80070057 ERROR: [MigMCtrl]: FAILED to START WorkItemMgr. error = The parameter is incorrect., 80070057 ERROR: [MigMCtrl]: FAILED to INITIALIZE. error = The parameter is incorrect., 80070057 Cause I’m still trying to figure out why the SMS_Migration_Manager stopped unexpectedly. I’ll post more information if I find the root cause of this issue. Resolution To resolve the SMS_Migration_Manager stopped unexpectedly issue, please follow this procedure: Connect on an healthy central administrative site or … Read More