v1.4.0
Release Date: 2023-08-29
🐛 Bugfix:
- Updated
Get-PasswordPolicyDefault
to include support for VMware Cloud Foundation 4.4.1. GH-95 - Updated
Get-PasswordPolicyConfig
to include support for VMware Cloud Foundation 4.4.1. GH-95 - Updated
Invoke-PasswordPolicyManager
,Start-PasswordPolicyConfig
, andGet-PasswordPolicyConfig
to better handle use ofTest-Path
andGet-Content
cmdlets when verifing and consuming the password policy configuration JSON file. GH-98 - Updated
Test-PasswordPolicyConfig
to better handle validation of ESXi host password complexity policy in the password policy configuration JSON file. GH-99
💥 Enhancement:
- Added
Request-SddcManagerPasswordExpiration
cmdlet to retrieve the password expiration policy for the default local users on an SDDC Manager appliance. GH-97 - Added
Update-SddcManagerPasswordExpiration
cmdlet to update the password expiration policy for the default local users on an SDDC Manager appliance. GH-97 - Added
Request-PasswordRotationPolicy
cmdlet to retrieve the password rotation settings for accounts managed by SDDC Manager. Results can be filtered by resource type or workload domain. GH-100 - Added
Publish-PasswordRotationPolicy
cmdlet to publish the password rotation settings for accounts managed by SDDC Manager in HTML or JSON format. Results can be filtered by resource type or workload domain. GH-100
🧹 Chore: