|
@@ -17,7 +17,6 @@ Function Check-PasswordComplexity {
|
|
|
|
|
|
# Check if all requirements are met
|
|
# Check if all requirements are met
|
|
if ($Password -eq $BuiltInPassword) {
|
|
if ($Password -eq $BuiltInPassword) {
|
|
- $A = 1
|
|
|
|
Write-Host "Password meets the security standards."
|
|
Write-Host "Password meets the security standards."
|
|
AI_SetMsiProperty PASS_STRONG "true"
|
|
AI_SetMsiProperty PASS_STRONG "true"
|
|
|
|
|