dataplat / dbatools

🚀 SQL Server automation and instance migrations have never been safer, faster or freer
https://dbatools.io
MIT License
2.39k stars 787 forks source link

Copy-DbaCredential - Force DAC as it is needed for decryption #9306

Closed andreasjordan closed 2 months ago

andreasjordan commented 3 months ago

Type of Change

Purpose

Force a DAC as it is needed by Get-DecryptedObject.

See #9253 for more details.

(I also changed the required version number in the documentation to align with -MinimumVersion 9 in the code. I don't know what is the actual minimum version of the code as I don't have those old versions to test.)