PoShEvents
0.4.1
PowerShell module to query Windows Event Logs and write events with structured EventData or UserData
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2018-2020 Dave Carroll. All rights reserved.
Package Details
Author(s)
- Dave Carroll
Tags
PoShEvents Events EventLogs PowerShell AzureAutomationNotSupported
Functions
ConvertFrom-EventLogRecord Get-GPOProcessingEvent Get-KMSClientEvent Get-KMSHostEvent Get-KMSHostLicenseCheckEvent Get-LogonFailureEvent Get-OSVersionFromEvent Get-PrintDocumentEvent Get-RemoteLogonEvent Get-ServiceEvent Get-SystemRestartEvent New-EventDataFilter New-EventFilterXml New-EventSource Write-WinEvent
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## 0.4.1 - 2020-01-21
Feature, Bugfix, and Maintenance; Strongly Recommended
### Fixed
* [Issue #38](https://github.com/thedavecarroll/PoShEvents/issues/38) - New-EventFilterXml - Returns invalid query
### Changed
* [Issue #18](https://github.com/thedavecarroll/PoShEvents/issues/18) - Refactor Get-KMSClientEvent to use New-EventFilterXml
* [Issue #19](https://github.com/thedavecarroll/PoShEvents/issues/19) - Refactor Get-KMSHostLicenseCheckEvent to use New-EventFilterXml
* [Issue #39](https://github.com/thedavecarroll/PoShEvents/issues/39) - Refactor Get-KMSHostEvent to use New-EventFilterXml
* [Issue #40](https://github.com/thedavecarroll/PoShEvents/issues/40) - Refactor Get-ServiceEvent to use New-EventFilterXml
* [Issue #41](https://github.com/thedavecarroll/PoShEvents/issues/41) - Refactor Get-GPOProcessingEvent to use New-EventFilterXml
### Maintenance
* [Issue #36](https://github.com/thedavecarroll/PoShEvents/issues/36) - Update Module Copyright
* [Issue #42](https://github.com/thedavecarroll/PoShEvents/issues/42) - Update Help
For full CHANGELOG, see https://poshevents.anovelidea.org/en/v0.4.1/CHANGELOG/
FileList
- PoShEvents.nuspec
- PoShEvents.psd1
- PoShEvents.psm1
- en-US\about_PoShEvents.help.txt
- en-US\PoShEvents-help.xml
- Private\ConvertFrom-UserSID.ps1
- Private\Get-GPEventType.ps1
- Private\Get-KmsErrorCode.ps1
- Private\Get-KmsLicenseState.ps1
- Private\Get-KmsProductSku.ps1
- Private\Get-LogonFailureReason.ps1
- Private\Get-LogonMethod.ps1
- Private\Get-MyEvent.ps1
- Private\Import-KmsProductSku.ps1
- Private\KmsProductSku.csv
- Public\ConvertFrom-EventLogRecord.ps1
- Public\Get-GPOProcessingEvent.ps1
- Public\Get-KMSClientEvent.ps1
- Public\Get-KMSHostEvent.ps1
- Public\Get-KMSHostLicenseCheckEvent.ps1
- Public\Get-LogonFailureEvent.ps1
- Public\Get-OSVersionFromEvent.ps1
- Public\Get-PrintDocumentEvent.ps1
- Public\Get-RemoteLogonEvent.ps1
- Public\Get-ServiceEvent.ps1
- Public\Get-SystemRestartEvent.ps1
- Public\New-EventDataFilter.ps1
- Public\New-EventFilterXml.ps1
- Public\New-EventSource.ps1
- Public\Write-WinEvent.ps1
- TypeData\PoShEvents.Format.ps1xml
- TypeData\PoShEvents.Types.ps1xml