PowerShell Quick Tips : Transcripts

preview_player
Показать описание
Quick tips in PowerShell. In this video ill be going over transcripts in PowerShell and how you can use them as a simple log solution for your scripts or how to record your PowerShell console sessions.

Tags:
PowerShell
GUI
Programming
Scripting
Automating
JackedProgrammer
Coding
Рекомендации по теме
Комментарии
Автор

Thank you for your videos, very helpful as usual. Here is what I have problem with - when I run a script with Start-Transcript in the beginning and Stop-Transcript at the end as one command in the terminal, I don't get the commands written in the transcript. It only works as you demonstrated - first start the transcript, then run the script and the stop it, it won't record the commands otherwise, any suggestions?

freshmakero