PowerShell Servicing Drops Bump .NET SDKs Across the Board
Jason Shigetomi shipped a wave of servicing updates across the PowerShell repository on GitHub, rolling out releases for v7.4.20, v7.5.11, and v7.6.6 alongside the fresh v7.7.0-preview.4 build. The stable patches bring vital pipeline fixes and underlying runtime bumps up to .NET SDK 10.0.401, while v7.6.6 specifically resolves a FileOnlyEntry crash on older Windows releases.
👉 https://github.com/PowerShell/PowerShell/releases
Guerrilla 2.54.0 is on the PowerShell Gallery
Yours truly shipped Guerrilla 2.54.0 is on the PowerShell Gallery with four new Google Workspace checks, closing the CISA SCuBA Drive policies that only bind when external sharing is turned on.
DRIVE-019 checks that users are warned before sharing outside the organization. DRIVE-020 that sharing is limited to people who actually hold a Google account, rather than a visitor link with a PIN. DRIVE-021 that publishing files to the open web is off, and DRIVE-022 that nobody can move your content into a shared drive owned by another organization.
All four read a policy the scan already collects, so there is no new API scope and no new delegation to grant.
The part I care about is what they say when the control does not apply. Block external sharing entirely and none of those four mean anything, so the check tells you that instead of returning a bare pass that looks identical to somebody having verified the setting.
SCuBA Google Workspace coverage is now 110 of 138.
Install-Module Guerrilla👉 https://github.com/jimrtyler/guerrilla
Ditching the Calculator for PowerShell
Harm Veenstra at PowerShell is fun breaks down how to run everyday math directly in the console instead of reaching for a phone calculator. The post covers arithmetic operator precedence, straightforward storage unit conversions from megabytes to terabytes, and calculating intervals between dates using Get-Date and New-TimeSpan.
👉 https://powershellisfun.com/2026/09/10/calculating-in-powershell/
Solving Practical Problems with David McFall
David McFall joined Andrew Pla on The PowerShell Podcast to break down how administrators can extract massive value from automation without needing to be scripting experts. He highlights practical wins across Active Directory, Microsoft Graph, and PDQ, focusing on device posture reporting and surfacing hardware gaps to streamline daily systems management.
Why Microsoft Graph Rejects Group Mailboxes
Tony Redmond at Office 365 for IT Pros breaks down why running cmdlets like Get-MgUserMailFolder against Microsoft 365 Groups throws an ErrorInvalidUser failure. The limitation comes down to architectural identity design, because the Graph Outlook Mail API strictly targets user accounts while Outlook desktop relies on private internal endpoints to render group mailbox content.
👉 https://office365itpros.com/2026/09/09/group-mailbox-graph-api/
Fake Captchas Turn PowerShell Into an Enterprise Gateway
Alexander Culafi at Dark Reading breaks down TerminalFix, a social engineering campaign that tricks users into pasting clipboard code into Windows Terminal to solve fake Cloudflare prompts. The payload drops a stealthy DLL sideloading chain and an encrypted reverse tunnel, handing attackers direct network access before defenders realize anything ran.
Formatting the Win32_Process Object
Jeff Hicks at Behind the PowerShell Pipeline breaks down how to make custom Win32_Process objects look and feel just like standard Get-Process output. He demonstrates extracting native formatting directives with Get-FormatData and exporting them directly to format.ps1xml files, bypassing the old manual XML authoring process entirely.
👉 Behind the PowerShell Pipeline
Essential PowerShell Commands for IT Support
IT Edge Network covers five fundamental PowerShell commands every desktop support technician needs for quick triage. The walkthrough highlights practical troubleshooting wins using Get-ComputerInfo, Get-Service, Get-Process, Get-NetIPConfiguration, and Test-Connection to rapidly gather hardware details, verify network reachability, and diagnose frozen applications right from the console.
Hardening Entra GSA Client Deployment in Intune
Richard Hicks over breaks down critical production flaws in Microsoft’s sample Intune installation script for the Entra Global Secure Access client. His refactored version prevents broken network configurations by preserving existing IPv6 DisabledComponents registry flags, validates the installer Authenticode signature, and routes transcripts straight into the Intune Management Extension diagnostic logs.
Repo Roundup
Doug Finke released psaisuite v0.8.8 on Sunday. Seven point releases in a month on the AI provider abstraction module. 👉 https://github.com/dfinke/psaisuite/releases/tag/v0.8.8
Michał Machniak surfaced PowerShell.IGA.AccessGuard on Sunday with three pushes. Identity governance and administration tooling in PowerShell, which is a new direction for him after months of DSC v3 work on ADSGroupPolicyDSCv3. Worth watching what it becomes. 👉 https://github.com/mimachniak/PowerShell.IGA.AccessGuard
Fabian Bader built longestgraphcmdlet.com. Four pushes on Friday to what is either a very funny bit or a genuinely useful reference, and possibly both. Anyone who has typed
Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverviewknows the premise writes itself. 👉 https://github.com/f-bader/longestgraphcmdlet.comSimon Wåhlin started subnetcalc on Monday. New repo from the PSBicep maintainer. 👉 https://github.com/SimonWahlin/subnetcalc
Frank Lesniak spent the back half of the week on TerraformStyleGuide, four days running with PR #37 discussion on Thursday. The style guide work continues to be some of the most quietly useful output on this roster. 👉 https://github.com/franklesniak/TerraformStyleGuide
Jake Hildreth kept at Stepper on Friday with pushes and branch cleanup. The resumable step by step scripting module is getting sustained attention rather than a one week burst. 👉 https://github.com/jakehildreth/Stepper
James Petty opened issues and pushed PSTimers and TMPowerShell26 on Wednesday. The TMPowerShell26 repo name suggests conference material in progress. 👉 https://github.com/psjamesp/TMPowerShell26
Michael Grafnetter had a busy week. Forked TrustedSec’s Titanis on Thursday, pushed DSInternals on Friday, then opened issues against both PowerShellGallery and reproducible-builds. The supply chain reproducibility thread is the interesting one to follow. 👉 https://github.com/MichaelGrafnetter/DSInternals
The Microsoft PowerShell team converged on Tuesday the 8th. Dongbo Wang pushing PowerShell with four new branches, Patrick Meinecke in PowerShell and then PowerShellEditorServices Wednesday, Steve Lee on DSC, Tyler Leonhardt with four vscode pushes, Sydney Smith opening PSResourceGet issues, and Anam Navied submitting four winget-pkgs contributions. Sean Wheeler spent Monday pushing four separate docs repos at once. 👉 https://github.com/PowerShell/PowerShell
Jos Lieben pushed Collaborate and assortedFunctionsV2 in his first week on the roster. Collaborate is his self service B2B guest management portal for locked down Entra tenants, and assortedFunctionsV2 sits at 120 stars. 👉 https://github.com/jflieben/Collaborate
Nathan McNulty worked azd-reference and azd-device-notifications midweek, closing issues and adding to the growing azd family. 👉 https://github.com/nathanmcnulty/azd-reference
Maurice Daly cleared out ModernDriverManagement on Monday, closing five issues in one sitting plus a DriverAutomationTool push. 👉 https://github.com/maurice-daly/ModernDriverManagement
Events
MMS Midway | October 25 to 28, 2026 | San Diego, California
The classic endpoint management and PowerShell conference moves to San Diego this fall.
👉 https://mmsmoa.com/
SpiceWorld 2026 | November 12 to 13, 2026 | Austin, Texas
Jeff Hicks is returning to Austin this fall to talk PowerShell at the annual Spiceworks community event.
👉 https://www.spiceworks.com/spiceworld/
Zero Trust World 2027 | February 17 to 19, 2027 | Orlando, Florida
👉 https://ztw.com/
PowerShell + DevOps Global Summit 2027 | April 5 to 8, 2027 | Orlando, Florida
The flagship US PowerShell event moves to the Sheraton Lake Buena Vista in Orlando.
👉 https://powershellsummit.org/
PSConfEU 2027 | Dates and location to be announced SynEdgy is organizing the eleventh edition of PowerShell Conference
👉 https://psconf.eu/
Live dbatools AMA Webinar with the Core Team | Wednesday, October 7 at 12:00 pm GMT
An open Ask Me Anything with the people behind dbatools, the open source PowerShell toolkit for SQL Server administration, migration, and automation. Whether you already lean on dbatools every day or are still on the fence about getting started, this is the format where you get to put your specific questions in front of the people who wrote the answers. Speakers include Rob Sewell, Jess Pomfret, Chrissy LeMaire, Andreas Jordan, and Cláudio Silva.
When: Wednesday, October 7 at 12:00 pm GMT
Where: Online, see the link for details
👉 https://shorturl.at/N53tz




