Skip to main content

All Questions

Filter by
Sorted by
Tagged with
6 votes
2 answers
1k views

Query Powershell Error Object Time Occured

Powershell error objects contain a lot of data but I can't seem to track down the time of occurrence for a given error. Using $Error[0] | fl -f retrieves a lot of information but none that appears to ...
Colyn1337's user avatar
  • 2,447
0 votes
1 answer
60 views

Windows Handling Piped Comands Error Redirection

Warning: I am no expert on building scripts, and sorry for lousy English. In an case of generating a CSV from a database query I'm using the following commands. CALL java.exe -classpath ... com....
jpmartins's user avatar
  • 1,584