@psfred.bsky.social will be on stage for #PSConfEU 2026 in #Wiesbaden (1-4 June)
ποΈ Caching - Accelerate your Code and Murder your Memory
ποΈ Logging At Scale
ποΈ psconf.eu
#Europe #Germany #PowerShell
Posts by PowerShell Young Team π΄σ §σ ’σ ³σ £σ ΄σ Ώ
Good morning! @travelpiggie.bsky.social is learning about the future of PowerShell at #pshsummit26
For a longer breakdown of PowerShell and case-sensitivity, @stevenjudd.bsky.social and I put together a "Case Sensitivity Training" a while back
www.youtube.com/watch?v=xhJQ...
PowerShell does not care about case... unless you tell it to.
Check out this PoshBytes short on case-sensitive operators and how to use them properly.
#PowerShell #Automation #Scripting #DevOps
youtube.com/shorts/STQo4...
Letβs turn some PowerShell commands into AI tools with my buddy from back in the day, Steven Murawski!
Just dropped an Overpowered Module for Open Packages:
github.com/PoshWeb/OP
Talking about how Open Packages are Overpowered at 2:45 at #PSHSummit
Anything can become a package!
Simple Powerful example:
~~~PowerShell
op at://mrpowershell.com/site.standard.document
~~~
More demos coming soon!
Not at PowerShell Summit this year? Good news.
We're bringing Lightning Demos straight to you, LIVE from Summit on PowerShell Wednesday. Fast demos, real learning, no travel required.
Come learn with us.
www.youtube.com/watc...
#PowerShell #PSHSummit
I FLY TO #PSHSummit TONIGHT!!!!!!
A week of gettin my #PowerShell on with so many friends, and so many soon-to-be friends too!!
This is the best week of the year for me!
I intend to solve the gap left by the PowerShell MSI with multi-pwsh, a standalone tool I'm working on that lets you install and update multiple versions of PowerShell side-by-side, using the zip, but extracted and installed similarly to the MSI: github.com/Devolutions/...
PowerShell is deprecating its MSI installer in favor of MSIX, despite current known limitations that prevent PSRemoting scenarios, or execution from system services, like the Task Scheduler. PowerShell 7.7 will *not* ship an MSI: devblogs.microsoft.com/powershell/p...
You can use VSCodeMarketplace to manage your VSCode extensions using #PowerShell.
View the repository at github.com/steviecoaste... and let me know what you think!
a surprise victory, seeded 3+ years ago while not even on current team: powershell
Something big is changing in #Intune, and itβs not just another update.
IC3 could shift device actions from delayed + inconsistent β real-time across MDM & IME.
If #MSIntune has ever felt unpredictable, this connects the dots π https://bit.ly/48gCcRp
#PowerShell #SysAdmins #EndpointManagement
Fun factoid: XAML's PathGeometry is _basically_ SVG.
So we can in fact do almost anything in either XAML or a web app.
Microsoft Intune now includes Quick Machine Recovery to help recover devices stuck during boot.
We put together a quick guide on how to enable it π
www.systemcenterdudes.com/how-to-enabl...
#Windows #MSIntune #ConfigMgr #Security
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.
I never imagined you could either, I originally just wanted to be able to flip between different world maps showing different info and have the stock exchanges sitting on top of their (rough) locations. I do really need to pick through it and see if Ai has nabbed something else.
WPF with XAML (its inline rather than its own files), the systray notifications uses winforms. Unless GH Copilot managed to sneak something in...
its beta so need -allowprerelease parameter
Install-Module -Name PSExchangeClock -AllowPrerelease
What started as an 80-line LSE countdown timer is now a 4,500-line global markets dashboard with live map overlays. PSExchangeClock Beta is live on the PowerShell Gallery for you to play with!
Install-Module PSExchangeClock
github.com/PowerShellYo...
#PowerShell #Finance #Maps
@powershellsummit.org Community Award Nominations close soon. I received the Jeffrey Snover Innovation award last year, and was immensely honored. No certs were available, so I asked @adamrdriscoll.com to do his best left hand 5th grader version on a napkin. I have it framed and will treasure it.
That's amazing!!! π€©
One of my first decent uses of AI was knocking up GUIs for existing scripts!
It's actually way better than me at building them