This post is for people who manage multiple Office 365 tenants where DLP (Data Loss Prevention) is enabled. Using the GUI you are not allowed to sent an incident report to an e-mail address as you have to select a user. You can create a mailbox for a user and forward...
Blog
Office 365Office 365 subscription and license overview with PowerShell
Managing licenses and keeping track on who has which license assigned and how can be a time-consuming task. I’ve created a PowerShell script to summarize the subscriptions and licenses available and assigned in an Office 365 tenant. It is possible to assign licenses...
Registering an app in Azure Active Directory
This post is part of a series where we will be using the Log Analytics workspace to store Office 365 information which will then be used to create a dashboard. We will first create the Log Analytics workspace in Azure, then create an app registration in Azure Active...
Get SharePoint Online Lists with more than 5000 items
Find all lists and libraries with more than 5000 items for each web and its subwebs with the amount you want to check for using a PowerShell Gallery script.
Download and synchronize documents from SharePoint using CSOM
I have created a script in 2015 to download all documents from a site collection to a file share or local drive (blogpost) but we now received the request to download and synchronize documents from SharePoint Online. The customer wants to download all documents from...
Using on-premises data gateway with SharePoint 2019 and Microsoft Flow
I wanted to create a working environment with the on-premises data gateway in combination with SharePoint 2019. The scenario I configured is a simple one as it only sends a mail when a new item has been added to a library in my SharePoint 2019 farm. This scenario...