Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

encrypt credentials to create datasource - PowerShell

I'm trying to automate gateway data source management using PowerShell. First I need to encrypt credentials. Here is my PowerShell script to do this; $segmentLength = 85 $encryptedLength = 128 $pla...