Use the Get-TransporterEventLogLevel cmdlet to retrieve the current logging level for the Event log.
Get-TransporterEventLogLevel [-Identity <String>] [-Server <String>] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Identity |
Optional |
System.String |
The Identity parameter provides the identity of the Event log category. Enter the full category ID or Application name (returns information for all of the application’s categories) or nothing (to apply to all categories). The category ID is <application name>\<category name>. |
Server |
Optional |
System.String |
The Server parameter provides the Servername where the log exists. The default value is the local server name. |
Detailed Description
The Get-TransporterEventLogLevel cmdlet identifies the level that is set for logging information to the Event log. The cmdlet is only implemented for the Directory Connector and the Free/Busy Connector.
Input Types
None.
Return Types
Microsoft.Exchange.Transporter.DominoConnector.Management.EventLogCategory
Example
The following example retrieves the logging level for all applications in the Event log on Server01.
Copy Code | |
---|---|
Get-TransporterEventLogLevel -Server Server01 |