Links
Development & Automation
- PowerShell
-
PowerShell : How-To - Sample scenarios for administering with PowerShell
- GitHub - Code hosting and version control
- PowerShell Gallery - Central repository for PowerShell content
PowerShell and Blogs
- $this - Paul Naughton’s blog
- PowerShell.org - PowerShell Community
- VS Code Insiders Podcast - The latest in VS Code, the open source AI code editor
- Adam Bertram - The original Adam the Automator
- Andrew Pla - Thoughts, lessons, and practical write-ups on PowerShell, automation
- Barbara Forbes - Azure resources with Bicep
- Bartek Bielawski - Bartek’s WordPress blog
- Chris Gardner - Get-RandomProblems
- Chrissy LeMaire - Creator of dbatools dbachecks
- Emanuel Palm - PowerShell, .NET, Azure, and other tidbits of fun
- Evgenij Smirnov - Because IT Matters
- Harm Veenstra - PowerShell is fun
- Jake Hildreth - Husband, Dad, Recovering Sysadmin
- Jeffrey Snover - Inquiring mind opines…
- Jess Pomfret - Database Engineer with a Passion for Automation, DBATools
- Jordan Borean - a developer who tries to wade through all things DevOps
- Joseph Streeter - Crusader Two-One; Terraform
- Matthew Dowst - PowerShell Weekly – Your weekly round up of all things PowerShell
- Mike F Robbins - Mike’s articles categorized by PowerShell
- PowerShell Team - Automating the world one-liner at a time…
- PowerShell.org - PowerShell Community
- r/PowerShell - Reddit PowerShell
- Warren Frame - Rambling Cookie Monster; PSDepend, PSSQLite.
Discords and such
Resources & Inspiration
- Agent Skills - A standardized way to give AI agents new capabilities and expertise
- First Contributions - Help beginner open source contributors
- First-Time-Issue - Easy issues first time contributors can work on to learn about the PowerShell project
- Hacker News - Tech news and discussion
- NVIDIA AI Podcast - Real stories, real impact
GitHub Pages
- Chad Baldwin - How to build a SQL blog
- Academic Pages - GitHub Pages template README
Other Links of interest
- PR for Leap Year - Get-MrLeapYear.ps1 script on GitHub
PowerShell - Enumerations
- DayOfWeek -
[System.Enum]::GetValues([System.DayOfWeek]) - DateTimeKind -
[System.Enum]::GetValues([System.DateTimeKind]) - ExecutionPolicy -
[System.Enum]::GetValues([Microsoft.PowerShell.ExecutionPolicy]) - DEP -
[System.Enum]::GetValues([Microsoft.PowerShell.Commands.DataExecutionPreventionSupportPolicy])