Sets or gets the CIPP password settings.
The Set-CIPPPasswordSettings function is used to view the password settings for CIPP or to set them.
Specifies the type of password settings to be set. Valid values are "Correct-Battery-Horse" and "Classic".
Specifies whether to list the current password settings. If set to $true, the function will retrieve the current password settings.
PS > Set-CIPPPasswordSettings -Type "Correct-Battery-Horse"
PS > Set-CIPPPasswordSettings -List $true