Licensing node
Expand all | Collapse all
Number of mailboxes on the server / Number of mailboxes on profile servers
The number of mailboxes on a server calculated by the application is used by the application to compare the number of mailboxes on the server with the license restrictions of the key.
When calculating license restrictions, the application takes into account the following types of mailboxes:
- UserMailbox;
- LinkedMailbox;
- SharedMailbox;
- RoomMailbox;
- EquipmentMailbox.
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:
- On a separate Security Server (for example, on a server in the Mailbox role), the application takes into account the mailboxes located on this server.
- On a server in the Hub Transport role, the number of mailboxes is always 0.
- On a server in the Edge Transport role, the number of mailboxes is always 0.
- On a server within a DAG group, the application takes into account the mailboxes located in active storage on this server.
- In a profile, the application takes into account the mailboxes located on all servers within the profile.
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
|
The Active key and Additional key sections contain information about the active and reserve Security Server keys added to the application, as well as information about the licenses associated with those keys. These sections also let you add, update, replace, and delete keys.
The Additional key section is not displayed if no active Security Server key has been added.
Refresh
Clicking this button lets you refresh the information about the key.
Status
- The Status field is displayed only for active keys. The following statuses of a Security Server key and its corresponding application restrictions are possible:
- Current license. The functionality of the Anti-Virus and Anti-Spam modules is unlimited.
- Trial license has expired. The functionality of the Anti-Virus and Anti-Spam modules is not available, updates of Anti-Virus and Anti-Spam databases are prohibited.
- License expired. Updates of Anti-Virus and Anti-Spam databases are prohibited, Kaspersky Security Network cannot be used. The functionality of the Anti-Virus and Anti-Spam modules is available.
- Databases corrupted. Anti-Virus or Anti-Spam databases are corrupted or missing.
- Key is missing. The functionality of the Anti-Virus and Anti-Spam modules is not available, updates of Anti-Virus and Anti-Spam databases are prohibited.
- Key blocked. The functionality of the Anti-Virus and Anti-Spam modules is unavailable. Only updates of Anti-Virus and Anti-Spam databases are available.
- Key blacklist corrupted or missing. The functionality of the Anti-Virus and Anti-Spam modules is unavailable. Only updates of Anti-Virus and Anti-Spam databases are available.
- Cannot refresh licensing status. The functionality of the Anti-Virus and Anti-Spam modules is unlimited. You can view a description of the error in the Server state section in the License status field.
Key
Unique alphanumeric sequence.
License type
Possible values:
- Trial license. A license for trial use of the application. It is granted for a specific period that is assigned by Kaspersky. When the trial license expires, all application features become disabled. You can activate the application using a key or activation code.
- Commercial. A license for commercial use of the application. It is granted for a specific period that is assigned by Kaspersky when the license is purchased. When the commercial license expires, the application continues to work in limited functionality mode. The user is no longer able to update the application databases, receive new application versions, or contact Technical Support. You can activate the application using a key or activation code.
- Commercial (subscription). A license for commercial use of the application distributed through vendors based on a subscription. It is granted for a specific period that is assigned by the vendor based on a subscription. According to the license restriction, you can use the application during the period for which you purchased a subscription from the vendor. You can activate the application with an activation code, but you cannot activate the application with a key.
Representative
Contact person of the organization that signed the End User License Agreement.
Number of mailboxes
The maximum number of mailboxes that the application can protect using this key.
Expiration date
Add / Replace
Clicking this button lets you add/replace the active or reserve key.
Delete
Clicking this button lets you delete the active or reserve key.
Page top