File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ Function Invoke-PasswordPolicyManager {
726
726
$esxiPasswordPolicy | Add-Member -notepropertyname 'accountLockout' -notepropertyvalue $esxiAccountLockout
727
727
$ariaPasswordPolicy = New-Object -TypeName psobject
728
728
$ariaPasswordPolicy | Add-Member -notepropertyname 'passwordExpiration' -notepropertyvalue $ariaPasswordExpiration
729
- $ariaPasswordPolicy | Add-Member -notepropertyname 'passwordExpiration ' -notepropertyvalue $ariaPasswordComplexity
729
+ $ariaPasswordPolicy | Add-Member -notepropertyname 'passwordComplexity ' -notepropertyvalue $ariaPasswordComplexity
730
730
$ariaPasswordPolicy | Add-Member -notepropertyname 'accountLockout' -notepropertyvalue $ariaAccountLockout
731
731
if ($PsBoundParameters.ContainsKey("wsaFqdn")) {
732
732
$wsaDirectoryPasswordPolicy = New-Object -TypeName psobject
You can’t perform that action at this time.
0 commit comments