Exchange 2013: GUI for message tracking

Exchange 2007 introduced a new console for message tracking. Message tracking is often one of the first places to go when problems occur. Many people are therefore probably familiar with the console: The console no longer exists in this form since Exchange 2013, the message tracking logs can be searched via PowerShell. I have received quite a few emails asking whether ... Read more

Exchange Reporter 2013 version 1.2 available

I have just uploaded version 1.2 of the Exchange Reporter. Version 1.2 fixes a bug in the calculation of mailboxes that are close to the send limit.

Further innovations:

Changed design of the graphics for the disk space statistics

Exchange Reporter

A new module has also been added: "easreport.ps1" lists inactive ActiveSync devices that have not been synchronized for more than 60 days.

If errors are found, I would be pleased if the errors are reported so that I can correct them.

Exchange Monitor: Free basic monitoring for Exchange 2010/2013

I have just uploaded Exchange Monitor version 1.0. Exchange Monitor monitors Exchange 2010/2013 Server. Of course the small Powershell script does not replace a monitoring solution, it is not intended for that. Exchange Monitor can be used in smaller environments without a monitoring solution. Exchange Monitor creates a website that can be displayed with any web server ... Read more

New Exchange Report 2013 version (0.9)

The new Exchange Reporter 2013 version has just been released online. The most important new feature is the "redirectreport" module, which now displays mailboxes with redirects or forwards.

Exchange Report

Minor errors have also been fixed (spelling mistakes and incorrect checking of the TEMP directory)

The current version can be downloaded here:

https://www.frankysweb.de/exchange-reporter-2013/.

Exchange 2013 Reporter ready!

Today is the day. The "Exchange Reporter 2013" is ready! Many improvements and a modular structure have been added. The reports have also been made more modern and easier to read: Here you can find the new Exchange Reporter 2013: https://www.frankysweb.de/exchange-reporter-2013/ I am currently working on making the Exchange 2013 Reporter compatible with Exchange 2010, but that will take some time. ... Read more

Exchange 2007/2010/2013: Migration with PST file import/export

Having already written here about how to avoid undeliverable messages when migrating from Exchange Server using PST files, here are two scripts that can make your life much easier. When importing PST files, it can happen that the assignment of standard folders such as Inbox, Sent Items etc. no longer matches. Especially with ... Read more

Powershell: Send any number of test mails

Here is a small script to send any number of test mails to a recipient. It might be quite useful. I needed it today to test Exchange Reporter 2013 *cough* $anzahl = read-host "Number of mails" write-host "" $count = 1 do { write-host "Send mail: $count" Send-MailMessage -SmtpServer FWEX1 -from "testmail@frankysweb.de" -to ... Read more

Exchange 2013: Error message when assigning certificates to UM services

When assigning SSL certificates to the Exchange UM services (Microsoft Exchange Unified Messaging and Unified Messaging call router), an error message is displayed if the corresponding settings are not made beforehand. The following error message is displayed if an attempt is made to bind a certificate to the UM services without changing the start mode: A special RPC error has occurred on ... Read more