Powershell: basic functions
All good PowerShell revolves around functions, and in a nutshell they’re reusable snippets of code that you’ll call...
riche
Author
From the Blog
Stay updated with the latest news, articles, and insights from our team of experts.
All good PowerShell revolves around functions, and in a nutshell they’re reusable snippets of code that you’ll call...
riche
Author
In part 1, we encrypted our credentials using an AES.key to allow it to be portable for use in multiple environments...
riche
Author
Sometimes there is a requirement to run a PowerShell script that may use credentials, whilst it’s always bad to embed...
riche
Author