JT Moree
JT Moree
[invokesqlcmd2_error.zip](https://github.com/RamblingCookieMonster/PowerShell/files/2186213/invokesqlcmd2_error.zip)
invoke-sqlcmd2 bug ================== When run from cmd (such as a scheduled task) the invoke-sqlcmd2 module is missing a Private folder. It does not do this when run from inside powershell....
Regarding having multiple versions of powershell which have different feature sets and breaking changes: We already have this with legacy and core. Which seems bad at first glance but may...
You are not capturing the return value correctly for the bash example. the return is lost because the $? is always the last command. in your case 'echo'. ``` $...
> since the team has _clearly and unequivocally ruled out_ a not-backward-compatible version of That is news to me. How is this clear? Please provide links to posts or other...
> > POWERSHELL does this differently > It's `bash` that's doing it differently - `return` can only set the (integer) process exit code (that's not I'm curious about other shells....
Seems like we are missing an opportunity to fix the error handling mess as part of a move to Powershell Core (6) .... There will likely never be another major...
Got new RAM. need to test. Ran into this. I haven't found any posts of people successfully running memtest86 from kexec--just posts of people having problems. Most people don't have...
If I understand the conflict between the two proposals it centers around automation including PackageKit. What if we give ourselves the ability to manually update the signatures for now? For...
Seems to me that we have not set expectations very well in regards to error handling. This is creating--and getting in the way of solving--many of the problems. For a...