Forum Discussion

m_krone's avatar
m_krone
Copper Contributor
Jan 27, 2020

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

  • ServerCare's avatar
    ServerCare
    Copper 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.

Resources