Releases: thedavecarroll/PoShEvents
Releases · thedavecarroll/PoShEvents
v0.4.1 - 2020-01-25
Feature, Bugfix, and Maintenance; Strongly Recommended
Fixed
- Issue #38 -
New-EventFilterXml
- Returns invalid query
Changed
- Issue #18 - Refactor
Get-KMSClientEvent
to useNew-EventFilterXml
- Issue #19 - Refactor
Get-KMSHostLicenseCheckEvent
to useNew-EventFilterXml
- Issue #39 - Refactor
Get-KMSHostEvent
to useNew-EventFilterXml
- Issue #40 - Refactor
Get-ServiceEvent
to useNew-EventFilterXml
- Issue #41 - Refactor
Get-GPOProcessingEvent
to useNew-EventFilterXml
Maintenance
v0.4.0 - 2020-01-07
Bugfix and Feature Release, Update Strongly Recommended
Added
- Issue #23 -
Get-ServiceEvent
- add switch for EventType - Issue #33 -
Import-KmsProductSku
- new private function
Fixed
- Issue #25 -
New-EventFilterXml
does not produce a valid xml filter under certain circumstances - Issue #26 -
Get-KmsProductSku
- Import-Csv : Could not find file 'C:\KmsProductSku.csv' - Issue #27 -
Get-RemoteLogonEvent
- Error 'ParameterSetName' is a ReadOnly property - Issue #34 -
New-EventDataFilter
- data of array uses "and" instead of "or"
Changed
- Issue #24 - Updatable Help - Convert Module HelpInfoUri to Bit.ly Link
- Issue #28 -
Get-OSVersionFromEvent
- Should only return the latest event - Issue #29 -
Get-OSVersionFromEvent
- add All switch to return all events - Issue #31 -
ConvertFrom-EventLogRecord
- for KMS events, import CSV in begin{} block - Issue #32 -
Get-KmsProductSku
- remove import CSV code - Issue #35 -
New-EventFilterXml
- replace LogLevelName with enum
v0.3.0 - 2020-01-01
Added
- Issue #21 - Add
New-EventSource
- Issue #20 - Add
Write-WinEvent
- Issue #7 - Add
New-EventFilterXml
andNew-EventDataFilter
- Issue #3 - Add build script
Fixed
- Issue #17 - Use
StringBuilder
to concatenate text forGet-RemoteLogonEvent
- Issue #15 - Change
$Computers
array to use[System.Collections.Generic.List]
inConvertFrom-EventLogRecord
Changed
- Issue #12 - Separate KMS private functions
- Issue #13 - Refactor
Get-PrintDocumentEvent
to use new xml filter - Issue #16 - Refactor
Get-RemoteLogonEvent
to use new xml filter - Issue #22 - Move online help to readthedocs
- Moved updatable help to https://powershell.anovelidea.org/modulehelp/
- Changed
ReleaseNotes.md
toCHANGELOG.md