dlwyatt / ProtectedData

PowerShell Module for securely encrypting and sharing secret data such as passwords.
Apache License 2.0
77 stars 16 forks source link

In power shell 5 the parameter IV is now reserved as an alias #13

Closed joshuaitguy closed 9 years ago

joshuaitguy commented 9 years ago

Well I realize that Windows 10 and PS 5 are still going through their testing I suspect this probably won't be changing come release time. Specifically the error is: Protect-DataWithAes : The parameter 'IV' cannot be specified because it conflicts with the parameter alias of the same name for parameter 'InformationVariable'. This was returned when running the Protect-Data cmdlet.

dlwyatt commented 9 years ago

Well that's annoying. Thanks for the heads-up! Will fix tomorrow.

On Monday, May 18, 2015, joshuaitguy notifications@github.com wrote:

Well I realize that Windows 10 and PS 5 are still going through their testing I suspect this probably won't be changing come release time. Specifically the error is: Protect-DataWithAes : The parameter 'IV' cannot be specified because it conflicts with the parameter alias of the same name for parameter 'InformationVariable'. This was returned when running the Protect-Data cmdlet.

— Reply to this email directly or view it on GitHub https://github.com/dlwyatt/ProtectedData/issues/13.