Profile avatar
mdgrs.bsky.social
Hobby Coder who loves PowerShell💻 GameDev at work🕹️ https://mdgrs.hashnode.dev/ https://github.com/mdgrs-mei
72 posts 213 followers 151 following
Regular Contributor
Active Commenter

It’s that time of the week again! PowerShell Weekly for May 2, 2025 is here with all the scripts and tips you need to automate like a pro. #PowerShell #Automation #TechNews psweekly.dowst.dev?p=7807

Most people think #PowerShell is just for scripts and terminals. Did you know you can use it to build modern WinUI3 GUIs All powered by a new tool called WinUIShell by famed module author @mdgrs.bsky.social Check out the full video for more! 1/2

Do you know what bound and unbound script blocks are in PowerShell? I did not know but they are sometimes talked about in GitHub issues or in the community. If you are interested, check out my blog post from the past: mdgrs.hashnode.dev/scriptblock-...

🎯 Want to meet the people behind #PowerShell & Winget? 🚀 5 #Microsoft insiders will be LIVE at #PSConfEU 2025 – Malmö, 23–26 June! 👨‍💻 Code, config & community with Steven • Tess • Mutemwa • Anam • Demitrius 🎫 Tickets: psconf.eu #DevOps

This is from 6 years ago but was quite interesting for me. youtu.be/KW5Wf72Zvug?...

Last Friday of the April, what #PowerShell things did you get done this month? I’ve been working on EntraFIDOFinder where I’ve added Pester tests to make sure the keys in the json file follow the correct format and for certain parts have a valid value.

If you missed out on the #PowerShell Wednesday where Andrew and I walked through the basics of PowerShell Pipelines, you can check out the recording on YouTube, now in full colour!

Nice WinUIShell demo by @andrewpla.tech! www.youtube.com/live/oD_86ms...

What's happening this week? Monday: New #PowerShell Podcast episode from #PSHSummit PowerShell Wednesday: Microsoft Graph 101 with Morten Mynster Thursday: PDQ Live! Josh & Tara build a domain, I show off WinUIShell, and trivia Snover and Don Jones are on the pod next week 👀

@mdgrs.bsky.social always making impressive stuff

This is not new but in case you didn't know. In #PowerShell, you can let cats, dogs or cyclists run. They notice PowerShell errors. Giraffes? maybe possible🦒. github.com/mdgrs-mei/Dy...

@jdhitsolutions.com dropped a slick new module: PSPodcast It lets you keep up with the PowerShell Podcast without ever leaving your terminal. I recorded a quick rundown! check it out and then go install it and add it to your $PROFILE - Show-LatestPSPodcast

@tylerleonhardt.dev's Interview was so great! I hope he does more!

I like the interactivity of #PowerShell so much. That's why I designed WinUIShell not to block the terminal even after opening a window. github.com/mdgrs-mei/Wi... I still need to add a lot to this module but it's amazing if you find this (or PowerShell) interesting. Enjoy PowerShell😉

Using WinUIShell server, I managed to create a #WinUI 3 window in Python. github.com/mdgrs-mei/Wi... I'll see how far we can go in PowerShell first but the IPC approach for desktop UI might be also interesting to other language?

Posted the slides/code for all three of my PowerShell DevOps Summit talks this year to github.com/Jaykul/DevOp... I clearly need to make an automated demo of my Awesome CLI Tools talk, just to prove A-Z can be done in under 25 minutes 😂 (doing it live I only got through L)

The first release of the PSPodcast #PowerShell module is now in the PowerShell Gallery. It requires PS and the pwshSpectreConsole module. I recommend looking at the project's README file. This is designed for interactive fun. github.com/jdhitsolutio... /cc @andrewpla.tech

I caught up with first-time attendee, Lucas, about their biggest takeaway from #PSHSummit 2025 so far #PowerShell #Community

Congratulations to this year’s #PowerShell Community Award winners @robsewell.com @posh.guru and @andrewpla.tech Keep up the good work. 🏆🏅

ToggleSwitch and ProgressRing have been added in WinUIShell v0.1.0🎉 github.com/mdgrs-mei/Wi... Note that event handlers are single-threaded but non-blocking. You can just write: $button.AddClick({ $ring.Value = 0 Do-Something $ring.Value = 50 Do-Another $ring.Value = 100 })

Safe travels to all the people attending the PowerShell summit, and please don't forget posting photos like these! I would definitely enjoy seeing those posts next week😉

Did you hear my recent chat on RunAs Radio about all things #PowerShell ? runasradio.com/Shows...

I've published an experimental module called WinUIShell: github.com/mdgrs-mei/Wi... WinUIShell allows you to create WinUI 3 applications in PowerShell. Only a small number of UI elements are supported for now but they will be added gradually. If you get a chance to try, let me know what you think!

🚨 Special PowerShell Summit Edition of #PowerShell Wednesday! Tomorrow at 2PM EST, several speakers will be sharing teasers of their presentations Meet new friends, learn something new, and have fun with PowerShell! 🤝💻 📍 Where: discord.com/events/6... #PSHSummit

This made my day! I love seeing people get value from the free open-source software I create ☺️ #PowerShell #pwsh www.reddit.com/r/PowerShell...