情况
尝试将Windows 7客户端引入到我的Server 2003环境中。 通过GPO进行文件夹redirect时遇到问题。
我创build了一个包含两个计算机帐户的testingOU。 一个Windows 7和一个Windows XP。 它还包含两个用户帐户。 一个域pipe理员帐户和一个基本用户帐户。
在我的Windows 7客户端上,我创build了一个GPO并将其链接到我的testingOU。
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
以域pipe理员或基本用户帐户login时,文件夹redirect在我的Windows XP计算机上工作得很好。
使用任一用户帐户,文件夹redirect在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
有任何想法吗??????
尝试打开文件夹redirect日志logging,然后检查日志文件中的线索。
http://technet.microsoft.com/en-us/library/cc759194(WS.10).aspx
首先,我要感谢所有发布的人。 我用你提到的所有工具来缩小这个问题。
看来我贴的GPO毕竟是正确的configuration。 我所做的只是改变我的GPO的顺序。 我将文件夹redirectGPO移到顶部,将默认域策略GPO移到底部。
我想在默认域策略GPO中有一些与我的文件夹redirectGPO不一致的东西。
我是服务器故障的新用户….我是一个信徒。 谢谢你们!
在Windows 7客户端上运行rsop.msc。 它应该告诉你为什么它不redirect。
我目前无法testing,但如果我记得正确,GP模板已更改为Vista / Win 7,因为特殊文件夹名称(文档,音乐等)&path已更改。 这些mgmt模板不包含在Server 2003中。我找不到这个MS文档,但快速search显示它在这里讨论。
2个选项,让你看到Vista / Win7的正确redirect选项:
在这里下载32位RSAT 。
在这里下载64位的RSAT。
回答这个问题没有答案已经解决了这个问题…
Win7用户文件夹和WinXP在不同的path…你可以手动调整path
或者使用win7 RSAT工具创buildGPO,并在GPO编辑窗口中使用文件夹redirect策略
祝你好运