Is there a way to show specific job's log message events using their event ID's?
For example, you can:
./dsjob -lognewest Project Job
And it will give you the latest Event ID - for example:
Newest id = 3270
You can limit the extracted Event ID's messages with:
./dsjob -logsum -max 30 Project Job
How can I show only the messages of Event ID's between N and N ID?
If not - is there a way to check how many times one job run on a specific date?