#powershell
AzBobbyTables 3.7.0 (powershellgallery.com)
AzBobbyTables 3.7.0 is out to support bigger data! ✨ The *-AzDataTableLargeEntity #PowerShell commands can store objects much larger than the #Azure storage data table limits by splitting it across rows/columns, and restoring it back as single objects! www.powershellgallery.com/packages/AzB...
Optimizing Visual Studio Code for PowerShell, 2026 Edition - Justin Grote - PSConfEU 2026 (youtube.com)
Another great session (as expected) by @posh.guru on @vscode.dev Optimisations for #PowerShell at @psconf.eu Had to double take every time he was discussing the LSP server though. Now to play around with some of the things I learnt about in this www.youtube.com/watch?v=Lso0...
Rolling my own ssh-copy-id for Windows (techbyjeff.net)
Windows OpenSSH ships everything except ssh-copy-id. VS Code Remote-SSH kept asking for my password, and the documented fix is macOS/Linux only. So I built one: platform detection, idempotent installs, real verification. www.techbyjeff.net/rolling-my-o...