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
- Paul Naughton’s Blog - This. My personal 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
- Barbara Forbes - Azure resources with Bicep
- Chris Gardner - Get-RandomProblems
- Emanuel Palm - PowerShell, .NET, Azure, and other tidbits of fun
- Harm Veenstra - PowerShell is fun
- Jeffrey Snover - Inquiring mind opines…
- 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])