jenstf

About Jens Tore Fremmegaard

This author has not yet filled in any details.
So far Jens Tore Fremmegaard has created 14 blog entries.

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

Intune – Backup and restore of conditional access policies

By |2019-08-14T11:38:46+02:00August 14th, 2019|Uncategorized|

I have found some tools to backup and restore much of a Intune setup, but not conditional access policies. So I decided to create a little PowerShell module to backup and restore conditional access policies.

Enabling password reset on the Windows 10 logon screen

By |2019-07-31T09:23:59+02:00July 4th, 2019|Uncategorized|

Have you remembered to enable Self Service Password Reset (SSPR) before the summer vacation? After some weeks on vacation a lot of users are having problems remembering their password. Many of you have probably enabled the SSPR function in Azure Active Directory already, if not: In Azure Active Directory, go [...]

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