Admin

Script to help assign permisison to folders and subfolders

I thought that easy, when you have just 2 or 3 folders. How about 100 folder, it is still easy though if you know the script. Get-MailboxFolderStatistics Mailboxname | where{ $_.folderpath -eq “/Foldername”) ...

Shared Mailbox Permission – Bug

Recently i got into a situation where i had to streamline the permissions that are given to the shared mailbox.  So i’ve decided to do that in the following ways 1. Create a Shared mailbox2. Create a group for the ...

Deleting a particular email in Exchange 2010

Recently I’ve encountered a scenario to delete a particular message with a certain subject. Which is no big deal Export-Mailbox -TargetMailbox “To Mailbox to which you wanted to copy the mails” -TargetF...