July 2017
Intermediate to advanced
648 pages
31h 9m
English
When starting a PowerShell transcript, you can specify a path and a file name that will be used to record your commands and their output. The use of the -Path parameter is optional; if you do not provide a file path, the cmdlet will create a transcript file with a random name in the default documents folder in your profile path, as shown in the following screenshot:

When you are done, you can run the Stop-Transcript cmdlet or simply exit the shell. You can use the -Append parameter with the Start-Transcript cmdlet to add a new transcript to an existing log file. When doing so, you'll need to specify the name of the file you ...
Read now
Unlock full access