Viewing the number of mailboxes

You can compare the number of mailboxes located on your Security Server with the number of mailboxes to which your license applies.

To view information about the number of mailboxes calculated by the application:

  1. In the Management Console tree, perform one of the following actions:
    • If you want to view information about the number of mailboxes on a separate Security Server (for example, on a server in the Mailbox role or on a server within a DAG group), open the node of the Security Server for which you want to view information about the number of mailboxes.
    • If you want to view information about the number of mailboxes of a profile:
      1. Open the Profiles node.
      2. Open the node of the profile for which you want to view information about the number of mailboxes.
  2. Select the Licensing node.

The workspace displays information about the number of mailboxes calculated by the application on your server, and information about keys that have been added.

When calculating license restrictions, the application takes into account the following types of mailboxes:

The application does not take into account service mailboxes and shared folders when calculating license restrictions.

Take into account the following considerations for calculating the number of mailboxes:

To calculate the number of mailboxes, the application uses the Get-MailboxDatabase command for PowerShell, which is part of a Microsoft Exchange server. You can use this command to view the number of mailboxes on a protected Microsoft Exchange server:

Command:

@(@(Get-MailboxDatabase | ?{$_.Server -eq "$env:computername"}) | %{Get-Mailbox -Database $_ -ResultSize Unlimited -RecipientTypeDetails UserMailbox,LinkedMailbox,SharedMailbox,RoomMailbox,EquipmentMailbox}).Count

See also

Viewing information about installed keys

Activating the application with a key for a Security Server and DLP Module

Configuring the license expiry term notification

Replacing a key

Removing a key

Page top