Created
March 13, 2020 15:08
-
-
Save Luiz-Monad/d9a22ccf0958f918a02837f016854b81 to your computer and use it in GitHub Desktop.
Powershell transcripting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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