Skip to content

Instantly share code, notes, and snippets.

@Luiz-Monad
Created March 13, 2020 15:08
Show Gist options
  • Save Luiz-Monad/d9a22ccf0958f918a02837f016854b81 to your computer and use it in GitHub Desktop.
Save Luiz-Monad/d9a22ccf0958f918a02837f016854b81 to your computer and use it in GitHub Desktop.
Powershell transcripting
Start-Transcript -Append -Path (Join-Path $params.Path "log-$($params.Name)-$((Get-Date).ToString('O'))")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment