Skip to content

Automatically capture and save PowerShell console output from a script (without the limitations and headaches of Start-Transcript)

Notifications You must be signed in to change notification settings

victorvogelpoel/PowerShellLoggingModule

 
 

Repository files navigation

PowerShellLoggingModule

Uses Reflection to intercept text output headed for the PowerShell console or ISE. Lines of output are sent to any number of subscriber objects for the purpose of producing complete log files of script output (including date/timestamps) without the need for extra code by the script author.

The source code is maintained on GitHub. If you would like to use the module but can't compile it yourself, you can download a zip file of the module from:

http://gallery.technet.microsoft.com/scriptcenter/Enhanced-Script-Logging-27615f85

About

Automatically capture and save PowerShell console output from a script (without the limitations and headaches of Start-Transcript)

Resources

Stars

Watchers

Forks

Packages

No packages published