SV-243089r719510_rule
V-243089
SRG-APP-000516
VCTR-67-000023
CAT II
10
From the vSphere Client, go to Hosts and Clusters >> select a vCenter Server >> Configure >> Settings >> Advanced Settings.
Click "Edit Settings" and configure the "VirtualCenter.VimPasswordExpirationInDays" value to "30".
If the value does not exist, create it by entering the values in the "Key" and "Value" fields and clicking "Add".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
If the setting already exists:
Get-AdvancedSetting -Entity <vcenter server name> -Name VirtualCenter.VimPasswordExpirationInDays | Set-AdvancedSetting -Value 30
If the setting does not exist:
New-AdvancedSetting -Entity <vcenter server name> -Name VirtualCenter.VimPasswordExpirationInDays -Value 30
From the vSphere Client, go to Hosts and Clusters >> select a vCenter Server >> Configure >> Settings >> Advanced Settings.
Verify that "VirtualCenter.VimPasswordExpirationInDays" is set to "30".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-AdvancedSetting -Entity <vcenter server name> -Name VirtualCenter.VimPasswordExpirationInDays and verify it is set to 30.
If the "VirtualCenter.VimPasswordExpirationInDays" is set to a value other than "30" or does not exist, this is a finding.
V-243089
False
VCTR-67-000023
From the vSphere Client, go to Hosts and Clusters >> select a vCenter Server >> Configure >> Settings >> Advanced Settings.
Verify that "VirtualCenter.VimPasswordExpirationInDays" is set to "30".
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-AdvancedSetting -Entity <vcenter server name> -Name VirtualCenter.VimPasswordExpirationInDays and verify it is set to 30.
If the "VirtualCenter.VimPasswordExpirationInDays" is set to a value other than "30" or does not exist, this is a finding.
M
5399