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.1KViews9likes4CommentsSQL 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.3KViews3likes5CommentsEV 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.8KViews7likes8CommentsGet 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 Updated1KViews8likes6CommentsDuplicate 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.997Views1like0CommentsExchange 2007 Server Sizing Collection Script for EV
Please find below the script given to print following report from Exchange 2007 1. Number of mailboxes 2. Display Name 3. Mailbox Size 4. Number of items per mailbox 5. Name of the server Please replace only <exch-servername> with host name of Exchange 2007 database server436Views3likes1Comment