PowerShell Community

A place for the community to learn PowerShell and share insights

Latest posts

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

Encrypting secrets locally

BERJAYA
Rod Meaney

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

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

Simple form development using PowerShell

BERJAYA
Rod Meaney

Create .NET forms without all the .NET.

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

Creating a scalable, customised running environment

BERJAYA
Rod Meaney

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

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

Using PowerShell and Twilio API for Efficient Communication in Contact Tracing

BERJAYA
Piyush Tripathi

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

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

Automate Text Summarization with OpenAI and PowerShell

BERJAYA
Piyush Tripathi

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

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

Changing your console window title

BERJAYA
Francisco Nabas

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

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

Measuring average download time

BERJAYA
Francisco Nabas

This post shows how to measure average download time with PowerShell

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

Measuring script execution time

BERJAYA
Francisco Nabas

This post shows how to measure script execution time in PowerShell

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

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

BERJAYA
Francisco Nabas

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