XML Output Format Examples

Log Parser

XML Output Format Examples

Account Logons

Create an XML document containing logon account names and dates from the Security Event Log messages:
LogParser "SELECT TimeGenerated AS LogonDate, EXTRACT_TOKEN(Strings, 0, '|') AS Account INTO Report.xml FROM Security WHERE EventID NOT IN (541;542;543) AND EventType = 8 AND EventCategory = 2"


© 2004 Microsoft Corporation. All rights reserved.