STIGQter STIGQter: STIG Summary: Microsoft Windows Server 2025 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Jul 2026:

Windows Server 2025 must have the roles and features required by the system documented.

DISA Rule

SV-278011r1182239_rule

Vulnerability Number

V-278011

Group Title

SRG-OS-000095-GPOS-00049

Rule Version

WN25-00-000270

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Document the roles and features required for the system to operate. Uninstall any that are not required.

Check Contents

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.

Vulnerability Number

V-278011

Documentable

False

Rule Version

WN25-00-000270

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5719