Upgrade Instructions
Migrated DSC functionality from Carbon.
- Minimum PowerShell version is now 5.1.
- Update usages of the
Initialize-CLcm
function'sCertPassword
parameter to be a[SecureString]
object.
Changed
- The
Initialize-CLcm
function'sCertPassword
parameter is now a[SecureString]
. Previously, plaintext strings
were allowed.