enable debug tracing
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
3d6c26a251
commit
c05abda434
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
. "${PSScriptRoot}\helper.ps1"
|
||||
|
||||
Set-PSDebug -Trace 2
|
||||
|
||||
Write-Output "current user"
|
||||
whoami
|
||||
Write-Output "current working directory"
|
||||
|
|
|
|||
Loading…
Reference in New Issue