PowerShell scripting encrypt credentials
In the Windows world PowerShell is a wannabe Linux terminal. In some situations it is really useful but sometimes it may be a big pain in the ass. Today we will see how we can secure credentials in a PowerShell script. We have 2 options to do this, first is to ask for credentials on script run but sometimes this is not possible so we will use second option which will convert our plain text Read more…