Blogs, Articles, and Posts
- Microsoft Edit: Terminal editor for Windows and Linux
Microsoft has recently launched Edit, a lightweight terminal editor for Windows and Linux. It revives the spirit of the MS-DOS Editor, which debuted in 1991 as a full-screen text editor for DOS and early Windows systems. Edit eliminates the need to leave the terminal to edit files. While Edit doesn’t feature a traditional GUI, it supports tab management and can be navigated using a mouse. On Linux, the open-source tool can be seen as an alternative to nano. - How to List Hidden Group Memberships with the Graph
A user reported that a script didn’t list any details of hidden group memberships and asked why. The reason is that a separate Graph permission controls access to hidden group memberships. If an app doesn’t have the permission, the Graph returns null memberships, which is probably not all that helpful. Once the right permission is in place, everything works. - Track Microsoft Entra Application Operations Using PowerShell
When applications are registered in Microsoft Entra, they are granted with surprising number of privileges like accessing sensitive data to acting on behalf of users. But these permissions aren’t static. Once an app is registered, its configuration can evolve over time through various operational changes.
Projects, Scripts, and Modules
- Using the Convert Module in PowerShell
When you have Objects in a format that you can’t read, or when you want to convert Objects to another format, or to switch from Celsius to Fahrenheit, you can use the Cmdlets from the Convert module from Andrew Pearce :) In this small blog post, I will show you how you can use this great module! - Intune Automation Collection Community Solution Helps to Build Workflows with PowerShell Scripts and More
Hello - Here is the new HTMD Blog Article for you. Enjoy reading it. - WinTuner v 1.1.1
Package and publish any apps from WinGet to Intune. - WebSocket
WebSocket is a small PowerShell module that helps you work with WebSockets. - PesterExplorer
Pester does a wonderful job printing out tests results as they’re running. The difficulty can be where you’re looking at a large number of results. PesterExplorer creates a Text User Interface to explore Pester results.
Books, Media, and Learning Resources
- June 2025 Update for the Automating Microsoft 365 with PowerShell eBook
The June 2025 update for the Automating Microsoft 365 with PowerShell eBook is now available. Coding automation with Microsoft 365 PowerShell can be challenging, but not with this book beside you. It contains hundreds of examples of working with Entra ID, Exchange Online, SharePoint Online, OneDrive for Business, Teams, and Planner using regular PowerShell cmdlets and the Graph APIs. - using powershell to call llama3.2 and saving the file locally
Scripts included
Community
- Building Fast Tools and Smarter Workflows with Justin Grote
In this episode of the PowerShell Podcast, we welcome back Justin Grote, a Microsoft MVP and open-source powerhouse, for an in-depth and fast-paced conversation. Fresh off his PowerShell Wednesday presentation, Justin shares the thinking behind his latest innovations, including the creation of the high-performance ExcelFast module and his evangelism for dev containers and modern development workflows. - Add enhanced splatting RFC draft by jborean93
Anyone interested in yet another attempt at trying to enhance splatting in PowerShell. I’ve tried to collate all the options proposed over the years with their pros/cons. Hoping to get any community feedback before trying to champion a proper RFC - PowerShell + DevOps Global Summit 2025
The recordings from the PowerShell + DevOps Global Summit 2025 are starting to roll out on YouTube.
Events
- PowerShell Conference Europe 2025
23-26 June 2025
Check out psweekly.dowst.dev for all past editions as well as a searchable archive.
You must log in or register to comment.