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 …

Sending mail when new RSS Feed Item published Power Automate

Here is another short manual for using powerautomate in an easy way. If you want to get notified by your favourite blog or website afer announcing news RSS is one of the tools to choose. If you don’t like or don’t know how to use RSS, you can also try powerautomate to get a notification …

PowerAutomate Teams notification for meeting via mail as reminder

Some time ago a customer asked me, if it is possible to get an notification minutes before a teams meeting starts. I did not know and found nothing, but now I spent some time playing around with powerautomate to achieve this. And yes you can do much more with powerautomate and it’s a great addition …

Check latest PowerShell Module version with PowerShell

Sometimes it is necessary to check if your powershell module is still up to date. Yes in newer PowerShell Versions you can choose the following cmdlet: Update-Module (PS-Version5.1) https://docs.microsoft.com/en-us/powershell/module/powershellget/update-module?view=powershell-5.1 But I wanted to have a function which can compare versions of any powershell module and can also compare any other version. Therefor I did some …