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”) ...
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 ...
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...