PowerShell Community

A place for the community to learn PowerShell and share insights

Latest posts

Apr 29, 2024
Post comments count 7
Post likes count 10

Encrypting secrets locally

Rod Meaney

Keeping security folks happy (or less upset which is the best we can hope for)

Mar 11, 2024
Post comments count 1
Post likes count 8

Simple form development using PowerShell

Rod Meaney

Create .NET forms without all the .NET.

Feb 23, 2024
Post comments count 2
Post likes count 8

Creating a scalable, customised running environment

Rod Meaney

This post shows how to create an easy to support environment with all your own cmdlets.

Nov 29, 2023
Post comments count 0
Post likes count 3

Using PowerShell and Twilio API for Efficient Communication in Contact Tracing

Piyush Tripathi

Learn to integrate PowerShell with Twilio API and streamline communication for COVID-19 contact tracing initiatives.

Nov 20, 2023
Post comments count 3
Post likes count 6

Automate Text Summarization with OpenAI and PowerShell

Piyush Tripathi

This easy-to-follow guide shows you how to use PowerShell to summarize text using OpenAI's GPT-3.5 API.

Jul 11, 2023
Post comments count 2
Post likes count 9

Changing your console window title

Francisco Nabas

This post shows how to change the title of your console terminal window.

Jun 27, 2023
Post comments count 2
Post likes count 2

Measuring average download time

Francisco Nabas

This post shows how to measure average download time with PowerShell

May 15, 2023
Post comments count 0
Post likes count 5

Measuring script execution time

Francisco Nabas

This post shows how to measure script execution time in PowerShell

May 9, 2023
Post comments count 2
Post likes count 3

Porting System.Web.Security.Membership.GeneratePassword() to PowerShell

Francisco Nabas

This post shows how to port a C# method into PowerShell

May 2, 2023
Post comments count 4
Post likes count 9

Designing PowerShell For End Users

Stephen Valdinger

This posts explains taking user experience into account when designing PowerShell tools

Apr 11, 2023
Post comments count 4
Post likes count 6

Convert specific table of excel sheet to JSON using PowerShell

Sonam Rastogi

This posts explains how to Convert Specific Table of Excel Sheet to JSON

Mar 30, 2023
Post comments count 4
Post likes count 12

Update XML files using PowerShell

Sonam Rastogi

This posts explains how to update XML files using PowerShell

Jan 30, 2023
Post comments count 5
Post likes count 7

Mastering the (steppable) pipeline

Ronald Bode

The PowerShell pipeline explained from the beginning to the end.

Sep 20, 2022
Post comments count 2
Post likes count 4

PowerShell Registry Monitor

Francisco Nabas

How to set up a simple registry key monitor with PowerShell

Aug 16, 2022
Post comments count 0
Post likes count 5

The many flavours of WMI management

Francisco Nabas

Working with the different ways of managing WMI.

Aug 4, 2022
Post comments count 3
Post likes count 5

Password Expiry Notification Using Teams and Graph API

Faris Malaeb

This post's intent is to show how to use Graph API through PowerShell to send a Teams message.

Jul 11, 2022
Post comments count 2
Post likes count 8

Cheat Sheet – Console Experience

Fred

How to have more control of preferences in functions and the role of modules on inheritance.

Jun 27, 2022
Post comments count 0
Post likes count 2

Reading Configuration Manager Status Messages With PowerShell

Francisco Nabas

This post's intent is to show how to read Configuration Manager status messages using WMI and Win32 API function FormatMessage.