Advertisement · 728 × 90

Posts by mdgrs

Preview
The PowerShell Summit hallway track with Gilbert Sanchez and Joshua Dearing - The PowerShell Podcast This episode captures the energy of the PowerShell Summit through two conversations, one with Gilbert Sanchez and one with Joshua Dearing. The discussion moves ...

Spoke w/ Andrew at Summit talking about something I care about: how core modules survive. GitHub orgs, shared permissions, etc. Projects outliving people is the whole point.
Also got to share my hot take: PowerShell will become the LLM preferred shell. See the late psake.dev for how we get there!

16 hours ago 5 4 0 0

Great summary of the history. Thank you🙏

2 days ago 2 0 0 0

Yeah, ShowUI was the first thing that came to mind.

After reading this post I really understood how hard it is to share what we create and to know what other people do.

3 days ago 1 0 2 0

The fake repo has been removed. Thank you GitHub!

3 days ago 1 0 0 0
Video

GliderUI v0.2.0 now uses Avalonia 12.0.1🎉

I've added DrawerPage navigation and WebView examples. Check out Examples page to see what's possible.

github.com/mdgrs-mei/Gl...

#PowerShell

5 days ago 5 1 1 0
Preview
GitHub - devops-collective-inc/pshsummit26 Contribute to devops-collective-inc/pshsummit26 development by creating an account on GitHub.

My #PowerShell #PSHSummit 2026 slides and references (as well as many others!) are available on the official Repo. Thanks to everyone who came! I hope these are useful.

3 days ago 16 7 0 0
GitHub - ShowUI/ShowUI: ShowUI is a PowerShell module to help build graphical user interfaces in script. ShowUI is a PowerShell module to help build graphical user interfaces in script. - ShowUI/ShowUI

For WPF and DSL, there is already ShowUI. For the threading part I also created WinUIShell/GliderUI pretty recently.

I'm just feeling how hard it is to get them widely known😅
github.com/ShowUI/ShowUI

4 days ago 1 0 0 0
Preview
From the PowerShell community on Reddit: PsUi: PowerShell UIs made slightly less shitty Explore this post and more from the PowerShell community

I have slightly mixed feelings when I see this but I agree it's fun to make... 🤔

www.reddit.com/r/PowerShell...

4 days ago 3 0 2 0
Advertisement

Oh wow, this is cool!

4 days ago 0 0 0 0
Post image

Awesome! I was waiting for the option to create menus navigation 😊

4 days ago 1 1 1 0
Video

GliderUI v0.2.0 now uses Avalonia 12.0.1🎉

I've added DrawerPage navigation and WebView examples. Check out Examples page to see what's possible.

github.com/mdgrs-mei/Gl...

#PowerShell

5 days ago 5 1 1 0

Very well deserved. Congratulations!

1 week ago 1 0 0 0
A screenshot of a DataGrid in GliderUI with Avalonia 12.

A screenshot of a DataGrid in GliderUI with Avalonia 12.

@grokys.bsky.social It was a bit hard to implement but IReflectableType worked perfectly.

Two-way binding, editing and sorting in DataGrid all worked well same as before (from PowerShell). I'll post the solution to my discussion post later.

Thanks again!

1 week ago 2 0 0 0

This is a dream event.

1 week ago 1 0 0 0
Preview
DOWST.DEV | April 10, 2026 Do you have a suggestion for PowerShell Weekly? Do you know something that should be included? Let me know in the comments below, or on find me on your preferred social media.

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

1 week ago 7 4 0 0
Advertisement

Ohh right, this might work. Thank you!

1 week ago 0 0 1 0
Binding to dynamically added properties in Avalonia 12 · AvaloniaUI Avalonia · Discussion #21107 I was using IPropertyAccessorPlugin to support binding to properties that are dynamically added by code which was important for objects created from PowerShell. https://github.com/mdgrs-mei/GliderU...

Hi! Thank you for the comment. It's understandable that the binding plugins are rare cases and affect the performance.

I just posted a question in the discussions page:

github.com/AvaloniaUI/A...

I might take a look at the Avalonia code too if I don't get immediate answers there👍

1 week ago 1 0 0 0
Preview
Breaking changes in Avalonia 12 | Avalonia Docs A complete list of breaking changes between Avalonia 11 and 12, with migration guidance and code examples for each change.

Hmm.. the binding plugin removal in Avalonia 12 might be a bit challenging for me. I was using it for the DataBinding from PowerShell. Let's see what I can do...😥

docs.avaloniaui.net/docs/avaloni...

1 week ago 2 0 2 0
Preview
GitHub - mdgrs-mei/PowerShellRun: Terminal Based Launcher and Fuzzy Finder for PowerShell. Terminal Based Launcher and Fuzzy Finder for PowerShell. - mdgrs-mei/PowerShellRun

The c# code can directly access the PowerShell functions and even invoke them within the process. I took this idea further and created a module called PowerShellRun.

Being able to customize the terminal session while also using c# for optimized code is really exciting.

github.com/mdgrs-mei/Po...

2 weeks ago 6 1 0 0

I had a bunch of utility functions in my PowerShell profile. I couldn't remember all of them so I wanted a fuzzy finder.

I wrote a TUI in c# and loaded the compiled assembly in PowerShell. The c# function takes the list of PowerShell functions, filter them and executes the selected one.

2 weeks ago 4 0 1 0

One thing I love about PowerShell is the deep customizability of terminal workflows.

The pwsh process on the terminal is yours. You can store any .Net objects in memory and pass them directly to functions in an assembly without serialization unlike when sending them to external processes.

2 weeks ago 4 0 1 0
- YouTube
- YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

🧠 Deep dive into #PowerShell #RunSpaces with @posh.guru & @jborean.bsky.social at #PSConfEU 2025.
💡 Parallelism, thread safety, state management, script blocks & more.

🎟️ Tickets for PSConfEU 2026 in Wiesbaden: psconf.eu
#Automation #Concurrency

2 weeks ago 0 1 0 0
Advertisement

Someone copied my GliderUI repo and rewrote the README. It leads the users to download a zip file and run a suspicious exe. It's really sad to see this. Already reported but not sure if any action is taken.

Be careful, mine is mdgrs-mei/GliderUI and it's available on the PowerShell gallery.

2 weeks ago 11 7 2 0

Oh wow. It's impressive that WPF without 3rd party libs can do this and also from PowerShell.

2 weeks ago 3 0 1 0

Looks very cool. Do you use any control library? or is it pure WPF?

2 weeks ago 2 1 1 0
Preview
Getting Started: Intro to PowerShell Universal (Stephen Valdinger), Wed, Apr 1, 2026, 8:00 PM | Meetup A fast, no-fluff intro to PowerShell Universal that gets you building before your coffee cools ☕ PowerShell Universal: A web platform for PowerShell Pros! **Meeting Overv

Because I'm a glutton for punishment, why not do a last-minute User Group session before @powershellsummit.org?

If you want to learn about @powershelluniversal.com, this one's for you!

2 weeks ago 2 2 0 0
Preview
Building Cross-Platform GUIs with PowerShell and GliderUI YouTube video by PDQ

I appreciate this demo so much🙏
www.youtube.com/live/ZeLMIPD...

3 weeks ago 3 0 0 0

A bit scary to ask but how many modules do you publish a year😂?

3 weeks ago 2 0 1 0

@devclate.bsky.social ↑This one! It's a cross-platform GUI framework.

Showing windows on macOS in PowerShell was a big challenge but solved!

3 weeks ago 3 0 1 0

Published a new module this month. Keeping my pace of one new module a year.

3 weeks ago 4 0 3 0