PoShEvents

0.2.1

PowerShell module to query Windows Event Logs

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PoShEvents -RequiredVersion 0.2.1

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018 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

Dependencies

This module has no dependencies.

Release Notes

## 0.2.1

* Moved online help to http://powershell.anovelidea.org/modulehelp/PoShEvents
* Added updateable help to http://powershell.anovelidea.org/modulehelp/PoShEvents

## 0.2.0

* Get-AccountManagementEvent - removed function in order to work on it in more detail
* ConvertFrom-EventLogRecord - switched to new pipeline execution method and switched to using hashtable before object build
* Add TypeData and FormatData for functions
* Add -Raw swich to present the raw event log records without converting them
   * Useful for some functions that use complex XML filters
* Updated help

For full Release Notes, see https://github.com/thedavecarroll/PoShEvents/blob/master/ReleaseNotes.md

FileList

Version History

Version Downloads Last updated
0.4.1 1,985 1/26/2020
0.4.0 40 1/8/2020
0.2.1 (current version) 227 8/27/2018
0.2.0 37 7/3/2018
0.1.2 30 5/23/2018
0.1.1 22 5/12/2018
0.1.0 22 5/4/2018
Show more