Tag: trblsht
Posted in Powershell
Powershell – Debug/trace
Published Date: 2023-08-25
powershell.ps1 Dodaj u skriptu ili CLI jedno od dva: Set-PSDebug -Trace 1 Set-PSDebug -Trace 2 Poništi s Set-PSDebug -Off https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/set-psdebug?view=powershell-7.3 pwsh posh powershell debug trace script…