为什么组策略被过滤掉?

Saa*_*iko 1 windows-server-2003 active-directory group-policy

我有一台正在尝试新 GPO 的测试计算机。

GPO 是文件夹重定向,而它设置为 - 安全过滤器:经过身份验证的用户 - 它链接到测试 OU

运行 gpresult 我得到以下信息:

Computer Settings

The following GPOs were not applied because they were filtered out
-------------------------------------------------------------------
 Local Group Policy
     Filtering:  Not Applied (Empty)

 My Documents - Redirection
     Filtering:  Not Applied (Empty)
Run Code Online (Sandbox Code Playgroud)

这是 GPO 报告

My Documents - Redirection 
Data collected on: 9/4/2011 15:04:18  

General
Details
Domain optitex 
Owner OPTITEX\Domain Admins 
Created 8/31/2011 16:45:20 
Modified 9/4/2011 14:44:56 
User Revisions 3 (AD), 3 (sysvol) 
Computer Revisions 0 (AD), 0 (sysvol) 
Unique ID {C8B51C9A-04B3-43CE-8BCA-C1FF4574} 
GPO Status Enabled 

Links
Location Enforced Link Status Path 
Desktops Yes Enabled optitex/OptiTex Computers/Default/Desktops 
IT Test Yes Enabled optitex/OptiTex Computers/IT Test 

This list only includes links in the domain of the GPO.
Security Filtering
The settings in this GPO can only apply to the following groups, users, and     computers:Name 
NT AUTHORITY\Authenticated Users 

WMI Filtering
WMI Filter Name None 
Description Not applicable 

Delegation
These groups and users have the specified permission for this GPOName Allowed Permissions Inherited 
NT AUTHORITY\Authenticated Users Read (from Security Filtering) No 
NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS Read No 
NT AUTHORITY\SYSTEM Edit settings, delete, modify security No 
OPTITEX\Domain Admins Edit settings, delete, modify security No 
OPTITEX\Enterprise Admins Edit settings, delete, modify security No 

Computer Configuration (Enabled)
No settings defined.
User Configuration (Enabled)
Windows Settings
Folder Redirection
My Documents
Setting: Basic (Redirect everyone's folder to the same location)
Path: \\privatenas\%username%
Options
Grant user exclusive rights to My Documents Enabled 
Move the contents of My Documents to the new location Disabled 
Policy Removal Behavior Restore contents 
Run Code Online (Sandbox Code Playgroud)

有没有办法找出为什么它被过滤掉了?

Chr*_*rpe 7

看起来您已经在“用户”树中定义了组策略对象设置,但正在尝试将其应用于包含计算机对象的 OU。GPO 不会以这种方式工作。

请参阅 GPO 报告的部分内容:

计算机配置(启用)

未定义设置。

只有 GPO 的“用户”部分可以应用于用户,同样只有 GPO 的“计算机”部分可以应用于计算机。如果您创建一个包含一些用户设置的 GPO,然后将其附加到包含计算机的 OU,它不会做任何事情,因为它的设置都被认为是不相关的。

对此有一个例外 - 环回处理。但它应该只适用于少数特定情况。