Marc-André Moreau
banner
awakecoding.com
Marc-André Moreau
@awakecoding.com
Remote desktop protocol expert, OSS contributor and Microsoft MVP. I love designing products with Rust, C# and PowerShell. Proud to be CTO at Devolutions. 🇨🇦
ICYMI, there's a discussion right now about #PowerShell releases being so far behind the .NET runtime that we are unable to fully migrate to .NET 10 in all of our products at Devolutions. PowerShell 7.6 is lagging behind by *several months*: github.com/PowerShell/P...
Status on PowerShell 7.6? · PowerShell PowerShell · Discussion #26754
Is there anything the PowerShell team can communicate around the delay on PowerShell 7.6? It is approaching 2 months since the last preview and 3 months since .NET 10 was officially released. It se...
github.com
February 11, 2026 at 8:01 PM
RDP WebAuthn redirection is implemented as a dynamic virtual channel plugin in C:\Windows\System32\webauthn.dll. For the fun of it, I asked GitHub Copilot in VSCode to make a plan to implement the DVC COM APIs in Rust such that it could be loaded in IronRDP. I let it run during a meeting. It works:
February 10, 2026 at 9:09 PM
The PowerShell release schedule really needs to be improved to match the .NET runtime. We've migrated our core C# libraries to .NET 10 ahead of our next major product release in a few weeks, and just found out there's no stable version of PowerShell based on .NET 10 yet: github.com/PowerShell/P...
Status on PowerShell 7.6? · PowerShell PowerShell · Discussion #26754
Is there anything the PowerShell team can communicate around the delay on PowerShell 7.6? It is approaching 2 months since the last preview and 3 months since .NET 10 was officially released. It se...
github.com
February 9, 2026 at 9:05 PM
Why is GitHub down when I am about to open a pull request with my most successful usage of AI so far 😭
February 9, 2026 at 4:31 PM
I like how Cursor can let you queue messages 👀
February 6, 2026 at 11:17 PM
Good news: VSCode finally shows detailed context window usage

Bad news: Claude Opus 4.6 is capped at 128K just like all the other models

I don't really notice the difference, but just knowing it's capped at 128K with no option to increase it is annoying
February 5, 2026 at 10:49 PM
Reposted by Marc-André Moreau
PowerShell Universal Developer edition is live — and free. 🚀🔓

Build, test, and explore with the full feature set locally, then license only when you’re ready for production. No limits, no upfront cost.

👉 devo-inc.net/4qmNKsF
February 5, 2026 at 8:30 PM
Switching between GitHub accounts in VSCode is very annoying, since you need to do it once per "trusted extension", and there's no way to control this based on the current VSCode profile, which would be the ideal solution. I just opened an issue: github.com/microsoft/vs...
February 5, 2026 at 9:24 PM
Do you want quick and easy PowerShell Remoting over SSH that you can *automate* with password authentication? Public key authentication is obviously better, but the initial configuration is often done using password-based authentication.

Install-Module AwakeCoding.PSRemoting

