Get configuration information for event publishers. Usage: wevtutil { gp | get-publisher } /OPTION:VALUE /OPTION:VALUE . ...

Get configuration information for event publishers.

Usage:

wevtutil { gp | get-publisher }  [/OPTION:VALUE [/OPTION:VALUE] ...]


String that uniquely identifies an event publisher. You can obtain a list of
publisher names by typing wevtutil ep.

Options:

You can use either the short (for example, /f) or long (for example, /format) 
version of the option names. Options and their values are not case-sensitive.

/{ge | getevents}:[true|false]
Get metadata information for events that can be raised by this publisher.

/{gm | getmessage}:[true|false]
Display the actual message instead of the numeric message ID.

/{f | format}:[XML|Text]
Specify the log file format. The default is Text. If XML is specified, print
output in XML format. If Text is specified, print output without XML tags.

Example:

The following example displays information about the Microsoft-Windows-Eventlog 
event publisher including metadata about the events that the publisher can raise.

wevtutil gp Microsoft-Windows-Eventlog /ge:true