Add-EmcClusterEntitiesForMailboxDatabase

Adds the cluster entities for a specified mailbox database.

 

Syntax

Add-EmcClusterEntitiesForMailboxDatabase [-MailboxDatabase] <MailboxDatabase> [-Silent] [<CommonParameters>]

 

Parameters

-MailboxDatabase <MailboxDatabase>

Attributes: Required, Position: 1

Specifies the ESI mailbox database system object, which is the unique database name. You can get the name with the Get-EmcMailBoxDatabase cmdlet. Database names must be unique within the Exchange organization.

 

-Silent <SwitchParameter>

Attributes: Optional, Position: named

Turns off all the informational and verbose messages. However, it still displays errors.

 

<CommonParameters>

This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.

 

Examples

---------- Example 1 ----------

C:\PS>$db = Get-EmcMailboxDatabase MBX1

Add-EmcClusterEntitiesForMailboxDatabase -MailboxDatabase $db

This example adds the cluster entities for a specified mailbox database.