-
From http://stackoverflow.com/questions/34639565/powershell-threading-help-using-poshrsjob-module/34646786#34646786
When you specify a Param() with a single parameter, it should take on the value of …
proxb updated
8 years ago
-
From email direct to me:
I tried out your PoshRSJob module to rewrite a script I have that basically takes a list of all our AD users and checks to see if they have home folders on multiple servers. …
proxb updated
8 years ago
-
Do you think it would be useful to split each of the methods into individual files containing the functions? That way, new files could be added to the project and the `.psm1` file could just dot sourc…
-
I having an hard time getting this module work with PowerShell jobs. This problem is also mentioned here: http://stackoverflow.com/questions/35204785/start-job-and-psversion-error
I followed the advi…
thuld updated
8 years ago
-
Getting the following error when trying to issue the import-module command for POSHRSJob command:
VERBOSE: Loading module from path 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PoshRSJob\Posh…
-
Based on external feedback.
This would allow for better filtering of jobs running in PoshRSJob. This also would require work to be done on most of the *-RSJob functions to support this.
proxb updated
9 years ago
-
If you have a script that uses PoshRSJob and has some functions defined in the script, they are not recognized in the script scope and are not loaded into the session. You have to specify the scripts …
proxb updated
9 years ago
-
The README.md references [Introducing PoshRSJob as an Alternative to PowerShell Jobs](http://learn-powershell.net/2015/03/31/introducing-poshrsjob-as-an-alternative-to-powershell-jobs/) for more infor…
-
On my system (Windows 8.1 - PSVersion 4.0) I have this error:
```
PS D:\Learning> Import-Module poshrsjob -verbose
VERBOSE: Loading module from path 'D:\Tools\Powershell\Modules\poshrsjob\poshrsjob.p…
EsOsO updated
9 years ago
-
If I use a PoshRSJob version 1.1.3.0 to make a HTTP request, and that request fails for some reason, then the next call to the PoshRSJob API will hang. It is easy to reproduce the problem:
``` powers…