Powershell BLOG
10 Concepts for Powershell Scripting
PowerShell scripts offer a handy way to automate various chores. Here are some key concepts that will help beginners as they start developing PowerShell scripts. 1: PS1 files A PowerShell script is really nothing more than a simple text file. Read more…