Difference between revisions of "Intune"

From Max's Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 41: Line 41:
  
 
==Windows==
 
==Windows==
 +
===Status===
 +
AD Join - Corporate
 +
Workplace Join - BYOD
 +
 
[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
 
  Example = ms-device-enrollment:?mode=mdm
 +
 +
===AutoPilot===
 +
#https://docs.microsoft.com/en-us/intune/enrollment-autopilot
 +
#https://docs.microsoft.com/en-us/windows/deployment/windows-autopilot/windows-10-autopilot
 +
#https://www.powershellgallery.com/packages/Get-WindowsAutoPilotInfo/1.2/DisplayScript
  
 
*https://docs.microsoft.com/en-us/windows/client-management/mdm/mdm-enrollment-of-windows-devices
 
*https://docs.microsoft.com/en-us/windows/client-management/mdm/mdm-enrollment-of-windows-devices
Line 59: Line 68:
 
*https://github.com/microsoftgraph/microsoft-graph-docs/blob/master/api-reference/v1.0/resources/intune-devices-deviceenrollmenttype.md
 
*https://github.com/microsoftgraph/microsoft-graph-docs/blob/master/api-reference/v1.0/resources/intune-devices-deviceenrollmenttype.md
 
*https://github.com/microsoftgraph/microsoft-graph-docs/blob/master/api-reference/beta/resources/intune-enrollment-enrollmentstate.md
 
*https://github.com/microsoftgraph/microsoft-graph-docs/blob/master/api-reference/beta/resources/intune-enrollment-enrollmentstate.md
 
  
 
=Device Compliance=
 
=Device Compliance=
Line 97: Line 105:
 
*https://social.technet.microsoft.com/Forums/en-US/c99f5efd-50c5-4a69-b500-261da97011f7/intune-conditional-access-named-locations-trusted-ips-not-working
 
*https://social.technet.microsoft.com/Forums/en-US/c99f5efd-50c5-4a69-b500-261da97011f7/intune-conditional-access-named-locations-trusted-ips-not-working
 
*https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/location-condition
 
*https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/location-condition
 +
*https://docs.microsoft.com/en-us/intune/app-configuration-managed-browser#conditional-access-for-protected-browsers
  
 
==Email settings==
 
==Email settings==
Line 111: Line 120:
  
 
==Mobile Apps==
 
==Mobile Apps==
 +
 +
===App Protection Exceptions===
 +
*[https://docs.microsoft.com/en-us/intune/app-protection-policies-exception How to create exceptions to the Intune Mobile Application Management (MAM) data transfer policy]
 +
*[https://support.microsoft.com/en-us/help/4294074/how-to-find-the-bundle-id-for-an-ios-app How to find the bundle ID for an iOS app]
  
 
===Troubleshooting===
 
===Troubleshooting===
Line 120: Line 133:
 
=PowerShell=
 
=PowerShell=
 
*https://github.com/microsoftgraph/powershell-intune-samples
 
*https://github.com/microsoftgraph/powershell-intune-samples
 +
 +
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=
 
=GraphAPI=

Latest revision as of 23:53, 31 August 2020


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