Forum Discussion
m_krone
Jan 27, 2020Copper Contributor
Working with PowerShell transcripts
Hi everyone,
do you know any tool or way how to handle PowerShell transcripts like Splunk or HELK?
Would be nice to know how many of you also uses transcripts 🙂
Regards
1 Reply
Sort By
- ServerCareCopper Contributor
Transcript is not a good idea in combination with Splunk or Elastic Search, because it simply echos whatever was send to the console; whatever ends up in splunk will not be very coherent & make sense. The recommended way of combining powershell & logging is to use scriptblock logging.