Answer
DBSplitUse the GFI Archiver DB Split Tool to split a GFI Archiver database into multiple smaller databases defined by specific date range.
DeleteArchiveMailbox
This script will delete a user's mailbox from an archive store once this user has for example left the company. The script will check if emails in the database have more than one owner. If that is the case, we do a 'soft delete' (user is removed from the owners list, so the user can no longer see the email). Now, if that user is the only owner, we do hard delete (we completely remove the email from the database).
DetectMissingBixFiles
This tool loads all Archive Stores having a File System and lets you detect if there are any bix/bin files missing. In case that the bix files cannot be retrieved from Backup, the emails with missing bix files can be deleted.
ExportSQLRawData
Use the Export SQL Raw Data Tool to export Microsoft SQL raw data to BIX files. This tool is useful when attempting to restore data in case a database is corrupt or when switching between Microsoft SQL Server only and Microsoft SQL Server with File System databases for performance reasons. The tool connects to an existing Microsoft SQL Server database and dumps raw data to a .bix file.
FixCorruptFDB
The script will fix a corruption in FireBird (FDB) databases when the schema fails to upgrade with the following error:
Cannot create index PK_ARC_NEW_OWNERS
Multiple executions of the below steps may be required in some cases
IndexCompact
The purpose of this tool is to compact the indexes and provide improved search performance while reducing the physical size of the index.
ManualDeletionOfEmails
This script allows you to manually delete emails based on the filter as specified in the .SQL file. You have to edit the script to modify the predefined filter templates.
MassPSTExport
This tool helps allows importing a high number of PST files into GFI Archiver in bulk. It consists of a simple console application which can export a number of PST files into EML files with one simple command.
MAUpdateUsers
This tool was designed to help migrating GFI Archiver user mailboxes when migrating GFI Archiver to a new Microsoft Active Directory domain.
Without running this tool users will have 2 mailboxes. One containing all emails that were archived before the domain migration and one containing all emails that were/are archived after the domain migration. The old mailbox will appear as "deleted" and permissions to it must be granted via Access Control.
This tool will update the user entries in the Archive Stores to match the users in the new Active Directory domain in order for a user to access their email via a single mailbox.
MoveFolder
This tool is used to move a folder within the GFI Archiver mailbox of a user.
RemoveDuplicateTags
This script will help remove any duplicate tags for the same GFI Archiver user.
RemoveDuplicateUsers
The script will remove duplicate users that have the same usrID, hash and userName values under the dbo.arc_users table.
RemoveEmptyFolderStructure
This bundle contains scripts which help to remove the folder structure for specific user or all users as well as removing a specific or all empty folders.
RemoveOrphanedEmails
This script allows for deletion of orphaned emails (bix-files) from a GFI Archiver Archive Store's binary folder. The procedure differs if you are using Microsoft SQL or the GFI Archiver Firebird database as a database backend. Follow the procedure described in the readme.rtf of the script.
RemoveXOwner
The purpose of this tool is to read each exported e-mail and remove the X-Owner header information so that they can be placed into the 'Core\Pickup' folder and processed by GFI MailArchiver normally.
RestoreOwners
This tool reevaluates ownership of emails which are already archived into Archive Stores and adds owners to an email if any are found to be missing. This reevaluation is based on the email's sender and recipients.