cancel
Showing results for 
Search instead for 
Did you mean: 
Downloads
Insights Knowledge Base Downloads
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Enterprise Vault Best Practice Analyzer

Ever been asked to, or needed to, check the Best Practice recommendations on all EV, DA and SQL Servers in the Enterprise Vault environment and needed to compare multiple settings against one, or all, of the below technotes?Optimization Recommendatio...

Ben_Watts by Level 6
Employee Accredited
  • 9526 Views
  • 12 comments
  • 11 kudos

Useful SQL Queries - JournalArchive and Watchfile counts

Hey all, I figured I throw these out to everyone. These are a few queries I use to help identify issues with backlogs for items awaiting for backup (backupcomplete) and committed to the index (IndexCommited). These give a good healthcheck on the Vaul...

Chris_Warren by Level 5
Employee Accredited Certified
  • 2077 Views
  • 0 comments
  • 1 kudos

Useful 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 revie...

Chris_Warren by Level 5
Employee Accredited Certified
  • 2136 Views
  • 1 comments
  • 0 kudos

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-bo...

Pradeep-Papnai by Level 6
Employee Accredited Certified
  • 980 Views
  • 0 comments
  • 1 kudos

Useful 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 howev...

Chris_Warren by Level 5
Employee Accredited Certified
  • 1093 Views
  • 0 comments
  • 0 kudos

Useful SQL Query (Item Details)

  All, here is another large SQL Query I put together to help in identifying issues and details.  This one however runs against the Vault Store DB only.   Notes: - As this cannot take into consideration every environment, please run these queries wi...

Chris_Warren by Level 5
Employee Accredited Certified
  • 1974 Views
  • 1 comments
  • 1 kudos

Useful SQL Query (Archive Details)

  So, I've been cobbling together a few SQL queries lately that help get large amounts of information from EV.  I figured I'd provide one of these to everyone.  As I post these queries I will also provide the information it gathers below so people kn...

Chris_Warren by Level 5
Employee Accredited Certified
  • 8851 Views
  • 10 comments
  • 5 kudos

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 off...

Ben_Shorehill by Level 4
Partner Accredited Certified
  • 4990 Views
  • 4 comments
  • 9 kudos

Simple PowerShell script to look for .aspx errors in the IIS logs

This simple script will parse all the IIS logs given as a command line argument for 500 errors (so you can investigate furhter) logged for aspx pages. PS C:\inetpub\log\IISlogs> .\nat.ps1 *.log DATE         USER                      URL              ...

Virtual Vault Folder Scanner

I have produced a couple of folder/message scanners, and this is the latest one.  I had the need recently to count the number of folders in Virtual Vault, and this script will do that. Normally Virtual Vault will contain all the folders that are in t...

Checking for non-standard mailbox quotas

Enterprise Vault can do quota based archiving as well as aged based archiving, or a combination of the two.  One of the things that I used to struggle with when support Exchange Server was figuring out which mailboxes had a non-standard quota limit. ...

Script 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 dele...

Creating MANY folders - Exchange Mailbox - Method One

This is a second script to use against an Exchange Mailbox to create many folders, but this time it will allow you to control the depth and breadth of the structures which are created. The script creates a structure like this :     Inbox     \s1 ...

Creating MANY folders - Exchange Mailbox - Method One

I had the need to test something out in Archive Explorer the other day.. and for the test I need a LOT of folders in the mailbox, thousands of them.. and of course thousands of archived items spread throughout those folders. I wanted a structure a bi...

Registry MAPI Profiles to HTML

Heres another PShell script. Pumps list of Outlook Profiles to an HTML format file. Not earthshattering but EV creates many TEMP profiles and MAPI doesn't  always clear them, quick easy way to pull a list of profiles if you are getting MAPI errors in...

GCSPT by Level 5
Employee Accredited Certified
  • 432 Views
  • 0 comments
  • 0 kudos

EV Thread counters to file

Having seen some performance cases recently made me wonder if there was an easier way to pull some counters relevant to EV a bit quicker and to be able to port the results to file a bit easier than perfmon which has comprehensive counter listing in t...

GCSPT by Level 5
Employee Accredited Certified
  • 366 Views
  • 0 comments
  • 0 kudos