Paul Higinbotham

Senior Software Engineer, PowerShell

Post by this author

SecretManagement Module v1.1.0 preview update

Potential breaking change in the latest preview of SecretManagement 1.1 module release

SecretManagement Module Preview Design Changes

Design changes to SecretManagement module preview

Secrets Management Module Vault Extensions

Secrets Management Module Vault Extensions A new PowerShell Secrets Management module has been published on PowerShell Gallery. It is currently in a pre-release state and still in active development. Even though the module is not complete, we have released it to gather early community feedback. Most of the functionality is implemented, but...

PowerShell ForEach-Object Parallel Feature

PowerShell ForEach-Object Parallel Feature PowerShell 7.0 Preview 3 is now available with a new Experimental feature. This feature is a great new tool for parallelizing work, but like any tool, it has its uses and drawbacks. This article describes this new feature, how it works, when to use it and when not to. What is ForEach-Object -...