Good day!
There is a DAG with two Exchange 2013 nodes. On one server, all databases are active, on the other, all databases are passive.
I want to prohibit automatic database activation on a server with passive databases, i.e. I want to manage the activation of databases manually.
In the documentation, I found three pairs of activation control commands, but I did not quite understand what is the difference between them and which commands should I use in my case?
Suspend-MailboxDatabaseCopy –Identity DB-name \ server-name -ActivationOnly - disable activation
Resume-MailboxDatabaseCopy <DBCopy> - allow activation
Set-MailboxServer <ServerName> -DatabaseCopyAutoActivationPolicy Blocked - disable activation
Set-MailboxServer <ServerName> -DatabaseCopyAutoActivationPolicy Unrestricted - allow activation
Set-MailboxServer <ServerName> -DatabaseCopyActivationDisabledAndMoveNow $ True - disable activation
Set-MailboxServer <ServerName> -DatabaseCopyActivationDisabledAndMoveNow $ False - enable activation

