Max Kozlov
Max Kozlov
please test `PerJobTimeout` branch at https://github.com/MVKozlov/PoshRSJob/tree/PerJobTimeout Sorry, Throttling slot still not freed because `Stop-RSJob` launched only on the end of popeline It is needed more work on this But now...
This is not related with a specific module, but with the way the powershell tries to display information on the console You may use `select-object` to display only desired properties...
there is a `-PSSnapinsToImport`, `-ModulesToImport`, `-FunctionsToLoad` so InitializationScript doesn't needed if you want to emulate init script there is example ``` powershell PS C:\> $s = 'function test() { "Its...
Yes. This is generic examle how you can convert you existing init. Script into function(add function declaration at beginning), load it and use. But I dont' know what your init...
any details ? what makes you think that this is true ? may be this is a memory problem ?
Don't know why @proxb use string test for output... because my PRs wait for merging so much time already you can try my own fork
@kborowinski It already merged. May be I should remove it...
I do not remove PreserveJobsOrder until now because I create PR from it. But may be this is a time...
ok, it not my commit, I fix it a bit later. and, please open issue in my repo because it not applicable here
sorry, forget to enable it :)