MS Exchange HAFNIUM, how to remove!

UPDATE 11/11/2021 link to november patch 2021 the last few days lot of people around the globe, had some issues with patching and securing Microsoft Exchange Onpremis servers. The “0day” exploit HAFNIUM was available for exchange 2010 – 2019, so every exchange admin who published exchange was vulnerable. But that is not the only problem. …

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 …

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 …