Intune

From Max's Wiki
Jump to navigation Jump to search


What's New/Blogs

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

MFA

iOS

Android

Windows

Status

AD Join - Corporate Workplace Join - BYOD

Deeplink

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

AutoPilot

  1. https://docs.microsoft.com/en-us/intune/enrollment-autopilot
  2. https://docs.microsoft.com/en-us/windows/deployment/windows-autopilot/windows-10-autopilot
  3. https://www.powershellgallery.com/packages/Get-WindowsAutoPilotInfo/1.2/DisplayScript

Troubleshooting

Enum Type

Device Compliance

Remote Tasks

Other

Android Enterprise

Work Profile

https://social.technet.microsoft.com/Forums/en-US/13de10f8-210a-41b3-b49b-d82fbe768faf/android-for-work-contacts-profiles?forum=microsoftintuneprod

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

Audit Logs

Conditional Access

Email settings

OMA-URI

Mobile Apps

App Protection Exceptions

Troubleshooting

PowerShell

Set-ExecutionPolicy Unrestricted Set-ExecutionPolicy Restricted

  • Install-Module AzureAD
  • Install-Module WindowsAutoPilotIntune
  • Import-Module WindowsAutoPilotIntune
  • Connect-AutopilotIntune (Has been deprecated) Use: Connect-MSGraph
  • Get-AutoPilotDevice

GraphAPI

Development