PowerShell Community
A place for the community to learn PowerShell and share insights
Latest posts
Encrypting secrets locally
Keeping security folks happy (or less upset which is the best we can hope for)
Simple form development using PowerShell
Create .NET forms without all the .NET.
Creating a scalable, customised running environment
This post shows how to create an easy to support environment with all your own cmdlets.
Using PowerShell and Twilio API for Efficient Communication in Contact Tracing
Learn to integrate PowerShell with Twilio API and streamline communication for COVID-19 contact tracing initiatives.
Automate Text Summarization with OpenAI and PowerShell
This easy-to-follow guide shows you how to use PowerShell to summarize text using OpenAI's GPT-3.5 API.
Changing your console window title
This post shows how to change the title of your console terminal window.
Measuring average download time
This post shows how to measure average download time with PowerShell
Measuring script execution time
This post shows how to measure script execution time in PowerShell
Porting System.Web.Security.Membership.GeneratePassword() to PowerShell
This post shows how to port a C# method into PowerShell
Designing PowerShell For End Users
This posts explains taking user experience into account when designing PowerShell tools
Convert specific table of excel sheet to JSON using PowerShell
This posts explains how to Convert Specific Table of Excel Sheet to JSON
Update XML files using PowerShell
This posts explains how to update XML files using PowerShell
Mastering the (steppable) pipeline
The PowerShell pipeline explained from the beginning to the end.
PowerShell Registry Monitor
How to set up a simple registry key monitor with PowerShell
The many flavours of WMI management
Working with the different ways of managing WMI.
Password Expiry Notification Using Teams and Graph API
This post's intent is to show how to use Graph API through PowerShell to send a Teams message.
Cheat Sheet – Console Experience
How to have more control of preferences in functions and the role of modules on inheritance.
Reading Configuration Manager Status Messages With PowerShell
This post's intent is to show how to read Configuration Manager status messages using WMI and Win32 API function FormatMessage.