Our exchange 2010 environment was set up by an external company. Unfortunately for us, there was no technical hand over, so we had to go about figuring how it has been set up for ourselves.
Here are another couple of commands to give us information about Public Folders.
This produced a list of mailbox databases and their corresponding public folder database excluding the archive databases.
Get-MailboxDatabase | select name, Publicfolderdatabase | where {$_.name -notlike "*Arch*"}
Using Get-PublicFolderDatabase we were then able to see which servers hosted which public folder database.
No comments:
Post a Comment