can't seem to run any script that calls Wia.ImageProcess ComObject on server 2008 R2 with PowershellPack installed and loaded, below is the error message that I keep getting. Any idea? New-Object...
Line 44 in Register-ScheduledTask.ps1 should be $credential.GetNetworkCredential().Password (with an "ia" instead of "ai"). Issue was creating the following error message. Register-ScheduledTask...
I'm writing a script to interact with the windows scheduler and want to add "Import-Module .\TaskScheduler" pointing at a local copy of the TaskScheduler module. However, I get the error: Unabl...
I have a machine running Windows Server 2008 R2 which I can only access remotely (RDT). Recently started using PowerShell_ISE and find it invaluable (thanks!) I do grit my teeth at paying the S...
Random Crashes. Is anyone else trying to use WPK? I've been developing a UI front end for an application and it's really easy to use. Excellent. BUT. No matter how simple the WPF, it seems o...
I'm seeing errors when running WPK on x64 systems. I've reproduced the errors on two systems (Windows 7 x64 and Vista x64), the same code works on the x86 systems. See http://sqlpsx.codeplex.com/Th...
On some scripts, the Set-AuthenticodeSignature cmdlet returns : Status : UnknownError StatusMessage : The data is invalid Path : C:\Users\Laurent\Mes do...
I was trying to convert Lee's Time Tracker to use WPK but was getting lots of errors; turns out it due to the fact that a number of cmdlets in WPK don't like "Set-StrictMode -Version Latest" Can ...
ISE doesn't automatically convert `n to `r`n, when you insert text to its buffers. When you insert a snippet using say an Add-ForeachStatement, it look visually good, but when you try to use Toggl...
PS C:\Users\ben> new-label "hello world" | show-window New-Object : Exception calling ".ctor" with "0" argument(s): "The calling thread must be STA, because many UI component s require this." At C:...