Justin Grote

@posh.guru

Yak Shaver of the highest order. GitHub: github.com/JustinGrote Twitter: twitter.com/JustinWGrote

Finally, the beloved #PoShaKucha sessions from Wiesbaden 2026 are online. You find them in the #psconfeu YT channel. We also have a complete YT playlist for all 20x20 recordings. A complete overview cann also be found here: github.com/thorstenbutz... www.youtube.com/playlist?lis...

PoShaKucha - YouTube

PoShaKucha is a play on words derived from the term "PoSh" (for PowerShell) and "Pecha Kucha". A Pecha Kucha is an entertaining storytelling format, in which...

youtube.com

I just released my first #VSCode extension. PSSecretScanner for VSCode. Highlight and twiggle possible secret leakage in code. Builds on the same patterns and lists and is 100% compatible with PSSecretScanner. Go check it out! marketplace.visualstudio.com/items?itemNa...

PSSecretScanner - Visual Studio Marketplace

Extension for Visual Studio Code - Dont leak your secrets! Scan the active editor with configured regex patterns and highlight potential secrets in code.

marketplace.visualstudio.com

🧪 Pester 6.1.0-alpha2 is out! ✨ Experimental global mocks - please try! ⚡ Code coverage now works in parallel runs 📊 Better parallel output — Describe/Context headers + debug logs interleaved with tests 🔧 CI debug flag surfaces verbose/debug output github.com/pester/Peste... #pspester #powershell

Release 6.1.0-alpha2 · pester/Pester

What's Changed Add experimental global mocks by @nohwnd in #2850 Allow empty string for Should-BeString -Expected by @nohwnd in #2863 Collect code coverage in parallel runs by @nohwnd in #286...

github.com

ModuleFast v1.0.0-beta1 is out! You can fetch from the Gallery or via this temporary bootstrap. & ([scriptblock]::Create((iwr 'https://github.com/JustinGrote/ModuleFast/releases/download/v1.0.0-beta1/ModuleFast.ps1'))) -Release 'v1.0.0-beta1' Please test it doesn't break you while I work on docs.

PSA: #Microsoft #Exchange #PowerShell 3.10.0 breaks App-Only Auth via certificate (e.g. CBA), everything dies with mysterious 401 unauth errors. Revert to 3.9 and it works fine. Yes I'm on PS7.6 when testing this (since 3.10 now requires 7.6). Curious if anyone else sees this.