Welcome to Sign in | Join | Help
in
Home Blog Forums

The Lazy Admin

PowerShell Transcripts

Sponsor


Ever want to record a set of commands you are entering into a PowerShell session?  Well you can with the Start-Transcript cmdlet!  When you run this cmdlet, every command you enter, and its output is logged to a TXT file and you can review it later.  Open up PowerShell and enter the following command

Start-Transcript

Now enter your commands and once complete run this command

Stop-Transcript

Now open up the text file generated and view the log of all commands and the output!

 





Published Friday, April 27, 2007 6:58 AM by rodney.buike
Filed under:

Comments

No Comments
Anonymous comments are disabled


All postings are provided "AS IS" with no warranties, and confer no rights.
Microsoft product screen shot(s) reprinted with permission from Microsoft Corporation.