SV-278011r1182239_rule
V-278011
SRG-OS-000095-GPOS-00049
WN25-00-000270
CAT II
10
Document the roles and features required for the system to operate. Uninstall any that are not required.
Required roles and features will vary based on the function of the individual system.
Roles and features specifically required to be disabled per the STIG are identified in separate requirements.
Run the following Powershell command to determine installed features:
Get-WindowsFeature | Where-Object {$_. installstate -eq "installed"} | Format-List Displayname, Name, Featuretype
If the organization has not documented the roles and features displayed as required for the system, this is a finding.
V-278011
False
WN25-00-000270
Required roles and features will vary based on the function of the individual system.
Roles and features specifically required to be disabled per the STIG are identified in separate requirements.
Run the following Powershell command to determine installed features:
Get-WindowsFeature | Where-Object {$_. installstate -eq "installed"} | Format-List Displayname, Name, Featuretype
If the organization has not documented the roles and features displayed as required for the system, this is a finding.
M
5719