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 Message Queue Monitor

Hello All Today I ran into following forum about monitoring for Enterprise vault Message queue via Powershell and this post is in regard to same i.e. sharing a  script that will help you monitor enterprise vault MSMQ. https://www-secure.symantec.com/...

AKL by Level 6
Certified
  • 2797 Views
  • 12 comments
  • 2 kudos

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

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

AKL by Level 6
Certified
  • 706 Views
  • 3 comments
  • 2 kudos

Scanning 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 af...

DoNotArchive 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 installe...

Checking 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 an...

SharePoint 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 envir...

Evan_Barrett by Level 6
Partner Employee Accredited
  • 581 Views
  • 1 comments
  • 0 kudos

Pretty Log Parser

  Following on from my previous post about LogParser, a few weeks ago I decided to make something 'more pretty'.  Here is what I built:     To do this I followed these steps:   1. Install Log Parser 2. Create a new Web Solution in Visual Studio ...

Monitoring Exchange Journal Mailboxes

Hello All I am creating this article based on suggestion on below forum, it is basically same thing which is presented in a better way. :) https://www-secure.symantec.com/connect/forums/powershell-monitoring-exchange-journal-mailboxes As you all know...

AKL by Level 6
Certified
  • 1151 Views
  • 1 comments
  • 1 kudos

SQL 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 th...

AKL by Level 6
Certified
  • 2159 Views
  • 5 comments
  • 3 kudos

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

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

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
  • 4986 Views
  • 4 comments
  • 9 kudos

Scanning a mailbox and summarising message classes

Here is a script which will scan a particular mailbox through the default mailbox profile, and report on the structure it finds, along with the distribution of messages per message class.   The output looks like this :     Microsoft (R) Windows Sc...

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

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

Glenn_Martin by Level 6
Employee Accredited
  • 554 Views
  • 1 comments
  • 3 kudos

Utility to report on

This utility scans a file system for a given share and reports the original file size of both archived and non-archived files under an archive point. This utility is only applicable for NTFS volumes which supports reparse point and sparse files.This ...

Pre EV10 Scripting Index Repairs

  For some unknown hardware reason, a customer recently had a huge number of index volumes to repair, and was bored of doing this manually thru the GUI. A simple script was used to accomplish the same thing, and may be of use to others. If you have a...

Partition rollover based on partition size

Hi all,   Recently, I had a request for Vault Store Partitions to be closed based on how large the file system is. EV doesn't do this out of the box but it does allow you to close using the Start-PartitionRollover powershell command. Attached is a sc...

Ben_Shorehill by Level 4
Partner Accredited Certified
  • 1196 Views
  • 5 comments
  • 14 kudos