invoke-Coffee / PowerShell-Scripts

Repository of Powershell Scripts for automating windows admin tasks
0 stars 0 forks source link

Output for multi thread. #1

Open invoke-Coffee opened 10 years ago

invoke-Coffee commented 10 years ago

If a job fails to finish in a reasonable time period script will be unable to revive any information from it. This in turn will drop all information from the results.

invoke-Coffee commented 10 years ago

This could be resolved by writing output back to a database or array that includes all input information.