Exchange Online: see mailboxsize and added mobile devices with PowerShell

Lot of customers ask me if it is possible to get a statistic of mailbox size in Exchange Online. I say, of course it’s possible with PowerShell. Some time ago I created a short script to get sizes as output to shell. Not that usable. The last days I spent some time to create a …

Exchange security patches history of the year 2021

On this site you can find important links for exchange patching: March 2021 Quarterly Exchange Updates (and the nightmare began) Released: March 2021 Quarterly Exchange Updates – Microsoft Tech Community March 2021 HAFNIUM Released: March 2021 Exchange Server Security Updates – Microsoft Tech Community April 2021 Exchange Security Updates Released: April 2021 Exchange Server Security …

1 Million clicks THANK YOU!!

Today is a wonderful day. My blog reached the 1 million click counter since 2014. Thank you very much for supporting me and my work. I’ll keep going on. Thank you.

Exchange Clean Logs ETL 2013/2016/2019 with detailed logging

In old fashoined exchange onpremises installations, lot of people face an issue exchange does not accept new mails, because of lack of ressources. So how to cleanup the drive where exchange is installed? Some days ago the good old technet gallery offered a small script to manage this task. But now the technet gallery (R.I.P) …

Bulk change UserPrincipalName in Active Directory via PowerShell

Getting things ready for cloud migration or anything different, lot’s of companies need to change their users UPNs. As consultant I had to do that several times, therefore I wrote some lines of PowerShell code, to manage this. It’s not that difficult, but for documentation my script also creates a CSV file with the UPNs …