- Fixes missing alias for
Write-WinEvent
for one of properties
- Converted
Write-Event
toWrite-WinEvent
as binary cmdlet now - Added
Find-WinEvent
binary cmdlet which is a replacement forGet-Events
. It's complete rewrite ofGet-Events
, it's much faster and provides unique features known fromPSWinReporting
module as offered byFind-Events
function
- Fixed
Set-EventsSettings
not setting values as required
- Added alias to parameter in
Set-EventsSettings
- Improved
Get-EventsSettings
to work using native ways rather than playing with registry settings, also more options - Improved
Set-EventsSettings
to work using native ways rather than playing with registry settings, also more options
- Performance improvements
ObjectAffected
property not reporting whenTargetDomainName
is empty - #16
- Improved documentation
- Signed module
- Fix for
Get-Events
(use of Path and NamedDataFilter) - provided by danubie #13 - solves #12
- Fix for
Get-Events
for NamedDataFilter - provided by danubie #11 - solves #10
- Fix for
Get-EventsFilter
- provided by danubie #9 - solves #7 and #8
- Updates to PSD1
- Added Get-EventsSettings/Set-EventsSettings (Work in progress)
- Added some new aliases
- Added Write-Event
- Path is back. Not sure why it was gone. Need improvements.
- Removed dependency on PSSharedGoods on the published module
- PSSharedGoods is still dependency, but the building process makes it possible to compile it and push to PSGallery/Releases without that dependency.
- Small changes to Get-EventsInformation
- Fix for Member Name with a comma inside
- Multiple new parameters, some new functionality
- Added -RecordID parameter (currently it only works with LogName + RecordID, you can't use any other parameters with RecordID as it will take LogName + RecordID anyways and crash if it's not there)
- A version that worked fine :-)