Enterprise Vault Configuration Reporter (EVCR)
The Enterprise Vault Configuration Reporter is a tool that will create HTML-based reports on the configuration of an Enterprise Vault directory. Version 2.2.1 supports Enterprise Vault 6.0SP2+, 7, and 2007 environments Version 3.1.x supports Enterprise Vault 8.0 environments Version 3.6.x supports Enterprise Vault 9.0 environments4.5KViews8likes17CommentsSQL Database Fragmentation Level - Email Reporting
Hello All Few weeks ago, I was reviewing an enhancement idea posted on below forum, which stated to have feature integrated with Enterprise vault system daily check to also cover the EV SQL database fragmentation such that any administator can see that within VAC and action appropiately.2.3KViews3likes5CommentsUseful SQL Query - Move Archive Details (Intra-site moves)
All - I know it's been awhile, but this took a bit to sort out. The purpose of this query was to get all necessary information from the EnterpriseVaultDirectory when pertaining to EV Move Archive. This was tested and should be very helpful with reviewing the details of multiple single site (Intra-site) moves.2.2KViews0likes1CommentUseful SQL Queries - Vault Cache CC Download Status and ClientDiagnostics
All - Awhile back I posted a Query to pull the details and statistics for Vault Cache Content Cache (CC) download status'. I have since added details gathered by the ClientDiagnostics.aspx page introduced in 10.0.3. While you can go to an interactive page to view the ClientDiagnostic results, this may help to compare between the CC download status and the overall health of an individual VC:2KViews3likes1CommentNotification of Exchange Archive Task Reports
Hi All, Exchange Mailbox Archive Task Report is a really great feature to understand the archiving status. But, the bad part of this feature is no notifications and you must check every server individually. We created some scripts which can import all reports to SQL server. So you can get notified and easily find archive reports with SQL scripts or SQL reporting.5.1KViews7likes6CommentsEnterprise Vault Configuration Reporter for EV 10
The Enterprise Vault Configuraton Reporter for EV 10 is now available. New features with this version: - Support for EV 10 - Support for Index Groups - Index Volume Reports - Command line utilty (evcrcl.exe) EVCR 10.1.1 has the following updates and changes: - Index settings at the Site level4.7KViews6likes17Comments- 9.1KViews5likes10Comments
Duplicate Archive Details
In certain circumstances when an exchange mailboxes are re enabled for archiving it get 'DefaultVaultId' from ‘ExchangeMailboxEntry’ table of directory database. A duplicate archive may get create if 'DefaultVaultId' is blank at the time when mail-box is re-enabled.997Views1like0CommentsUseful SQL Query (Vault Cache CC Download Status)
All - Been awhile but I figured I'd provide this query. In later versions of Enterprise Vault, the ClientDiagnostics.aspx page has been included to provide admin-level information on Vault Cache/Virtual Vault for an environment. Prior to this however, it was necessary to sift through VCView,IIS logs and the EnterpriseVaultDirectory for details on how Vault Cache was working fo1.1KViews0likes0CommentsMailbox Message Class Summariser
Quiet some time ago I did a VBScript + CDO of this particular script -- that of course suffers from all the annoying pop-ups from Outlook. Here is a version now that uses Redemption. You run it using the standard sort of syntax: MbxSummary.exe exch1 jeff1533Views1like2CommentsChecking non-standard folder permissions
Several times I login to some of my repro environments and see all sorts of folders listed in Archive Explorer from historic repro's where I've played with folder permissions. Sometimes Ijust want to know what I've set and where, but there wasn't a way for me to say that I just want to see everything that isn't standard.673Views3likes2CommentsEV Server Registry Key Best Practice Checks (Powershell script)
This may be useful for EV health checks or just to determine whether you have your regkeys setup as per Best Practice; http://support.veritas.com/docs/326236 BZ PS; Rename the filewitha.ps1 extension (i.e. EVBP.ps1)1.8KViews7likes8CommentsCreate lots of random FSA Data for Enterprise Vault
Over the weekend I needed to do some testing with reasonable amounts of random FSA Data. The following little download will help with this sort of task if you ever need to do it in your own environment, and don't want to use 'real' files. You will see in the VBScript file that there are a couple of interesting parameters...1.5KViews1like2CommentsAutomate backup mode Check - Email Reporting
Hello All Recently we encountered certain situation where the post backup script or clear backup mode script didn't complete properly and our enterprise vault environment remained in backup mode during production hours impacting certain functionality.740Views2likes3Comments- Wayne_Humphrey12 years agoLevel 6813Views3likes2Comments
Get all List of all Archives and all relevent information
Get all List of all Archives and display the following: -- Mailbox -- Exchange Server -- Number of Items (Mailbox) -- Number of (Archive) -- Mailbox Size (MB) -- Archive Size (MB) -- Total Size (MB) -- Archive Created -- Archive Updated1KViews8likes6CommentsScript to show archives with no user accounts
A colleague of mine asked about this the other day. He said I had produced a script a long time ago which showed archives in Enterprise Vault which had no primary user account, ie they were archives where the Active Directory account had been deleted. The script might be helpful to others, so here it is : ' Declarations716Views1like3CommentsEmpty Folder Deleter
In the forums a few weeks ago someone asked about whether or not empty folders that had been left by Enterprise Vault CAB process could be removed. The answer is that they can .. And I wrote this tool (source code and all is freely available) which should do the job.1KViews1like0CommentsScanning a Mailbox - Redemption Version
Sometimes it is desirable to scan a particular mailbox to see how many items there are in the mailbox, how many pending items there are, and how many archived items there are. This small executable allows you to do that. You run it on any machine after installing Redemption - and you can use the 'demo' version of that. The command line to run is :388Views2likes0CommentsDoNotArchive Checker - V2
In this download I've written the C# (.Net Framework 3.5) version of the script for checking each folder in each mailbox on a specified Exchange Server for the 'Do Not Archive' flag. Users can set this flag, if they have the correct client installed (eg DCOM or 10.0.1 Unified) and have the ability to set it via policy.427Views3likes0CommentsSharePoint Analyzer 2.5
SharePoint Analyzer 2.5 is now available for download for both SharePoint 2007 and 2010. This new version will collect information on additional SharePoint contents types such as lists, wikis, and blogs. This tool will analyze your SharePoint environment and will provide information on content size and age and can help you identify content that can be archived with Enterprise Vault.610Views0likes1CommentChecking for Do Not Archive flag - VBScript
I wrote this little script using CDO against Outlook 2003. It will scan a named Exchange Server through every mailbox and every folder in every mailbox, looking for the Enterprise Vault flag 'Do Not Archive'. Someone people use the Outlook Add-in and 'inadvertently' set the flag - so running this script will show which folders out there have this flag set.355Views0likes0CommentsEV for SharePoint Analyzer Tool
This is a great tool to determine the space savings you may obtain by leveraging EV for SharePoint. It analyzes your SharePoint environment and provides feedback on space savings by implementing Enterprise Vault policies to manage top-level content and versions.562Views1like2Comments- 935Views1like2Comments
CSV Report of all offline files with PowerShell
I was recently asked to scan a volume to check for any offline files to confirm that a bulk restore was successful. I created this gui-user-friendly powershell script to perform that function. It prompts for a directory to (recursively) check for offline files and any offline files are reported in a CSV file called "Offlinefiles.csv"5.1KViews9likes4Comments"Contacts Checker" for Enterprise Vault
I wrote this particular tool quite some time ago, and thought I had already created a download item for it - but apparently not. It was written during a time that I started to experiment with the Redemption toolkit, for Outlook. Redemption is done by the same guy that did Outlook Spy.607Views0likes2CommentsVBScript -- EV Users Report - optionally set to email output.
Hi all, Credit has to go to Wayne Humprey for the inital SQL script which generates the user report. Ihave just taken this one step further by creating a VBScript which will run the SQL script, then take the output and write it to a .csv file, then optionally this .csv file can be emailed.699Views5likes1CommentSimple script to list entry ID's
I needed a script like this the other day because a log file that I was reviewing contained Entry ID's that I wanted to try and tie back to folder names, or even paths. The text is below.. save it as a VBSCRIPT, and it will need CDO. Also you will need to change the Exchange Server name, and mailbox alias for your environment.336Views0likes0CommentsEV Resource Compendium
I maintain a Blog post called Essential EV Information with useful links for all things EV but have now produced a useful compendium as a single PDF with lots of useful links so will also try to keep this one updated with useful information as & when I find it - hope you find it useful.572Views3likes1CommentEnterprise Vault for Microsoft Exchange and service account Outlook profiles.
Acording to best practice documentation, (I forget where now, I will update this if I find it again -- http://www.symantec.com/business/support/index?page=content&id=TECH48862section 5 of the resolution) it is a good idea to periodically reduce the number of Outlook profiles there are on EV servjprknight-oldax13 years agoLevel 61.1KViews5likes4Comments