STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated 23 hours ago
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to Microsoft Windows 11 Security Technical Implementation Guide

V-268318

CAT II (Medium)

Windows 11 systems must use either Group Policy or an approved Mobile Device Management (MDM) product to enforce STIG compliance.

Rule ID

SV-268318r1210288_rule

STIG

Microsoft Windows 11 Security Technical Implementation Guide

Version

V2R8

CCIs

CCI-000366

Discussion

Without Windows 11 systems being managed, devices could be rogue and become targets of an attacker.

Check Content

Verify the Windows 11 system is receiving policy from either group Policy or an MDM with the following steps:

From a command line or PowerShell:

gpresult /R
OS Configuration: Member Workstation

If the system OS Configuration is set to "Member Workstation", the system is being managed by GPO.

If the system OS Configuration is set to "Standalone Workstation" and is not being managed by GPO, ask the administrator to indicate which MDM is managing the device.

Issue to the following for Intune. Note: Intune must be running at time of command.

From PowerShell: Get-Service -Name "IntuneManagementExtension"

This should return the following result:

Status = Running, Name = IntuneManagementExtension, DisplayName = Microsoft Intune Management Extension

If Intune is not installed, the response will include "ObjectNotFound" and/or "NoServiceFoundForGivenName".

If the Windows 11 system is not receiving policy from either group Policy or an MDM (that is running), this is a finding.

Fix Text

Configure the Windows 11 system to use either Group Policy or an approved MDM product to enforce STIG compliance.