Displays event log configuration information, including whether the log is enabled, the current maximum size limit of the ...

Displays event log configuration information, including whether the log is
enabled, the current maximum size limit of the log and the path to the file
where the log is stored.

Usage:

wevtutil { gl | get-log }  [/OPTION:VALUE [/OPTION:VALUE] ...]


String that uniquely identifies a log. You can display a list of all the log
names by running wevtutil el.

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.

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

Example:

The following example displays configuration information about the local System 
log in XML format.

wevtutil gl System /f:xml