Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Advanced Group Policy Management (AGPM) takes more than 60 seconds to load Group Policy object (GPO)


View products that this article applies to.

Symptoms

Consider the following scenario:
  • You are using a Windows Vista or Windows Server 2008-based computer that is part of a domain that has no Internet access and no cached Certificate Revocation List (CRL).
  • You are using the Advanced Group Policy Management (AGPM) 3.0 client component.
  • If you are running GPMC.msc, and you select Change Control, it takes a while to load a Group Policy object (GPO) that is managed by AGPM and that depends on the network configuration. For example, it may take 60 seconds or even longer to load the GPO.

↑ Back to the top


Cause

This problem occurs because the Authenticode signature verification process (CRL retrieval) on the AGPM .NET component is for the client-side only.

↑ Back to the top


Workaround

To work around this problem, create an Mmc.exe.config that has the following value:
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
    <runtime>
            <generatePublisherEvidence enabled="false"/>
    </runtime>
</configuration>
Then, add this file to the C:\Windows\System32 folder.

↑ Back to the top


Keywords: kbtshoot, kbexpertiseinter, kbsurveynew, kbprb, KB973072

↑ Back to the top

Article Info
Article ID : 973072
Revision : 1
Created on : 7/9/2009
Published on : 7/9/2009
Exists online : False
Views : 231