G DATA Business Solutions: Collecting Exchange Server settings via PowerShell Script

Automated collection

1.

Download the necessary Exchange Powershell script here!

Debug Exchange

2.

Run the script in the Exchange management shell (.\debug_exchange.ps1).

The script now collects all the required information and creates a ZIP archive named GD_Exchange_Debug.zip on the desktop of the current user.

Manual collection

If the automated collection did not work, perform the following steps.

1.

Place the debug_exchange.ps1 script directly on C:\.

2.

Start the command prompt (cmd.exe) explicitly as administrator.

3.

Execute the command:

powershell.exe -executionpolicy bypass -file "C:\debug_exchange.ps1"

All important parameters are now in the debug_exchange.ps1 file.