Summary: Enable script tracing into and out of Windows PowerShell functions.
How can I trace my script execution into and out of Windows PowerShell functions?
Use the Set-PSDebug cmdlet and set a trace level of 2:
Set-PSDebug -Trace 2
Summary: Enable script tracing into and out of Windows PowerShell functions.
How can I trace my script execution into and out of Windows PowerShell functions?
Use the Set-PSDebug cmdlet and set a trace level of 2:
Set-PSDebug -Trace 2
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments