EventLogTools
3.0
Takes output from a command and sends to Windows Event Log
Installation Options
Owners
Package Details
Author(s)
- Erik Whitesides
Tags
Functions
Dependencies
This module has no dependencies.
Release Notes
3.0
pass Write-EventLog through powershell.exe in case it is being run from Powershell 7
place Get-IDFromMessage inside Write-StreamToEventLog
2.3
increment version to ensure github and psgallery are in sync
2.2
fix to Stream parameter - specify [Object[]] instead of [String[]] so Entry type is correctly parsed
2.1
fix to parameter logic
2.0
remove breakonerror and breakonwarning functionality
add PROCESS block and specify array on Stream parameter, so externally we do not need a ForEach statement
AutoID parameter
builds in support for incrementing the ID or
generating a 5 digit ID bashed on a MD5 hash of the EntryType + Stream message
FileList
- EventLogTools.nuspec
- EventLogTools.psd1
- LICENSE
- EventLogTools.psm1
- README.md
- .github\workflows\PublishToPSGallery.yml