Enjoy!
February 4, 2026 at 8:43 PM
@vcsjones.dev do you know if the .NET runtime now has enough built-in crypto to support a *pure* .NET SSH client library? The official PowerShell Remoting over SSH implementation is hardcoded to use the OpenSSH client, and I believe it's time for that to change: bsky.app/profile/awak...
What's cooking? PowerShell Remoting over SSH, in pure .NET, without the OpenSSH client. And yes, it can interactively prompt for credentials or accept them as input for automation 👇
February 4, 2026 at 7:34 PM
🚀🔥 The new PowerShell Universal Developer Edition unlocks ALL features for $0, when running on your developer workstation! Build, test, experiment freely — no limits, no compromises. This is the real deal!
🔗 devolutions.net/blog/2026/02...
PowerShell Universal Developer edition: unlock full features at no cost
PowerShell Universal Developer edition unlocks the complete feature set at no cost, allowing developers to build and test locally before licensing production workloads.
devolutions.net
February 4, 2026 at 4:16 PM
What's cooking? PowerShell Remoting over SSH, in pure .NET, without the OpenSSH client. And yes, it can interactively prompt for credentials or accept them as input for automation 👇
February 3, 2026 at 10:04 PM
Excellent blog post on how to deploy LDAPS with high availability in Active Directory - it correctly covers all the potential issues involved, such that you don't end up accidentally breaking security features like LDAP channel binding 👇 michaelwaterman.nl/2026/01/31/b...
Building High-Available LDAPS Architectures – Michael Waterman
michaelwaterman.nl
February 3, 2026 at 8:22 PM
What are good strategies for maintaining a downstream fork in GitHub, with a clean upstream branch without any downstream changes, and a downstream master branch which is frequently rebased on top of the upstream? Pull requests and branch protection don't play well with this kind of approach
February 3, 2026 at 7:14 PM
PowerShell 7 still lacks an arm64 Linux debian package when it had an official one for Linux x64 for several years already. This shouldn't be that hard, especially with AI today: github.com/PowerShell/P...
Add .deb package for ARM devices currently only amd64 is packaged · Issue #25070 · PowerShell/PowerShell
Name of the Distribution Debian Version of the Distribution 12 Package Types Deb RPM Tar.gz Snap - Stop! Please file your issue in PowerShell-Snap instead. Processor Architecture arm64 .NET Core Su...
github.com
February 2, 2026 at 1:13 PM
Reposted by Marc-André Moreau
Longest ski of the year and faster than expected. Won my age group! (1 of 2) 😂 strava.app.link/YSRg4U7sp0b
Wolf Tracks Rendezvous 24k | Strava
Great conditions! Faster pace than expected. Glad to get it done. Won my age group! Sarah F was 2nd woman in the 24k skate. Sarah D finished! | Strava
strava.app.link
February 1, 2026 at 6:10 PM
I'm looking at github.com/PowerShell/W... again and wondering if Win32-OpenSSH isn't holding back PowerShell on this one. PowerShell 7 in Hyper-V PSDirect is long overdue
Hyper-V Socket Support (built-in support for hvc.exe ssh command) · Issue #2200 · PowerShell/Win32-OpenSSH
Summary of the new feature / enhancement hvc.exe is a built-in Hyper-V command-line tool with the ability to open an SSH connection over Hyper-V sockets, which are an extension to the regular WinSo...
github.com
February 1, 2026 at 4:56 PM
Let's say you could control a swarm of 100 PowerShell processes through PSRemoting, what are use cases for parallel processing you'd think of using them for?

Don't tell me it takes more system resources than in-process parallelism - I know that already. You get full process isolation, use it wisely
February 1, 2026 at 3:08 PM
#PowerShell people: I'm looking for sample cases of assembly loading conflicts between two modules. I want to show practical steps to avoid the assembly conflict using local PSRemoting instead of runspaces. Bonus points if runspaces aren't practical in your scenario
January 30, 2026 at 9:33 PM
New blog post! 📰 Configuring SSH for personal and work GitHub accounts—properly.
Automatic key selection, automatic email overrides, and where GitHub tooling still falls short. 👇💻 awakecoding.com/posts/config...
Configuring SSH for Personal and Work GitHub Accounts
Managing separate GitHub accounts for work and personal projects? Learn how to configure SSH keys, URL rewriting, and conditional git settings to automatically select the right identity—plus where Git...
awakecoding.com
January 30, 2026 at 7:42 PM
I'm curious about @supabase.com - my understanding is it's a nice cloud-based Postgres with support for PostgREST, which automatically exposes Postgres through an HTTP REST API.

Have you used it before and what have you built using it?
January 28, 2026 at 11:37 PM
Reposted by Marc-André Moreau
We've shipped the Avalonia DevTools MCP server in 2.2.0-beta2.

Watch Claude recreate a production UI view from a screenshot, inspecting properties, comparing outputs, and iterating until it's pixel-perfect.

This is what agentic development looks like:
avaloniaui.net/blog/avalon...
Avalonia DevTools MCP Server - Avalonia UI
Generate UIs, inspect your apps and maximise the power of agentic development with the MCP support built into DevTools.
avaloniaui.net
January 27, 2026 at 4:46 PM
Big news! 💪 We’re proud to announce a 2-year sponsorship of ControlR — backing open source and building better remote control experiences in RDM. 🚀🤝
devolutions.net/blog/2026/01...
Devolutions announces a major 2-year sponsorship of ControlR
Devolutions announces a 2-year sponsorship of ControlR, enabling full-time development, long-term sustainability, and native integration into Remote Desktop Manager.
devolutions.net
January 27, 2026 at 4:33 PM
Reposted by Marc-André Moreau
In case you didn't know: (1) Open your Solution in #VisualStudio then open the folder in #VSCode (2) Use VS Code for all AI work and Visual Studio for everything else
January 27, 2026 at 2:45 PM