Update: Estimating the size of an Exchange (online) Archive

Update: Estimating the size of an Exchange (online) Archive

Hi all! A couple of years back, I created a (very basic) script to help estimating the size of an Exchange Archive by looking at the age of a message and comparing it to time periode you envision to use in the the retention/archive policy. Originally, I believe I had...
Exchange Virtual Directory HTML Report

Exchange Virtual Directory HTML Report

Update 12/09/2016: script updated to version 1.8: Included support for Exchange 2016 CU2+ Made some minor changes to the code + output now shows a message if successful/unable to write the html file. Previous updates in version 1.7: Added more recent Exchange build...

Speeding up retrieval of Send-As permissions

Many Exchange administrators are familiar with the Get-ADPermission cmdlet. In the contrary to the Get-MailboxPermission cmdlet, the Get-ADPermission cmdlet retrieves Active Directory permissions for an object, instead of permission in Exchange itself. For instance,...

Exchange User Permission Enumeration Script

A few years ago, I wrote a PowerShell script which would enumerate the permissions a user had been given in an Exchange environment. Because of some connectivity issues over on pro-exchange.be, earlier, I decided to post the script to the TechNet gallery and do a...