Exchange Public Folder Replication Report

Last updated: 2020-09-05

Exchange Server 2007Description

This script will generate a report for Exchange 2007/2010 Public Folder Replication. It returns general information, such as the total number of public folders, total items in all public folders, the total size of all items, the top 20 largest folders, and more. Additionally, it lists each Public Folder and the replication status on each server.

By default, this script will scan the entire Exchange environment in the current domain and all public folders. This can be limited by using the -ComputerName and -FolderPath parameters.

NOTE:
This is an updated version of the Mike Walker (blog.mikewalker.me) to support non-ASCII environments.

Examples

Generate a public folder generation report for public folder \MYPUBLICFOLDER having replicas on servers MXSRV01, MXSRV02, MXSRV03

Get-PublicFolderReplicationReport.ps1 -ComputerName MXSRV01,MXSRV02,MXSRV03 
-FolderPath "\MYPUBLICFOLDER" -Recurse -Subject "Public Folder Environment Report" 
-AsHTML -To postmaster@varunagroup.de -From postmaster@varunagroup.de `
-SmtpServer relay.mcsmemail.de -SendEmail

Example report

Example report

If you want to simplify the report generation, create an additional script: Run-PublicFolderReplicationReport.ps1

NOTE

This post got corrupted during migration. It will be updated shortly.

Sie sehen gerade einen Platzhalterinhalt von Facebook. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfläche unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.

Mehr Informationen
%d Bloggern gefällt das: