Searching...
Filters
SmallMediumLarge
Home Print Show Topic URL Previous Next

Disabling Personal.cloud login and archiving for users who leave distribution groups that are targeted with Group-based Sync

Enterprise Vault.cloud™ CloudLink Administration Guide

You can use a Group-based Sync in the Task Manager wizard to target a distribution group for a CloudLink task. A Group-based Sync enables a recurring task to reflect changes to the distribution group membership.

See Selecting users, groups, or OUs from the Task Manager Wizard

If you use tasks that employ a Group-based Sync you can configure what happens to the archive accounts of users who leave a distribution group that a Group-based Sync targets. The configuration options are as follows:

  • Do nothing. This behavior is the default. Archiving and Personal.cloud are not disabled.

  • Disable Personal.cloud login, but do not disable archiving.

  • Disable both Personal.cloud login and archiving.

To configure the required behavior you must edit the CloudLink configuration file to set the corresponding value for the LeaveCustomQueryOption parameter.

We recommend that you set the LeaveCustomQueryOption parameter and the MailboxDisabledAction parameter to the same value.

See Disabling Personal.cloud login and archiving for accounts with disabled mailboxes

To disable Personal.cloud login or login and archiving for users who leave distribution groups that are targeted with Group-based Sync

  1. Go to the folder in which CloudLink is installed, typically C:\Program Files\ArchiveTools\CloudLink.

  2. Make a backup copy of the CloudLink configuration file ArchiveTools.CloudLink.Server.exe.config, in case you want to revert to the original file later.

  3. Use a text editor such as Notepad to open ArchiveTools.CloudLink.Server.exe.config.

  4. Find the <appSettings> section of the file, and look for the following entry within it:

    <add key="LeaveCustomQueryOption" value="2" />

    Edit the entry to change the value as required, to set the behavior for users who leave a distribution list, as follows:

    • 2: Do nothing. This behavior is the default.

    • 0: Disable Personal.cloud login, but do not disable archiving.

    • 3: Disable both Personal.cloud login and archiving.

  5. Save the changes to the configuration file.

  6. Restart the ArchiveTools CloudLink Server service for the change to take effect.