PoshRSJob
PoshRSJob copied to clipboard
Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.
**Do you want to request a *feature* or report a *bug*?** Bug. Need the -force parameter to kill or delete or remove a hung job. Or any other parameter of...
[Test.zip](https://github.com/proxb/PoshRSJob/files/5157683/Test.zip) I'm new to PowerShell so excuse me if I use poor terminology or don't fully understand concepts. I have a collection of functions/scripts I combined in a module for...
Fixes # . Changes proposed in this pull request: Wait-RsJob: - Switch to boolean for parameter that shows progress bar - Enable dynamic title and message in displayed progress bar...
**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** No dynamic code can be executed during Wait-RSJob execution **What is the expected...
I'm sure this is something stupidly simple, but what would cause the call to Start-RSJob to output the full job details to the screen when it starts a job? I'm...
I am using a Test-Netconnection function inside my RsJob. It works well most of the times but every now and then I get an error that says: "The 'Find-NetIPsecRule' command...
I think it is a bug I have a script that run fine in ISE or the console but would not run in PRTG. in PRTG it would output this...
Hi @proxb, Just curious if you plan to maintain the module since I haven't seen a commit in over a year, or if we should be moving to ThreadJob since...
This may just be my lack of PowerShell knowledge, but why is it when I do something like this: PS >$job=Get-Job PS >$job.Name Name-Of-My-Job PS >echo "job Name=$job.Name" job Name=RSJob.Name...
### Hello, I am a student in DUT Networks and telecommunication and also a beginner in powershell. (FR : DUT / UK : DHE / US : AD ) After...