1
1
1
1
1
1
1
Delivering a secure and productive modern workplace is a top priority for many of our commercial customers, and we’re committed to help. Last July, we took a big step forward in this journey with the introduction of Microsoft 365, a new product suite that brings together Office 365, Windows 10, and Enterprise Mobility + Security. Many customers […]
To secure a personal Microsoft Account (MSA”, formerly known as LiveID”), you can enable two-step verification (MFA” for Multi Factor Authentication) easily. This article shows the How-To. The Microsoft support article About two-step verification informs about the necessary steps. Secure your MSA I wanted to add MFA to an existing MSA *@outlook.com. To make it short: Open […]
It’s a not so well known feature, that admins can transfer services in Microsoft Azure to reorganize their cloud services. This can be accomplished in the Azure Portal or programmatically. See here, how this works. So, you can move services between resource groups and you can move services to another Azure subscription.This can be done in the (new) […]
For an application registered in AAD to be able to run in application context only without a user context the Company Administrator” role has to be assigned to the application in order to be able to access administrator endpoints for APIs like the Microsoft Graph. No additional permissions have to be assigned to the application […]
In part one, we saw how the Microsoft Graph API enables programmatic access to Office 365 groups. Now it’s time to let Azure Functions help us with the desired workflow.For the following steps, an Azure subscription and a Global Admin in the target Office 365 tenant is required. The plan We want our provision group function to be […]
Office 365 groups span over various Office 365 services and provide a great way for collaborating. By default, every user can create an Office 365 group. While self-service is a good thing and many businesses adopted into that direction, some companies still prefer the controlled approach. In real world environments, organizations usually want to restrict […]
This article describes the workflow for the group provisioning process by using the Azure function from part two in combination with PowerApps, SharePoint Online and Flow to enable a good user experience. Technically, we already have the toolset with the ProvisionGroup function. Now let’s create the rest. Create a list for requests The workflow described […]