PowerShell Community

A place for the community to learn PowerShell and share insights

Latest posts

Encrypting secrets locally
Apr 29, 2024
224
7
9

Encrypting secrets locally

Rod Meaney
Rod Meaney

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

Simple form development using PowerShell
Mar 11, 2024
287
1
8

Simple form development using PowerShell

Rod Meaney
Rod Meaney

Create .NET forms without all the .NET.

Creating a scalable, customised running environment
Feb 23, 2024
102
2
7

Creating a scalable, customised running environment

Rod Meaney
Rod Meaney

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
Nov 29, 2023
28
0
3

Using PowerShell and Twilio API for Efficient Communication in Contact Tracing

Piyush Tripathi
Piyush Tripathi

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

Automate Text Summarization with OpenAI and PowerShell
Nov 20, 2023
178
3
6

Automate Text Summarization with OpenAI and PowerShell

Piyush Tripathi
Piyush Tripathi

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
Jul 11, 2023
208
2
9

Changing your console window title

Francisco Nabas
Francisco Nabas

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

Measuring average download time
Jun 27, 2023
80
2
2

Measuring average download time

Francisco Nabas
Francisco Nabas

This post shows how to measure average download time with PowerShell

Measuring script execution time
May 15, 2023
538
0
5

Measuring script execution time

Francisco Nabas
Francisco Nabas

This post shows how to measure script execution time in PowerShell

Porting System.Web.Security.Membership.GeneratePassword() to PowerShell
May 9, 2023
58
2
2

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

Francisco Nabas
Francisco Nabas

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