To determine what level of logging is taking place use the Get-EventLogLevel cmdlet. There are two
parameters that can be specified but cannot be used together:
Server : Specifies the server to retrieve event log categories for.
Identity : Specifies the ECIdParameter . The ECIdParameter is the identity of the individual
Exchange component. Figure 14 - 24 shows some of the ECId parameters and their current
logging levels.
The Set-EventLogLevel cmdlet sets the diagnostic logging levels of the individual Exchange
components. Use of this command will manipulate the verbosity of the logging of events in the
Application log. This is useful for when troubleshooting Exchange issues. OALGen even writes an event
to the Application log if there were errors created during generation, and specifies to turn up the logging
for that particular parameter! After you have set the logging level on any of the parameters, you can then
use Get-EventLog to gather the new information from the Application log.
??‘
??‘
Chapter 14: Troubleshooting Exchange Issues
421
There are two parameters for this cmdlet:
Identity : Specifies the ECIdParameter . The ECIdParameter is the identity of the individual
Exchange component. To get a list of all the ECId parameters, run the Get-EventLogLevel
cmdlet.
Pages:
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576