Getting started developing PowerShell scripts is very easy, and the tools you need are open source and free to download and use. We first need to install the latest version of PowerShell and the code development tool Visual Studio Code.
PowerShell 7
PowerShell is the scripting language but also a command line shell that runs the scripting language. So we first need to install PowerShell in order to run our scripts. Remember PowerShell is open source and multiplatform making it extremely versatile ...