This is an update to my function to extract Mailbox folder permissions as PowerShell objects, allowing various forms of processing. The main script is here. In this update I’ve made the function skip some default folders it can’t process, treat… Read More ›
Export
PowerShell: Create a CSV Report of Mailbox Sizes
The following is a simple script to generate a mailbox size report CSV for a set of email addresses. The full function and explanation follows.
PowerShell: Export All Exchange Mailbox Folder Permissions In A Format For Further Processing
Within Exchange (on-premise or Online) it’s sometimes helpful to export the delegate permissions that a user can set within their mailbox. Get-MailboxFolderPermission is the cmdlet which will export that information for a particular folder. The identifier needs to be in… Read More ›
PowerShell: Archiving All The Web-Pages on A Site (Example: bbc.co.uk/food)
With the outcry caused by the BBC removing the BBC food section from their website and the rush of people trying to mirror it or download the data I thought; just how would you do that with PowerShell? (Of course,… Read More ›
PowerShell: Get Largest Mailboxes on an Exchange Server (One-Line Command)
Hi. Last week a customer asked me find out which mailboxes had eaten all the pies on a particular Exchange server; getting a list of the largest mailboxes and whether they were in a disconnected state (already removed and waiting… Read More ›
PowerShell: Querying, Formatting and Exporting Tags on Picture Files
One of the many Sisyphean tasks my wife performs is keeping the all the metadata tags of our digital photographs up to date. She meticulously keeps tabs on the tags she’s used but with the sheer number of photos, new… Read More ›