通過小組政策部署應用
許多管理員總尋找容易的方法部署應用橫跨他們的網絡。 我發現它使我與其他窗口Admins講了話的次數驚奇,并且他們從未使用小組政策包裹部署特點。
它運作很好,并且我通過一種簡單的應用程序配置走您。
開始通過上您的領域控制器。 開放活性目錄用戶和計算機。
確定什麼計算機將得到包裹。 您可能送它到整個領域,或者您在一個組織單位可能投入一個小組計算機和只推擠它對他們。
在這裡我們小的例子我將推擠它到整個領域。 我們在領域需要用鼠標右鍵單擊,并且去物產。 物產窗口意志彈出式我們然後移過去向小組政策表格。

點擊編輯。
操練下來到計算機配置,然後軟件設置然後軟件安裝

現在,在我們繼續之前,我們需要考慮我們的設施包裹將被找出的地方。 您在所有計算機根據小組政策可能有的一個公開份額需要投入它。
為這測驗運行我創造了有讀出存取為所有用戶和把放它在領域控制器上的一個簡單的份額。
第二點是所有部署的包裹必須是MSI files*。 如果您想要部署的應用沒有一個MSI安置者,則它不可能通過小組政策被推出(有寂靜的方式做此…,但那是另一篇文章)
從前,這個要求限制了GPO應用推擠到仅女士產品像辦公室,但許多供營商那些日子包括一個MSI文件以他們的設定。
如此我們複製MSI文件到公開份額,并且我們可以現在得到回到設定我們的包裹。
用鼠標右鍵單擊在「軟件安裝」選擇并且去新,然後包裝。

它現在將提示您選擇MSI安置者。 確定您精選它通過您創造了的公開份額,不通過地方文件夾。 這是,因為窗口將使用這個確切的道路,當推出到機器時。
一旦您選擇了一個MSI文件它將要求您,如果您想要採摘「被分配的」,否则「先進的」應用程序配置。 為多數案件您能簡單地採摘「被分配的」部署。

那是全部那裡是對它。 Your package is sitting in the group policy

Now, any machine that falls under that group policy will silently receive the package.
*GPO also supports MST, and MSP files
Written by Steve Wiseman. Read more great feeds at is source WEBSITE
1 comment.
Read more articles on software.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article















#1. October 9th, 2007, at 11:17 AM.
It’s best to create a new GPO, rather than pollute existing, default GPOs.
The reason for this is that it is easier to manage a group of GPOs, with each GPO having a small set of changes. Also, change tracking can be performed by creating a new GPO with the change set in it, and ensuring that the changes have precedence.
This also means you can perform granular filtering using WMI filters or security group filtering.
See Windows Server 2003 Group Policy and Best Practices for Group Policy for more details.