Windows Server 2025 must have the roles and features required by the system documented.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-278011 | WN25-00-000270 | SV-278011r1182239_rule | CCI-000381 | medium |
| Description | ||||
| Unnecessary roles and features increase the attack surface of a system. Limiting roles and features of a system to only those necessary reduces this potential. The standard installation option (previously called Server Core) further reduces this when selected at installation. | ||||
| STIG | Date | |||
| Microsoft Windows Server 2025 Security Technical Implementation Guide | 2026-02-20 | |||
Details
Check Text (C-278011r1182239_chk)
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.
Fix Text (F-82446r1180738_fix)
Document the roles and features required for the system to operate. Uninstall any that are not required.