Powershell: Securing credentials using the PSCredential class
This a pretty old one but a script block at times I revert back to in particular when there is a requirement to specify user credentials in order to complete a task. When requiring to store credentials in a script block, these should not be entered in plain text from a security perspective and can … More Powershell: Securing credentials using the PSCredential class