Blog

Microsoft Authenticator gets long awaited features

By |2021-11-15T09:35:52+01:00November 15th, 2021|Blog, Graph API, Uncategorized|

One of the most asked for features to the Microsoft Authenticator has been to give information about application and location. Now at the time of writing, currrently in private preview and unsupported, this functionality has been added. Another new feature currently in preview is the option to do number matching [...]

New Graph Explorer

By |2019-11-22T13:48:48+01:00November 22nd, 2019|Blog, Graph API|

Have you checked out the preview of the new Graph Explorer?You find it at https://developer.microsoft.com/en-us/graph/graph-explorer/preview It has a better editor, cleaner UI, better history.You have new tabs like "Auth" that shows the access token and "Snippets" that shows examples in C#, JavaScript, Java and Objective-C. You also have a tab [...]

Use Graph API in flow (and create a team)

By |2019-07-31T09:45:41+02:00June 19th, 2019|Graph API, Power Automate|

How can we combine the powers of two fantastic automation tools, Microsoft Graph API and Microsoft Flow?As an example we will create a team in Microsoft Teams with the help of a simple form in Microsoft Forms, Microsoft Flow and Microsoft Graph API. We start by registering an application in [...]

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 [...]

Set Intune as MDM Authority with PowerShell and Microsoft Graph API

By |2019-06-07T08:48:34+02:00April 8th, 2019|Graph API, Powershell|

Before we can start to use Intune we have to set it as MDM Authority.To automate this we can use PowerShell and Microsoft Graph API. Like all other Graph API scripts we start by authenticating us to get a token we have to send in the header of the REST [...]