I am happy to announce that PlatyPS v1.0 has reached GA and we have updated our publishing pipelines to use the new tool.
To celebrate, I created this: sdwheeler.github.io/seanonit/blo...
@mikefrobbins.com.bsky.social
Lead technical writer for Azure PowerShell & Azure CLI at Microsoft, former MVP, Automator, Efficiency Expert, Author, Lifelong Learner. Opinions are my own.
I am happy to announce that PlatyPS v1.0 has reached GA and we have updated our publishing pipelines to use the new tool.
To celebrate, I created this: sdwheeler.github.io/seanonit/blo...
Today, Travelpiggie and I are learning the basics of git and GitHub workforce from @sdwheeler.bsky.social at #sqlsatbr sqlsatbr.com
26.07.2025 15:02 β π 2 π 1 π¬ 0 π 0What happens after you've really learned the ropes with PowerShell?
At tomorrowβs #PowerShell Wednesday, Ryan Coates introduces us to a possible next step: building software with C#. Weβre going from scripts to solutions
Donβt miss it.
youtu.be/hOaFdHTlDXE
(1/3) Meet @stevenjudd.bsky.social, a 30+ year IT Pro and Infrastructure Engineer at Tenstreet LLC, who is hosting a lab this August at #TechMentor @ Microsoft HQ!
10.07.2025 14:21 β π 2 π 3 π¬ 1 π 1Notepad does markdown? What a time to be alive!
09.07.2025 17:46 β π 20 π 7 π¬ 2 π 1A stressed pickle trying to explain their code problem to a rubber duck.
I started making a new #PowerShell module over the weekend. What do you think it might do? π¨βπ» #DLLPickle π€£
07.07.2025 20:48 β π 10 π 1 π¬ 2 π 1Hey #PowerShell folks! Friendly reminder that THIS Wednesday (2 more sleeps!) I'm going to be talking the PNW PSUG about abusing callstacks for ill-gotten gains.
This one is going to be pretty fun!
Details: www.meetup.com/pacific-powe...
You can also install the Az PowerShell module from the Microsoft Artifact Registry (MAR) using Install-PSResource: aka.ms/azps/install...
07.07.2025 01:33 β π 1 π 0 π¬ 0 π 0Importing the Az module imports all the submodules, which takes a considerable amount of time. To reduce the duration, either let the submodules auto-import when a command is called or only import the ones you require. Example: Import-Module -Name Az.Compute, Az.Network, Az.Resources, Az.Storage
05.07.2025 12:36 β π 1 π 0 π¬ 1 π 0Install-Module installs the Az.Accounts module once per submodule. Install-PSResource only installs Az.Accounts one time, regardless of the number of modules. Consider combining Install-PSResource with installing only the necessary modules to minimize the duration learn.microsoft.com/powershell/a...
05.07.2025 12:31 β π 1 π 1 π¬ 1 π 0CFP is open for the PowerShell and DevOps Summit in Bellevue next year! www.powershellsummit.org/2026-informa...
02.07.2025 12:17 β π 9 π 4 π¬ 0 π 0How do you get more from GitHub in your work routine?
@theaprilyoho.dev talks on RunAs Radio at runasradio.com/Shows/Show/990 about how sysadmins can take advantage of more GitHub features to make better quality scripts!
What are you using for #PowerShell module scaffolding? Seems that most tools that I have found are in need of some TLC. What am I missing?
09.06.2025 20:40 β π 2 π 1 π¬ 1 π 0The PowerShell + DevOps Global Summit 2025 videos are now live on YouTube!
Catch up on all the sessions you missed or rewatch your favorites. Amazing content from the community's top experts.
bit.ly/444P7nI
#PowerShell #DevOps #PSHSummit
π¨ 50 days to go! I'm excited to be speaking at #SQLSaturday Baton Rouge on July 26th π
Join my session:
π― Mastering #PowerShell Functions and Script Modules
π‘ Learn how to build, reuse, and share your code like a pro!
π Save the date and grab the details:
sqlsaturday.com/2025-07-26-s...
#SQLSatBR
Check out Module Explorer, now on the PowerShell Gallery:
github.com/DearingDe...
2/2
I slapped together a new #PowerShell module, PesterExplorer, that creates a TUI to look at your Pester run results. It leverages PwshSpectreConsole to create the TUI. Everyone knows I love #Pester. Feedback and suggestions welcome!
github.com/HeyItsGil...
WinGet Configuration Export. Demo from Microsoft Build: www.youtube.com/watch?v=vvdn...
24.05.2025 18:18 β π 8 π 4 π¬ 0 π 0Please share your concerns with the #Azure #PowerShell PMs and engineering team by logging an issue in the Azure PowerShell source repo on GitHub. github.com/Azure/azure-...
22.05.2025 16:52 β π 1 π 0 π¬ 1 π 0Azure CLI and #Azure #PowerShell Build 2025 Announcement techcommunity.microsoft.com/blog/azureto...
22.05.2025 12:26 β π 4 π 0 π¬ 0 π 1π§© What do you call parameters that are optionalβuntil another one is used, making them required? Example: A flag you don't need on its own, but must include when paired with another. Is there a standard term for this in #Bash or #ShellScripting? #Linux #Scripting
17.05.2025 15:53 β π 0 π 0 π¬ 2 π 0Wow! This is a pretty awesome Pi-Hole dashboard built in PowerShell Universal. github.com/ptmorris1/PS...
16.05.2025 18:52 β π 13 π 6 π¬ 0 π 1Shorten #Azure CLI commands in #PowerShell without backticks mikefrobbins.com/2025/05/15/s...
15.05.2025 14:45 β π 0 π 0 π¬ 0 π 0Did you know you can use #AzureCLI in #PowerShell without long commands or line continuation characters? (And no, splatting doesn't work here). Curiousβwhat other tricks or alternatives have you found?
13.05.2025 22:15 β π 4 π 0 π¬ 1 π 0I don't know why it took me so long to discover this, but you can create shortcuts in VSCode to your "Show Additional Commands From PowerShell" commands. This means I can use @seeminglyscience.com `ConvertTo-SplatExpression` with a shortcut!
09.05.2025 18:06 β π 11 π 4 π¬ 1 π 0Want your #macOS screenshots to default to a format other than PNG? Change the format using this command: defaults write com.apple.screencapture type jpg # or pdf, tiff, heic, bmp
09.05.2025 12:53 β π 2 π 0 π¬ 1 π 1Customize and automate a clean #macOS Dock layout mikefrobbins.com/2025/05/07/c...
07.05.2025 18:21 β π 1 π 0 π¬ 0 π 0Grateful to receive my Microsoft 5-Year Service Award today! It now sits next to my MVP awardβsix years as a Microsoft MVP and five years as a Blue Badge. I'm honored to be part of this community and excited for what's ahead. #CareerMilestone #MicrosoftLife
06.05.2025 01:05 β π 10 π 0 π¬ 0 π 0My latest blog post dives into the #PowerShell "pipeline" - it's like a conveyor belt for data! Check it out here and let me know your thoughts: www.dearing.dev/posts/The-Po...
03.05.2025 20:15 β π 10 π 2 π¬ 0 π 0