Exchange Server 2010 PowerShell Commands
To check Exchange Server Single Database activationPreference
By using below command we can find current activationPreference of the database
Get-MailboxDatabase -identity databasename|ft server, databaseCopies, activationPreference
or
Get-MailboxDatabase -identity databasename|ft *activ*

0 comments:
Post a Comment