EventLogTools
5.0.0.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
5.0.0.0
breaking changes!
refactor code now that powershell 7.4 can work directly with eventlog cmdlets
consolidate to just one public function Write-StreamToEventLog
3.2
update README, inline help
3.1
add New-PS5EventLog cmdlet
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.psm1
- Private\Get-Id.ps1
- Public\Write-StreamToEventLog.ps1
- EventLogTools.psd1