Exchange Exchange
A community dedicated to Exchange and related technology.

Having problems during the beta 2 install?

rated by 0 users
This post has 0 Replies | 0 Followers

Top 10 Contributor
Points 3,290
Joel Stidley Posted: 07-29-2006 3:10 PM

Andrew Watt posted this on the Microsoft TechNet forums 

I thought it good enough to pass on here.

The ExchangeSetup.Log file can be pretty lengthy.

You can use the Exchange Management Shell to find lines with errors to get a quick overview of the install.

Execute:

get-content C:\ExchangeSetupLogs\ExchangeSetup.Log |
where-object {$_ -match "\[Error"}

The lines containing the character sequence [Error should be displayed on screen.

If you want to save the information to a file amend the following command as follows:

get-content C:\ExchangeSetupLogs\ExchangeSetup.Log |
where-object {$_ -match "\[Error"} |
set-content C:\LogExtract.txt


Andrew Watt MVP

- Joel

Page 1 of 1 (1 items) | RSS
© 2003-2008 NamedPipes Consulting. All other company and product names are property of their owners.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems