Check your Power Platform solutions for secrets with Pester and PowerShell
A guide to using PowerShell's Pester framework and the PSSecretScanner module to automatically scan Power Platform solutions for exposed secrets like tokens and passwords.
A guide to using PowerShell's Pester framework and the PSSecretScanner module to automatically scan Power Platform solutions for exposed secrets like tokens and passwords.
A developer explains using Pester for regression testing while refactoring a PowerShell module (Maester) with GitHub Copilot to fix an MFA policy bug.
A guide on creating a PowerShell module from scratch using the PSModuleDevelopment template, for a location lookup tool.
A guide on using Pester and the AzSK module to test Azure Resource Manager templates for security and best practice compliance.
A guide to using PowerShell and Pester to continuously test SSL certificates for expiration, protocols, and encryption strength.
A guide to using PowerShell's Operation Validation Framework (OVF) with Microsoft OMS for continuous infrastructure testing and monitoring.
Part 6 of a series on creating professional PowerShell DSC resources, focusing on completing Pester unit tests for the Test-TargetResource function.
Part 5 of a series on creating professional PowerShell DSC resources, focusing on writing unit tests for the Set-TargetResource function.
Part 4 of a series on creating professional PowerShell DSC resources, focusing on implementing automated testing with Pester.
Explores using Pester, a PowerShell testing framework, for operational validation tests in Windows Server 2016 as part of Infrastructure as Code.
Using JSON serialization in PowerShell to compare complex objects for accurate Pester unit testing.