Working with PowerShell transcripts

Brass Contributor

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

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.