Transcript Logging

Hi,

I’ve noticed when I have this enabled if I copy a file using Copy-Item and use the ToSession parameter (Copy a file within the session), that the actual file is converted to Base64 in the transcript log and can make the transcript log 100mb+ (obviously dependent on the size of the file.)

Anyone come across this and is there anything I can do to fix this problem or is it there by design as I’m logging Powershell?

Thanks

 

IMO, its by design. Can you raise an issue at Issues · PowerShell/PowerShell · GitHub

Thanks.