Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Jul 6, 2017 · 2 revisions

c-sys-08-custom-event-log (Enabled)

Check a custom event log and ensure no errors are present in the last x days. If found, will return the latest y entries. To get the exact name of the log, view its properties and see the "Exact Name" entry.


Input Values

  • EventLogName - List of names of the event logs to search. Examples include: Directory Service, DNS Server, Windows PowerShell.
  • GetLatestEntriesAge - Return all entries for this number of days|Integer
  • GetLatestEntriesCount - Return this number of entries|Integer

Example

EventLogName = ('')
GetLatestEntriesAge = '14'
GetLatestEntriesCount = '15'

Input Descriptions

  • None

Result And Messages

  • PASS
    No errors found in the selected event logs

  • WARNING
    Errors were found in the following event logs

  • FAIL
    Errors were found in the following event logs

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally