| How to Enabling Audit Policy Collection |
|
Have a look at the whole article.
Go to Now
|
| Resources for Interoperability and Migration of Active Directory |
|
Have a look at the whole article.
Go to Now
|
|
Working with Active Directory Permissions in Microsoft Exchange, How to Delegate to Exchange Administrators |
Microsoft release a guide that helps Exchange architects in their understanding of how Exchange uses Active Directory in the context of permissions.
Go to now |
|
| How can i modify the Path to an assigned or published software package within a GPO? |
|
Each Group Policy is stored in Active Directory in the follow location
CN=<POLICY_GUID>,CN=Policies,CN=System,DC=<domain>,DC=<domain>
If the policy contains one or more packages they are stored as a packageregistation class, they are located in the child container of the policy, Machine or Users depending on if the package are assigned/published at computer node or user node in the GPO.
CN=<User\Machine>,CN=<POLICY_GUID>,CN=Policies,CN=System,DC=<domain>,DC=<domain>
Now you can click the container ClassStore and the child container Packages, the full DN is now supposed to be for example:CN=Packages,CN=ClassStore,CN=<Machine/User>,CN=<POLICY_GUID>,CN=Policies,CN=System,DC=<domain>,DC=<domain>
In this location we have the PackageRegistation Object named as the GUID such. CN=<PACKAGE_GUID>,CN=Packages,CN=ClassStore,CN=Machine,CN=<POLICY_GUID>,CN=Policies,CN=System,DC=<domain>,DC=<domain>
Right click the PackageRegistation Object, Edit the MSIFileList Attribute.
Use ADSIEdit to modify this settings, ADSIEdit is a part of Windows Server Support Tools found on Windows Server CD.
|
|
| Last Reviewed: 2004-09-13 |
|
Author: Christoffer Andersson |
|