- Dev Blogs
- PowerShell Community
PowerShell Community
A place for the community to learn PowerShell and share insights
Latest posts
![Encrypting secrets locally](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2021/02/PSHero-240x240-1.png)
Encrypting secrets locally
![Rod Meaney](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/nsl_avatars/41dd1c6b579c61ed63167d1596857679-1.jpg)
Keeping security folks happy (or less upset which is the best we can hope for)
![Simple form development using PowerShell](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2021/02/PSHero-240x240-1.png)
Simple form development using PowerShell
![Rod Meaney](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/nsl_avatars/41dd1c6b579c61ed63167d1596857679-1.jpg)
Create .NET forms without all the .NET.
![Creating a scalable, customised running environment](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2021/02/PSHero-240x240-1.png)
Creating a scalable, customised running environment
![Rod Meaney](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/nsl_avatars/41dd1c6b579c61ed63167d1596857679-1.jpg)
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](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2021/02/PSHero-240x240-1.png)
Using PowerShell and Twilio API for Efficient Communication in Contact Tracing
![Piyush Tripathi](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/nsl_avatars/6f7e85e501852e66bb821ba98a1b843f.jpg)
Learn to integrate PowerShell with Twilio API and streamline communication for COVID-19 contact tracing initiatives.
![Automate Text Summarization with OpenAI and PowerShell](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2021/02/PSHero-240x240-1.png)
Automate Text Summarization with OpenAI and PowerShell
![Piyush Tripathi](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/nsl_avatars/6f7e85e501852e66bb821ba98a1b843f.jpg)
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](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2021/02/PSHero-240x240-1.png)
Changing your console window title
![Francisco Nabas](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2022/06/2022-06-27-13_37_01-Window-96x96.png)
This post shows how to change the title of your console terminal window.
![Measuring average download time](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2021/02/PSHero-240x240-1.png)
Measuring average download time
![Francisco Nabas](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2022/06/2022-06-27-13_37_01-Window-96x96.png)
This post shows how to measure average download time with PowerShell
![Measuring script execution time](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2021/02/PSHero-240x240-1.png)
Measuring script execution time
![Francisco Nabas](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2022/06/2022-06-27-13_37_01-Window-96x96.png)
This post shows how to measure script execution time in PowerShell
![Porting System.Web.Security.Membership.GeneratePassword() to PowerShell](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2021/02/PSHero-240x240-1.png)
Porting System.Web.Security.Membership.GeneratePassword() to PowerShell
![Francisco Nabas](https://devblogs.microsoft.com/powershell-community/wp-content/uploads/sites/69/2022/06/2022-06-27-13_37_01-Window-96x96.png)
This post shows how to port a C# method into PowerShell