Steve_Francis
11 years agoFormer Employee
Debugging of Scripts (powershell)
Generally, you set the collector to Trace log level for the script collector.rnUnder Settings...Collectors. Click the tool icon for the collector in question, and Set Log Levels. Set Collector.Script component to Trace. rnYou can then tail the collector log file (logs/wrapper.log), or use !tlist and !tdetail from the debug window.rnThe log file should contain the raw script output.