Skip to content

Releases: thedavecarroll/PoShEvents

v0.4.1 - 2020-01-25

26 Jan 00:25
053f344
Compare
Choose a tag to compare
v0.4.1 - 2020-01-25 Pre-release
Pre-release

Feature, Bugfix, and Maintenance; Strongly Recommended

Fixed

  • Issue #38 - New-EventFilterXml - Returns invalid query

Changed

  • Issue #18 - Refactor Get-KMSClientEvent to use New-EventFilterXml
  • Issue #19 - Refactor Get-KMSHostLicenseCheckEvent to use New-EventFilterXml
  • Issue #39 - Refactor Get-KMSHostEvent to use New-EventFilterXml
  • Issue #40 - Refactor Get-ServiceEvent to use New-EventFilterXml
  • Issue #41 - Refactor Get-GPOProcessingEvent to use New-EventFilterXml

Maintenance

  • Issue #36 - Update Module Copyright
  • Issue #42 - Update Help
  • Issue #43 - ConvertFrom-EventLogRecord - refactor to reduce code duplication

v0.4.0 - 2020-01-07

08 Jan 04:28
a3b25c8
Compare
Choose a tag to compare
v0.4.0 - 2020-01-07 Pre-release
Pre-release

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

01 Jan 20:00
e4f966f
Compare
Choose a tag to compare
v0.3.0 - 2020-01-01 Pre-release
Pre-release

Added

Fixed

  • Issue #17 - Use StringBuilder to concatenate text for Get-RemoteLogonEvent
  • Issue #15 - Change $Computers array to use [System.Collections.Generic.List] in ConvertFrom-EventLogRecord

Changed