Skip to content

v1.4.0

Compare
Choose a tag to compare
@tenthirtyam tenthirtyam released this 29 Aug 13:46
· 13 commits to main since this release

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, and Get-PasswordPolicyConfig to better handle use of Test-Path and Get-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:

  • Updated VMware.PowerCLI from v13.0.0 to v13.1.0. GH-102
  • Updated PowerValidatedSolutions from v2.5.0 to v2.6.0. GH-102