It’s official, version 1.0 of Microsoft.PowerShell.SecretManagement and Microsoft.PowerShell.SecretStore are available on PowerShell Gallery. I’ve been wanting to work with HashiCorp’s …
Powershell Core
Release Candidate versions of PowerShell modules to interact with Secrets
There’s been preview versions of these modules that I’ve been following; but that ended today. The first Release Candidate is …
Use the Az Module with Visual Studio
With version 16.4 of Visual Studio, you now have the ability to use the PowerShell Az module. That’s right!! You …
Retrieve all variables in current PowerShell session
If you want to see what variables are loaded in the scope of your PowerShell session, it’s really simple. Command …
UPDATE – Deploy SQL Server 2017 with PowerShell DSC
The original post for this article was back in 2018 but since then I’ve been deploying SQL Server 2017 on …
New Azure DevTest Labs PowerShell module
Microsoft released a PowerShell module for Azure DevTest Labs. You can create labs query labs update labs delete labs create, …
Add PowerShell user snippet in Visual Studio Code to add comment based help header
I was tired of typing out comment blocks in each of my PowerShell scripts so I decided to create a …
PowerShell on Windows Server 2003
I came across an article on Microsoft’s Support Knowledge Base on how to enable Windows Remote Shell on Windows Server …
Download the Pester Wiki from GitHub
Pester Pester is the ubiquitous test and mock framework for PowerShell. Pester GitHub Repo: https://github.com/pester/Pester To read the Pester Wiki …