Managing Legacy Databases With Exchange 2010 Shell In Co-Existence…

MS Exchange

This is more of a heads up for exchange admins who are thinking of moving from legacy exchange to 2010. Simple things, running Get-MailboxDatabase in Exchange Shell only displays the Exchange 2010 databases.

Get-MailboxDatabase

If you want to see or manage the legacy databases, the command is Get-MailboxDatabase –IncludePreExchange2010

Get-MD include

Same with public folder databases. Get-PublicFolderDatabase only list Exchange 2010 databases.

Get-PFDB

Running Get-PublicFolderDatabase –IncludePreExchange2010 lists all databases.

Get-PF Include

But, running Get-ExchangeServer lists all Exchange servers.

Get-ExchangeServer

Other Popular Articles


MS Exchange

Scripting Agent Initialization Failed: “File is not found” Error During Exchange 2016 Setup

MS Exchange

EAC Access While Co-Existing Exchange 2013 With 2010

MS Exchange

Delete All Calendar Entries In An Exchange 2010 Mailbox

Leave a Comment