Usage : fsutil usn readjournal options Options : minver= - Minimum Major Version of USN_RECORD to return. Default=2. : maxver= ...

Usage   : fsutil usn readjournal  [options]
Options : minver= - Minimum Major Version of USN_RECORD to return. Default=2.
        : maxver= - Maximum Major Version of USN_RECORD to return. Default=4.
        : startusn= - USN to start reading the USN journal from. Default=0.
        : csv - Print the USN records in CSV format.
        : wait - wait for more records to be added to the USN journal.
        : tail - starts reading at the end of the USN journal. If wait is not specified it will just return. Overrides any startusn value.

     Eg : fsutil usn readjournal C:
        : fsutil usn readjournal C: minver=2 maxver=3 startusn=88
        : fsutil usn readjournal C: startusn=0xF00
        : fsutil usn readjournal C: wait
        : fsutil usn readjournal C: wait tail
        : fsutil usn readjournal C: csv