Microsoft Endpoint Manager/Intune

Conditional Access – Baseline Policies

By |2019-06-15T18:48:38+02:00June 15th, 2019|Blog, Microsoft Endpoint Manager/Intune|

Late in may the "Baseline Policy: Require MFA for admins" got company of three other baseline policies in preview.Baseline policies are a set of predefined policies that help protect organizations against many common attacks. Baseline policies are available in all editions of Azure AD. The goal of these four policies is [...]

Automate Intune – the hidden APIs of Azure

By |2019-06-10T09:55:34+02:00June 8th, 2019|Graph API, Microsoft Endpoint Manager/Intune, Powershell|

With the Microsoft.Graph.Intune PowerShell module you get over 900 commands and you could also do Invoke-MSGraphRequest to utilize the complete Microsoft Graph REST API. But if you have played a bit with Graph API you probably have noticed that there are some functionality you miss, like device settings in Azure [...]

Microsoft Graph API and Intune – The Microsoft.Graph.Intune way

By |2019-06-08T00:28:38+02:00June 7th, 2019|Graph API, Microsoft Endpoint Manager/Intune, Powershell|

Automation, automation, automation!Why should you manually set up dozens of groups, policies and other settings when it could be automated? To automate our Intune setup, Microsoft Graph API is the answer.And since most of us aren't developers, we stick to PowerShell as our script language of choice. You could write [...]

Microsoft Graph API and Intune – The old school way

By |2019-06-07T23:02:06+02:00May 28th, 2019|Graph API, Microsoft Endpoint Manager/Intune, Powershell|

Automation, automation, automation!Why should you manually set up dozens of groups, policies and other settings when it could be automated? To automate our Intune setup, Microsoft Graph API is the answer.And since most of us aren't developers, we stick to PowerShell as our script language of choice. You find the [...]

Conditional Access on user actions

By |2019-05-09T07:37:13+02:00May 9th, 2019|Microsoft Endpoint Manager/Intune|

The Intune team are delivering new features faster than the speed of light and this week I noticed another new and interesting feature. The possibility to add conditional access to user actions.At the moment this covers "Register security information".What this covers are most likely editing or registering information for Multi [...]

Enrollment Status Page

By |2019-04-25T06:19:23+02:00April 15th, 2019|Microsoft Endpoint Manager/Intune|

Enrollment Status Page is a new function in Intune, currently in preview. You need Windows 10 1803 or later. It's found under Device enrollment -> Windows enrollment -> Enrollment Status Page (Preview) It lets you show the configuration status to the user and also to block access to the device until [...]

Disable camera based on network location

By |2019-04-25T06:17:12+02:00April 1st, 2019|Microsoft Endpoint Manager/Intune|

Configuration Policies in Intune are very powerful, but the device restrictions are not dynamic. What if you want to make configuration changes based on dynamic factors? In this example I will show how you can disable the camera in a Windows 10 device when it connects to the network of [...]