This repository was archived by the owner on Nov 26, 2025. It is now read-only.
v1.8.0
Release Date: 2024-04-30
Breaking Change:
- Removed support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later. GH-159
Bugfix:
- Fixed missing account lockout policy data for SDDC Manager and vCenter Server. GH-160
- Fixed
VMware.PowerCLImodule name not being added in the required modules list of the manifest file. GH-170 - Fixed
Test-VcfPasswordManagementPrereqnot working while multiple module versions were present. GH-174 - Fixed
Update-VcenterRootPasswordExpirationto handle empty email string. GH-177
Enhancement:
- Added
5.1.1.0toGet-PasswordPolicyDefaultandGet-PasswordPolicyConfigto support VMware Cloud Foundation 5.1.1. GH-164 - Added
PasswordRotationTestsuitewith sample testcase for NSX Edge Password Rotation. GH-185 - Enhanced
Get-PasswordPolicyDefaultto show summary in easily readable format. GH-178 - Added functions to retrieve password policies for each available VMware Aria product deployed in a VMware Cloud Foundation instance. GH-166
Get-AriaLocalUserAccountLockoutcmdlet to retrieve the password account lockout for the VMware Aria product appliances local users.Get-AriaLocalUserPasswordComplexitycmdlet to retrieve the password complexity for the VMware Aria product appliances local users.Get-AriaLocalUserPasswordExpirationcmdlet to retrieve the password expiration policy for the specified Aria product appliances local user.Request-AriaLocalUserAccountLockoutcmdlet to retrieve the VMware Aria product appliances password account lockout.Request-AriaLocalUserPasswordComplexitycmdlet to retrieve the VMware Aria product appliances password complexity.Request-AriaLocalUserPasswordExpirationcmdlet to retrieve the VMware Aria product appliances password expiration.Publish-AriaLocalUserPasswordPolicycmdlet to publish the password policies for the VMware Aria product appliances local users.Update-AriaLocalUserAccountLockoutcmdlet to update all password account lockout for the VMware Aria product appliances local users.Update-AriaLocalUserPasswordExpirationcmdlet to update all password expiration for the VMware Aria product appliances local users.Update-AriaLocalUserPasswordComplexitycmdlet to update all password complexity for the VMware Aria product appliances local users.
Chore: