Forum Discussion
tomlon29
Jan 04, 2022Copper Contributor
Invoke-Command and creating local files on remote computers
I am using Invoke-Command to execute commands on remote computers. Throughout the course of the commands, I would like to generate logs locally on the remote computers. The commands that perform th...
Jan 11, 2022
You could use Start-Transcript $logfile and Stop-Transcript perhaps?