Difference between revisions of "Intune"

From Max's Wiki
Jump to navigation Jump to search
Line 30: Line 30:
  
 
==iOS==
 
==iOS==
 +
*https://docs.microsoft.com/en-us/intune/apple-configurator-enroll-ios
  
 
==Android==
 
==Android==
Line 36: Line 37:
 
[https://docs.microsoft.com/en-us/windows/client-management/mdm/mdm-enrollment-of-windows-devices#connecting-your-windows-10-based-device-to-work-using-a-deep-link Deeplink]
 
[https://docs.microsoft.com/en-us/windows/client-management/mdm/mdm-enrollment-of-windows-devices#connecting-your-windows-10-based-device-to-work-using-a-deep-link Deeplink]
 
  ms-device-enrollment:?mode={mode_name}
 
  ms-device-enrollment:?mode={mode_name}
 +
Example = ms-device-enrollment:?mode=mdm
 +
 +
===Troubleshooting===
 +
https://support.microsoft.com/en-us/help/4469913/troubleshooting-windows-device-enrollment-problems-in-microsoft-intune
  
 
=Other=
 
=Other=
Line 56: Line 61:
 
==OMA-URI==
 
==OMA-URI==
 
*[https://blogs.technet.microsoft.com/senthilkumar/2018/05/21/intune-deploying-admx-backed-policies-using-microsoft-intune/ Blog - Intune: Deploying ADMX-Backed policies using Microsoft Intune]
 
*[https://blogs.technet.microsoft.com/senthilkumar/2018/05/21/intune-deploying-admx-backed-policies-using-microsoft-intune/ Blog - Intune: Deploying ADMX-Backed policies using Microsoft Intune]
 +
 +
=Development=
 +
*https://docs.microsoft.com/en-us/intune/app-sdk-get-started
 +
*https://docs.microsoft.com/en-us/intune/app-wrapper-prepare-android

Revision as of 04:03, 10 November 2018


Creating your tenant

Trials

Sign up for trials:

Network Requirements

https://docs.microsoft.com/en-us/intune/network-bandwidth-use

Configuring your tenant

Obtaining and installing Apple APN

https://docs.microsoft.com/en-us/intune/apple-mdm-push-certificate-get

  1. Azure Portal
  2. Intune Blade
    1. Manage -> Device Enrollment
      1. Apple enrollment

Mobile Application Management (MAM)

  1. Intune
  2. Mobile Apps
  3. App Protection Policies

Enrollment

iOS

Android

Windows

Deeplink

ms-device-enrollment:?mode={mode_name}
Example = ms-device-enrollment:?mode=mdm

Troubleshooting

https://support.microsoft.com/en-us/help/4469913/troubleshooting-windows-device-enrollment-problems-in-microsoft-intune

Other

Logs

  1. Event Viewer
  2. View Menu
  3. View Analytic and Debug Logs
  4. Applications and Services Logs
    1. Microsoft
    2. Windows
    3. DeviceManagement-Enterprise-Diagnostics=Provider
    4. Debug
  5. Enable Log and preform actions

Email settings

OMA-URI

Development