-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
This requires a bit of setup to reproduce.
1) Make a file C:\Temp\Test1.ps1 with the contents
…
-
I'm coming across this issue frequently during development. I have a module I'm working on and often need to Import-Module Blah-Force to bring in the latest changes and test it (like in ISE). This mod…
-
Here is an alternative to PSjobs. Please consider adding to list:
https://github.com/proxb/PoshRSJob
-
If you import PoshRSJob and check $error[0] you'll find this:
> Get-Variable : Cannot find a variable with the name 'Options'.
> At ...\PoshRSJob\Scripts\TabExpansion.ps1:20 char:11
> - If (-not (Get…
-
Hello,
When trying to import Azure Core modules, I am getting the following error on latest Mac OS:
Import-Module : Could not load file or assembly 'Microsoft.Azure.Commands.ResourceManager.Common…
-
NOTE: Just dumping my experience with WPF here for others, this project doesn't seem to have an active wiki.
1. Showing a WPF window either via `Show()` or `ShowDialog()` **MUST** be done from the WPF…
-
```
PS C:\Windows\system32> Import-Module PoshRSJob
PS C:\Windows\system32> Wait-RSJob -State Completed
Attempted to divide by zero.
At C:\...\PowerShell\Modules\poshrsjob\Public\Wait-RSJob.ps1:180 c…
-
Hello!
After updating to version 1.7.2.3 of this module, I'm no longer able to import the module in a PowerShell 4 session. Here's the error:
``` powershell
Windows PowerShell
Copyright (C) 2013 Mic…
-
When using Set-StrictMode -Version Latest, I receive errors when using Import-Module PoshRSJob.
The error occurs in: TabExpansion.ps1 line 20.
I resolved it locally by changing:
If (-not $global:op…
W1M0R updated
8 years ago
-
PoshRSJob 1.7.2.7 on PowerShell v5.
When you first use Start-RSJob, if you don't specify a -ModulesToImport, then on later runs of Start-RSJob the -ModulesToImport will not work and script blocks dep…