Search Providers ADMX & ADML<p>I'm tring to get the Search Providers ADMX working in my group policy but when ever I build the ADMX and ADML files, I never see my proivder populated in the GP setting. It just has the &quot;Enable&quot;, &quot;Disable&quot;, &quot;Not Configured&quot; with nothing below. Can some one please see if I messed the ADMX or ADML files up?<br/><br/>Here is the ADMX:</p> <pre lang=x-xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;policyDefinitions xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; revision=&quot;1.0&quot; schemaVersion=&quot;1.0&quot; xmlns=&quot;http://www.microsoft.com/GroupPolicy/PolicyDefinitions&quot;&gt; &lt;policyNamespaces&gt; &lt;target prefix=&quot;search&quot; namespace=&quot;Microsoft.Policies.search&quot; /&gt; &lt;using prefix=&quot;inetres&quot; namespace=&quot;Microsoft.Policies.InternetExplorer&quot; /&gt; &lt;/policyNamespaces&gt; &lt;resources minRequiredRevision=&quot;1.0&quot; /&gt; &lt;policies&gt; &lt;policy name=&quot;PopulateSearchProviderList_1&quot; class=&quot;User&quot; displayName=&quot;$(string.PopulateSearchProviderList)&quot; explainText=&quot;$(string.IE_Explain_PopulateSearchProviderList)&quot; key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes&quot;&gt; &lt;parentCategory ref=&quot;inetres:InternetExplorer&quot; /&gt; &lt;supportedOn ref=&quot;inetres:SUPPORTED_IE7Vista&quot;/&gt; &lt;enabledList&gt; &lt;item key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes&quot; valueName=&quot;Version&quot;&gt; &lt;value&gt; &lt;decimal value=&quot;2&quot; /&gt; &lt;/value&gt; &lt;/item&gt; &lt;item key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes\{E500F69F-8C85-4D09-A822-09870C151594}&quot; valueName=&quot;DisplayName&quot;&gt; &lt;value&gt; &lt;string&gt;Google&lt;/string&gt; &lt;/value&gt; &lt;/item&gt; &lt;item key=&quot; Software\Policies\Microsoft\Internet Explorer\SearchScopes\{E500F69F-8C85-4D09-A822-09870C151594}&quot; valueName=&quot;URL&quot;&gt; &lt;value&gt; &lt;string&gt;http://www.google.com/search?q={searchTerms}&amp;amp;rls=com.microsoft:{language}&amp;amp;ie={inputEncoding}&amp;amp;oe={outputEncoding}&amp;amp;startIndex={startIndex?}&amp;amp;startPage={startPage}&lt;/string&gt; &lt;/value&gt; &lt;/item&gt; &lt;/enabledList&gt; &lt;/policy&gt; &lt;policy name=&quot;PopulateSearchProviderList_2&quot; class=&quot;Machine&quot; displayName=&quot;$(string.PopulateSearchProviderList)&quot; explainText=&quot;$(string.IE_Explain_PopulateSearchProviderList)&quot; key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes&quot;&gt; &lt;parentCategory ref=&quot;inetres:InternetExplorer&quot; /&gt; &lt;supportedOn ref=&quot;inetres:SUPPORTED_IE7Vista&quot;/&gt; &lt;enabledList&gt; &lt;item key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes&quot; valueName=&quot;Version&quot;&gt; &lt;value&gt; &lt;decimal value=&quot;2&quot; /&gt; &lt;/value&gt; &lt;/item&gt; &lt;item key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes\{E500F69F-8C85-4D09-A822-09870C151594}&quot; valueName=&quot;DisplayName&quot;&gt; &lt;value&gt; &lt;string&gt;Google&lt;/string&gt; &lt;/value&gt; &lt;/item&gt; &lt;item key=&quot; Software\Policies\Microsoft\Internet Explorer\SearchScopes\{E500F69F-8C85-4D09-A822-09870C151594}&quot; valueName=&quot;URL&quot;&gt; &lt;value&gt; &lt;string&gt;http://www.google.com/search?q={searchTerms}&amp;amp;rls=com.microsoft:{language}&amp;amp;ie={inputEncoding}&amp;amp;oe={outputEncoding}&amp;amp;startIndex={startIndex?}&amp;amp;startPage={startPage}&lt;/string&gt; &lt;/value&gt; &lt;/item&gt; &lt;/enabledList&gt; &lt;/policy&gt; &lt;/policies&gt; &lt;/policyDefinitions&gt;</pre> <p><br/><br/>Here is the ADML:</p> <pre lang=x-xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;policyDefinitionResources xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; revision=&quot;1.0&quot; schemaVersion=&quot;1.0&quot; xmlns=&quot;http://www.microsoft.com/GroupPolicy/PolicyDefinitions&quot;&gt; &lt;displayName&gt;Google&lt;/displayName&gt; &lt;description&gt;Get search suggestions with Google&lt;/description&gt; &lt;resources&gt; &lt;stringTable&gt; &lt;string id=&quot;PopulateSearchProviderList&quot;&gt;Populate List of search providers&lt;/string&gt; &lt;string id=&quot;IE_Explain_PopulateSearchProviderList&quot;&gt;This policy setting will let you populate a list of search providers that will be displayed in Internet Explorer's search box. If you enable this policy setting and if the &quot;Restrict search providers to a specific list of search providers&quot; Group Policy setting is enabled, this list will be the only list that appears in the Internet Explorer drop-down list. If the &quot;Add a specific list of search providers to the user's search provider list&quot; Group Policy setting is enabled, this list will be added to the user's list of search providers. If you disable this policy setting or do not configure it, users will have complete freedom to create their own search provider list.&lt;/string&gt; &lt;/stringTable&gt; &lt;/resources&gt; &lt;/policyDefinitionResources&gt; </pre>© 2009 Microsoft Corporation. All rights reserved.Wed, 08 Jul 2009 01:58:26 Z66d2f81a-9640-4d80-9894-f9ef281a3d9chttp://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#66d2f81a-9640-4d80-9894-f9ef281a3d9chttp://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#66d2f81a-9640-4d80-9894-f9ef281a3d9cDJXMMXhttp://social.technet.microsoft.com/Profile/en-US/?user=DJXMMXSearch Providers ADMX & ADML<p>I'm tring to get the Search Providers ADMX working in my group policy but when ever I build the ADMX and ADML files, I never see my proivder populated in the GP setting. It just has the &quot;Enable&quot;, &quot;Disable&quot;, &quot;Not Configured&quot; with nothing below. Can some one please see if I messed the ADMX or ADML files up?<br/><br/>Here is the ADMX:</p> <pre lang=x-xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;policyDefinitions xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; revision=&quot;1.0&quot; schemaVersion=&quot;1.0&quot; xmlns=&quot;http://www.microsoft.com/GroupPolicy/PolicyDefinitions&quot;&gt; &lt;policyNamespaces&gt; &lt;target prefix=&quot;search&quot; namespace=&quot;Microsoft.Policies.search&quot; /&gt; &lt;using prefix=&quot;inetres&quot; namespace=&quot;Microsoft.Policies.InternetExplorer&quot; /&gt; &lt;/policyNamespaces&gt; &lt;resources minRequiredRevision=&quot;1.0&quot; /&gt; &lt;policies&gt; &lt;policy name=&quot;PopulateSearchProviderList_1&quot; class=&quot;User&quot; displayName=&quot;$(string.PopulateSearchProviderList)&quot; explainText=&quot;$(string.IE_Explain_PopulateSearchProviderList)&quot; key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes&quot;&gt; &lt;parentCategory ref=&quot;inetres:InternetExplorer&quot; /&gt; &lt;supportedOn ref=&quot;inetres:SUPPORTED_IE7Vista&quot;/&gt; &lt;enabledList&gt; &lt;item key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes&quot; valueName=&quot;Version&quot;&gt; &lt;value&gt; &lt;decimal value=&quot;2&quot; /&gt; &lt;/value&gt; &lt;/item&gt; &lt;item key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes\{E500F69F-8C85-4D09-A822-09870C151594}&quot; valueName=&quot;DisplayName&quot;&gt; &lt;value&gt; &lt;string&gt;Google&lt;/string&gt; &lt;/value&gt; &lt;/item&gt; &lt;item key=&quot; Software\Policies\Microsoft\Internet Explorer\SearchScopes\{E500F69F-8C85-4D09-A822-09870C151594}&quot; valueName=&quot;URL&quot;&gt; &lt;value&gt; &lt;string&gt;http://www.google.com/search?q={searchTerms}&amp;amp;rls=com.microsoft:{language}&amp;amp;ie={inputEncoding}&amp;amp;oe={outputEncoding}&amp;amp;startIndex={startIndex?}&amp;amp;startPage={startPage}&lt;/string&gt; &lt;/value&gt; &lt;/item&gt; &lt;/enabledList&gt; &lt;/policy&gt; &lt;policy name=&quot;PopulateSearchProviderList_2&quot; class=&quot;Machine&quot; displayName=&quot;$(string.PopulateSearchProviderList)&quot; explainText=&quot;$(string.IE_Explain_PopulateSearchProviderList)&quot; key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes&quot;&gt; &lt;parentCategory ref=&quot;inetres:InternetExplorer&quot; /&gt; &lt;supportedOn ref=&quot;inetres:SUPPORTED_IE7Vista&quot;/&gt; &lt;enabledList&gt; &lt;item key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes&quot; valueName=&quot;Version&quot;&gt; &lt;value&gt; &lt;decimal value=&quot;2&quot; /&gt; &lt;/value&gt; &lt;/item&gt; &lt;item key=&quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes\{E500F69F-8C85-4D09-A822-09870C151594}&quot; valueName=&quot;DisplayName&quot;&gt; &lt;value&gt; &lt;string&gt;Google&lt;/string&gt; &lt;/value&gt; &lt;/item&gt; &lt;item key=&quot; Software\Policies\Microsoft\Internet Explorer\SearchScopes\{E500F69F-8C85-4D09-A822-09870C151594}&quot; valueName=&quot;URL&quot;&gt; &lt;value&gt; &lt;string&gt;http://www.google.com/search?q={searchTerms}&amp;amp;rls=com.microsoft:{language}&amp;amp;ie={inputEncoding}&amp;amp;oe={outputEncoding}&amp;amp;startIndex={startIndex?}&amp;amp;startPage={startPage}&lt;/string&gt; &lt;/value&gt; &lt;/item&gt; &lt;/enabledList&gt; &lt;/policy&gt; &lt;/policies&gt; &lt;/policyDefinitions&gt;</pre> <p><br/><br/>Here is the ADML:</p> <pre lang=x-xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;policyDefinitionResources xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; revision=&quot;1.0&quot; schemaVersion=&quot;1.0&quot; xmlns=&quot;http://www.microsoft.com/GroupPolicy/PolicyDefinitions&quot;&gt; &lt;displayName&gt;Google&lt;/displayName&gt; &lt;description&gt;Get search suggestions with Google&lt;/description&gt; &lt;resources&gt; &lt;stringTable&gt; &lt;string id=&quot;PopulateSearchProviderList&quot;&gt;Populate List of search providers&lt;/string&gt; &lt;string id=&quot;IE_Explain_PopulateSearchProviderList&quot;&gt;This policy setting will let you populate a list of search providers that will be displayed in Internet Explorer's search box. If you enable this policy setting and if the &quot;Restrict search providers to a specific list of search providers&quot; Group Policy setting is enabled, this list will be the only list that appears in the Internet Explorer drop-down list. If the &quot;Add a specific list of search providers to the user's search provider list&quot; Group Policy setting is enabled, this list will be added to the user's list of search providers. If you disable this policy setting or do not configure it, users will have complete freedom to create their own search provider list.&lt;/string&gt; &lt;/stringTable&gt; &lt;/resources&gt; &lt;/policyDefinitionResources&gt; </pre>Wed, 01 Jul 2009 23:04:56 Z2009-07-01T23:06:19Zhttp://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#52619c46-a47f-4cd3-96f2-c6860e315046http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#52619c46-a47f-4cd3-96f2-c6860e315046Mervyn Zhanghttp://social.technet.microsoft.com/Profile/en-US/?user=Mervyn%20ZhangSearch Providers ADMX & ADMLHi,<br/> <br/> Do you mean the Group policy would not apply to client when saying &quot;I never see my proivder populated in the GP setting&quot;? Have you check the clients Registry to see if &quot;Software\Policies\Microsoft\Internet Explorer\SearchScopes\{E500F69F-8C85-4D09-A822-09870C151594}&quot; was created?<br/> <br/> If it doesn’t show in your Group Policy Editor, it’s normal. Also, you can check your steps by referring to the article below. <br/> <br/> How to create custom .adm or .admx files to add search providers to the toolbar search box in Internet Explorer 7<br/> http://support.microsoft.com/kb/918238 <br/> <br/> Thanks. <br/><hr class="sig">This posting is provided &quot;AS IS&quot; with no warranties, and confers no rights.Fri, 03 Jul 2009 08:13:15 Z2009-07-03T08:13:15Zhttp://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#44c05ae5-1760-4f97-aff1-ae1f08f81bbfhttp://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#44c05ae5-1760-4f97-aff1-ae1f08f81bbfDJXMMXhttp://social.technet.microsoft.com/Profile/en-US/?user=DJXMMXSearch Providers ADMX & ADMLI checked the registry entry and it's not showing up, even on the server.<br/><br/>I tried a gpudate /force on the server and I get a few failures on refreshing the computer policy.<br/>It says to check the event log but all the event log reports is a bunch of &quot;completed processing...&quot; entries with an error icon (not telling me what's wrong). The one's with the error icon range from the following:<br/>&quot;<span style="font-size:xx-small">Internet Explorer Zonemapping Extension&quot;<br/>&quot;<span style="font-size:xx-small">EFS recovery Extension Processing&quot;<br/>&quot;<span style="font-size:xx-small">Completed Microsoft Offline Files Extension Processing&quot;<br/>&quot;<span style="font-size:xx-small">Registry Extension Processing&quot;<br/></span></span></span></span><br/>I did a &quot;rsop&quot; and I don't get any of the serch provider settings (restrict search providers..., add specific list..., and of course, populate list...).<br/><br/>I did this with Server 2003 and I had no problems using an ADM file.<br/>It showed my serch provider in the editor as a drop down item as well...doesn't show anything now.<br/><br/>Looks like I'll just have to rig up some registry hacks.Fri, 03 Jul 2009 21:24:14 Z2009-07-03T21:30:10Zhttp://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#0559cfe0-3ebc-4558-a4b6-29858f6ca73dhttp://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#0559cfe0-3ebc-4558-a4b6-29858f6ca73dDJXMMXhttp://social.technet.microsoft.com/Profile/en-US/?user=DJXMMXSearch Providers ADMX & ADMLThere seems to be a bigger problem at hand some where...<br/><br/>I can't push trusted certificates now eather.<br/><br/>Everytime I run a RSOP it says that something failed at the computer level.<br/>Looking at the summary I can see under component status: &quot;Registry failed&quot; but it's an &quot;unspecified error&quot; and there are no further logs.<br/>I checked the &quot;advanced view&quot; on RSOP and I can't find any settings that have an error.<br/>I cant trace it down.<br/><br/>This looks like its the root cause of all my GP problems.<br/>Looks like something is messed up with Server 2008 because I never had these problems with 2003.Sat, 04 Jul 2009 20:20:45 Z2009-07-04T20:20:45Zhttp://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#a7b409ce-863f-4936-9389-510dc93327f1http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#a7b409ce-863f-4936-9389-510dc93327f1DJXMMXhttp://social.technet.microsoft.com/Profile/en-US/?user=DJXMMXSearch Providers ADMX & ADMLSOLVED!<br/>Refer to this thread: <a href="http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/3474500f-4158-4def-9fca-e46e38113b97">http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/3474500f-4158-4def-9fca-e46e38113b97</a>Tue, 07 Jul 2009 22:46:39 Z2009-07-07T22:46:39Zhttp://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#9eb8de8a-dccc-42c3-a98b-7083a6a3efc7http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/66d2f81a-9640-4d80-9894-f9ef281a3d9c#9eb8de8a-dccc-42c3-a98b-7083a6a3efc7Mervyn Zhanghttp://social.technet.microsoft.com/Profile/en-US/?user=Mervyn%20ZhangSearch Providers ADMX & ADMLHi Bernie,<br/> <br/> Glad to hear you have solved this problem. Sorry for the mistake in KB article. Your feedback is very valuable for us.<br/> <br/> Thanks. <br/><hr class="sig">This posting is provided &quot;AS IS&quot; with no warranties, and confers no rights.Wed, 08 Jul 2009 01:58:21 Z2009-07-08T01:58:21Z