首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >GPO应用管理困境

GPO应用管理困境
EN

Server Fault用户
提问于 2010-08-23 14:29:51
回答 1查看 1.2K关注 0票数 1

因此,我试图在GPO策略中部署多个MSI包。所有安装程序都在外部文件共享上。对我来说幸运的是,这个文件共享死了,我被派去尽可能地抢救。考虑到这里许多人的漠不关心,解决方案是设置一个DFS整合根目录,将\ournewsharesever\sameshare指向\oldservername\sameshare,这样就可以从正在进行的备份/转换到新的、功能更强大的文件服务器来维护旧的路径。我希望到现在为止这是有意义的。

所以,在恢复和配置所有东西之后,它看起来很好。至少算是吧。许多计算机在使用MSI软件包时遇到了麻烦。我感到很困惑,因为如果我复制并粘贴RDP上的路径并交互地运行它们,我会非常小心地保持相同,以避免询问ServerFault ;-)它们将交互地运行良好。只有通过GPO软件部署,这种垃圾才会不断失败。在受影响的客户端的系统事件日志(运行一个相对新鲜的Windows 7映像)中,我一直看到这样的错误。

代码语言:javascript
复制
Log Name:      System Source:        Application Management Group Policy Date:          8/23/2010 8:28:12 AM Event ID:      101 Task Category: None Level:         Warning Keywords:      Classic User:          SYSTEM Computer:      COMPNAME.fqdn Description: The description for Event ID 101 from source Application Management Group Policy cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

Adobe Acrobat 9.3.3 Pro GPO Name Here 1274

The handle is invalid

Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System>
    <Provider Name="Application Management Group Policy" />
    <EventID Qualifiers="0">101</EventID>
    <Level>3</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2010-08-23T12:28:12.000000000Z" />
    <EventRecordID>19556</EventRecordID>
    <Channel>System</Channel>
    <Computer>COMPNAME.fqdn</Computer>
    <Security UserID="S-1-5-18" />   </System>   <EventData>
    <Data>Adobe Acrobat 9.3.3 Pro</Data>
    <Data>GPO Name Here</Data>
    <Data>1274</Data>   </EventData> </Event>

这不是解决这个问题的唯一方案,而是其中的一堆。同样,路径是相同的,只是DFS。权限没有更改。因为1274年,我已经禁用了登录优化,就像很多人建议的那样。四,五,六重新启动后,没有什么特别的改变,他们仍然没有安装。在我把自己的头发拔出来之前有人知道吗?

EN

回答 1

Server Fault用户

回答已采纳

发布于 2010-08-26 17:55:39

不知道为什么,但它似乎红色应用程序解决了这个问题。如果我所有的痛苦都消失了,我们会的。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/173567

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档