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

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. If you want to see or manage the legacy databases, the command is Get-MailboxDatabase –IncludePreExchange2010 Same with public folder databases. Get-PublicFolderDatabase only…

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

Leave a Reply

Your email address will not be published. Required fields are marked *