Joel Bennett
Joel Bennett
I didn't mean the runspace config to be exclusive, what I was really after is a central place where it can be configured that will affect **everything**, and I now...
Setting the outputEncoding to UTF8 (with no BOM) seems to resolve this: ```PowerShell [Console]::OutputEncoding = $OutputEncoding = [Console]::InputEncoding = [System.Text.UTF8Encoding]::new() ```` To me, it feels crazy how it sometimes works...
I'm a little confused about the level of nesting executables in this scenario, but ... If the goal is for remoting and the SSH session is implicit, and the exe...
That makes sense, I think. OpenSSH already supports pipes as a way to get ssh keys from an agent... If you're going to patch OpenSSH to add support for getting...
I'll take a look -- I don't think there's a broken version of Invoke-Web out there. Is there something specific you need from this? I mean, most people on 3...
Yeah, I have rewritten that download flag stuff multiple times, I can't figure out exactly why it stops working (and of course, it's completely unnecessary). You could just use the...
Posted http://poshcode.org/5736 as 4.3 because there were two parenthesis or curly braces out of place in the 4.2 post. I can't understand how that ever got pasted, but ... let's...
If you're using the old PoshCode.psm1 module, you're right. The -Unblocked flag wasn't exposed and except when you -Passthru, the module explicitly calls `Set-DownloadFlag` which is broken (depending, I think,...
This seems like a waste of time. We're just forcing them to put AcceptEula in their PSDefaultParameterValues and not getting anything in return. They're not going to _actually_ read it....
Does the fact that I made them set an environment variable to pass a parameter to my cmdlet (or even click a button) suddenly make a software license binding? Answer:...