McGlovin1337 / PSAsigraDSClient

Powershell Cmdlets to Manage the Asigra DS-Client
0 stars 0 forks source link

Set-DSClientRegistrationInfo PrivateKeyEncryption ValidateSet Exception #120

Closed McGlovin1337 closed 3 years ago

McGlovin1337 commented 3 years ago

When specifing a PrivateKeyEncryption that ends "IV", the Cmdlet throws an exception, e.g AES128IV results in

Set-DSClientRegistrationInfo: Requested value 'EEncryptionType__AES128IV' was not found.

The ValidateSet needs to be updated so AES128IV becomes AES128_IV instead