Since installing PowerShell 5.0, I’ve been using the PowerShellGet cmdlets to install and examine many of the new modules on PowerShell Gallery. Unfortunately, this is often quite a chore. While many have some help for cmdlets, few have an About topic that tells me how to use the cmdlets together to solve real-world problems. And, […]
Tag: best practices
Best Practices
We’re beginning to collect scripting best practice recommendations at http://www.scriptinganswers.com/essentials/index.php/category/best-practices/; you’ll also find additional PowerShell-specific best practices (including those related to PowerShell development, rather than scripting), at www.powershellcommunity.org. Best practices are a way for you to benefit from the hard-earned lessons learned by others, and are usually a great way to produce more professional scripts than […]