Skip to content

Instantly share code, notes, and snippets.

@rysstad
Last active August 29, 2015 13:58
Show Gist options
  • Save rysstad/9970759 to your computer and use it in GitHub Desktop.
Save rysstad/9970759 to your computer and use it in GitHub Desktop.
$TranscriptFile = $env:TEMP + "\PowershellTranscript-" + (Get-Date -Format yyyy-MM-dd_HH-mm).ToString() + ".log"
Start-Transcript $TranscriptFile -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment