RSS Teams notification via power automate flow

In this article I want to describe how to collect information with Microsoft Teams and Power Automate via RSS feed. An older blogpost was released some time ago about mail notification with Power Automate. So here is another part. First I created a knowledge base Team for collection informations with seperated channels sorted by subject …

Append E-Mail banner for external mails in Exchange Online E-Mail Tagging

Lot’s of cyber attacks are based in malicious e-mails and use the good faith of users. That’s why you should train and sensitize your users. A simple and effective way is to visualize the danger with a small banner. In this article you get the information to create a rule with an “caution” banner. In …

Find all fullaccess and sendas permissions in Exchange Online

Maybe you saw my old blogpost about finding Full Access Permissions on Exchange OnPrem and found it useful? But now we have 2021 more and more companies move to cloud services. I thought it would be useful to write the same article but for exchange online. So here it is. Before you can access Exchange …

Check if Azure AD Users exists PowerShell function

When scripting with cloud users in AzureAD some people might ask how to check if an Azure AD user is available or not. I also had to challenge this scenario while scripting for a customer. After this I thought this is something many people may need. So here is my solution with some explanation to …

Handle timeouts while scripting with the microsoft cloud (or anywhere else)

Hi there, if you found this article maybe you are struggling slowness of the microsoft cloud (or some other products) and your script fails because it does not find the newly created object. Yeah that’s a big issue especially in the wonderful cloud, and if you want to automate tasks. So I invested some time …