PowerShell Code Design for Security and Automation
A deep dive into secure and modular coding practices for PowerShell, focusing on a real-world example of sending password expiration notifications. Read more...
-->
Showing all posts for powershell
A deep dive into secure and modular coding practices for PowerShell, focusing on a real-world example of sending password expiration notifications. Read more...
Discover practical use cases for PowerShell Workflows. Learn how to orchestrate complex, long-running automation tasks across multiple systems. Read more...
Embrace Test-Driven Development (TDD) by asking the right questions. Learn how to design better, more reliable PowerShell scripts from the start. Read more...
Stop the 'pray and run' approach to scripting. Learn how to use Test-Driven Development (TDD) and Pester to write PowerShell code that is reliable, maintainable, and easy to refactor. Read more...
Tired of 'script_v2_final_final.ps1'? Learn how sysadmins can use Git and GitHub to track changes, recover from mistakes, and collaborate on PowerShell scripts like a pro. Read more...