使用 Windows 7 客户端和 Windows Server 2003 DC 进行文件夹重定向

使用 Windows 7 客户端和 Windows Server 2003 DC 进行文件夹重定向

情况

尝试将 Windows 7 客户端引入我的 Server 2003 环境。通过 GPO 进行文件夹重定向时出现问题。

我创建了一个测试 OU,其中包含两个计算机帐户。一个是 Windows 7,另一个是 Windows XP。它还包含两个用户帐户。一个是域管理员帐户,另一个是基本用户帐户。

在我的 Windows 7 客户端上,我创建了一个 GPO 并将其链接到我的测试 OU。

User Configuration > Policies > Windows Settings > Folder Redirection > Documents

Setting: Basic (Redirect everyone's folder to the same location)

Path: %HomeShare%%HomePath%

Grant User exclusive rights to Documents = Disabled

Move the contents of Documents to the new location = Enabled

Also apply redirection policy to Windows 2000, XP, etc = Enabled

Policy Removal Behavior = Leave Contents

Music, Pictures, and Videos = Follow the Documents folder

User Configuration > Administrative Templates > Network > Offline Files

Synchronize all offline files before logging off = Disabled

Synchronize all offline files when logging on = Disabled

User Configuration > Administrative Templates > Windows Components > Windows Explorer

Turn off Windows Libraries features that rely on indexed file data = Enabled

当以域管理员或基本用户帐户登录时,文件夹重定向在我的 Windows XP 计算机上运行良好。

在 Windows 7 上,无论使用哪个用户帐户,文件夹重定向都不起作用。为什么?

gpresult /z > C:\Info.txt 读取以下内容...

USER SETTINGS

CN=Test User,OU= Test,DC=DOMAINNAME,DC=prv
Last time Group Policy was applied: 9/24/2010 at 10:57:24 AM
Group Policy was applied from:      DC.DOMAINNAME.prv
Group Policy slow link threshold:   500 kbps
Domain Name:                        DOMAINNAME
Domain Type:                        Windows 2000

Applied Group Policy Objects
-----------------------------
    Default Domain Policy
    Folder Redirection
    Local Group Policy

The user is a part of the following security groups
---------------------------------------------------
    Domain Users
    Everyone
    BUILTIN\Users
    NT AUTHORITY\INTERACTIVE
    CONSOLE LOGON
    NT AUTHORITY\Authenticated Users
    This Organization
    LOCAL
    CERTSVC_DCOM_ACCESS
    Medium Mandatory Level

The user has the following security privileges
----------------------------------------------


Resultant Set Of Policies for User
-----------------------------------

    Software Installations
    ----------------------
        N/A

    Logon Scripts
    -------------
        N/A

    Logoff Scripts
    --------------
        N/A

    Public Key Policies
    -------------------
        N/A

    Administrative Templates
    ------------------------

        GPO: Folder Redirection
            KeyName:     Software\Policies\Microsoft\Windows\Explorer\DisableIndexedLibraryExperience
            Value:       1, 0, 0, 0
            State:       Enabled

    Folder Redirection
    ------------------
        N/A

    Internet Explorer Browser User Interface
    ----------------------------------------
        GPO: Default Domain Policy
            Large Animated Bitmap Name:      N/A
            Large Custom Logo Bitmap Name:   N/A
            Title BarText:                   N/A
            UserAgent Text:                  N/A
            Delete existing toolbar buttons: No

    Internet Explorer Connection
    ----------------------------
        HTTP Proxy Server:   N/A
        Secure Proxy Server: N/A
        FTP Proxy Server:    N/A
        Gopher Proxy Server: N/A
        Socks Proxy Server:  N/A
        Auto Config Enable:  No
        Enable Proxy:        No
        Use same Proxy:      No

    Internet Explorer URLs
    ----------------------
        GPO: Default Domain Policy
            Home page URL:           http://sharepoint/Pages/HomePage.aspx
            Search page URL:         N/A
            Online support page URL: N/A

    Internet Explorer Security
    --------------------------
        Always Viewable Sites:     N/A
        Password Override Enabled: False

        GPO: Default Domain Policy
            Import the current Content Ratings Settings:      No
            Import the current Security Zones Settings:       Yes
            Import current Authenticode Security Information: No
            Enable trusted publisher lockdown:                No

    Internet Explorer Programs
    --------------------------
        GPO: Default Domain Policy
            Import the current Program Settings: No

有任何想法吗??????

答案1

尝试打开文件夹重定向日志记录,然后检查日志文件寻找线索。

http://technet.microsoft.com/en-us/library/cc759194(WS.10).aspx

答案2

首先,我要感谢所有发帖的人。我使用了你提到的所有工具来缩小问题范围。

看来我发布的 GPO 毕竟是正确的配置。我所做的只是更改 GPO 的顺序。我将文件夹重定向 GPO 移至顶部,将默认域策略 GPO 移至底部。

我猜测默认域策略 GPO 中有些内容与我的文件夹重定向 GPO 不一致。

我是 Server Fault 的新用户……我是它的忠实信徒。谢谢大家!

答案3

在 Windows 7 客户端上运行 rsop.msc。它应该会告诉您无法重定向的原因。

答案4

回答这个帖子,因为没有任何答案能够解决这个问题......

Win7用户的文件夹和WinXP的路径不一样...可以手动调整路径

或者使用 win7 RSAT 工具创建 GPO,并在 GPO 编辑窗口内使用文件夹重定向策略

祝你好运

相关内容