Filter By
Displaying results 1 - 13 of 13 (Page 1 of 1)
Lightweight PowerShell module to send DataDog metrics and events via DogStatsD custom UDP protocol. Tags |
The PSMultiLog module is designed to simultaneously write log output to multiple log targets. Supported targets include logging to a file, to the Windows Event Log, and sending an e-mail. The module is used by turning on the desired log targets and then calling the Write-Log Cmdlet. Tags |
Derive measurements (facts per an observer) from ETL data. Wraps TraceEvent Tags |
This module contains setup and logging wrappers for logging to the local Application Windows Eventlog channel, including adding an optional GUID identifier to events for differentiating two instances of the same script running at the same time. Color coded host output is included, if a host is available. Tags |
PoShLog is powershell logging module. PoShLog allows you to log structured event data into console, file and much more places easily. It is wrapper of great C# logging library Serilog - https://serilog.net/. For documentation check PoShLog wiki - https://github.com/PoShLog/PoShLog/wiki Tags |
This module allows for the writing of various types of logs. By default, those log entries are written back to the host using the same data stream. Tags |
Log user log on and off activity to a txt file as well as Teams. Tags |
PoShLog.Enrichers is extension module for PoShLog core library - https://www.powershellgallery.com/packages/PoShLog. It contains lot of helpful enricher methods, useful with enriching log messages. For documentation check PoShLog wiki - https://github.com/PoShLog/PoShLog/wiki Tags |
PoShLog.Sinks.EventLog is extension module for PoShLog core library - https://www.powershellgallery.com/packages/PoShLog. It contains sink that writes events to the Windows Event Log. For documentation check PoShLog wiki - https://github.com/PoShLog/PoShLog/wiki Tags |
PoShLog.Sinks.Seq is extension module for PoShLog core library - https://www.powershellgallery.com/packages/PoShLog. It contains sink that publishes log messages to Seq - https://datalust.co/seq For documentation check PoShLog wiki - https://github.com/PoShLog/PoShLog/wiki Tags |
PoShLog.Enrichers is extension module for PoShLog core library - https://www.powershellgallery.com/packages/PoShLog. It contains sink that publishes log messages to Exceptionless - https://exceptionless.com/ For documentation check PoShLog wiki - https://github.com/PoShLog/PoShLog/wiki Tags |
PoShLog.Sinks.Syslog is an extension module for the PoShLog core library - https://www.powershellgallery.com/packages/PoShLog. It contains a sink that writes events to syslog servers. For more documentation about PoShLog, check out the PoShLog wiki - https://github.com/PoShLog/PoShLog/wiki Tags |
To enable script execution, you may need to Set-ExecutionPolicy Bypass -Force This script will optionally enable / disable debug and analytic event logs. This can be against both local and remote machines. It will also take a regex filter pattern for both event log names and traces. For each match, all event logs will be exported to csv format. Ea... More info Tags |