131455
Goto Top

Policy auf Windows Server 2008 R2 bringt Fehlermeldung - MicrosoftEdge.admx, line 30, column 29

Hallo,

wir haben eine Policy, da wird eine Seite zu trusted Sites hinzugefügt:
User Configuration (Enabled)
Policieshide
Administrative
Klickt man die Policy nun an, erscheint:

Resource '$(string.AllowActiveScripting)' referenced in attribute displayName could not be found. File \\growshoptom.ch\SysVol\rzobt.local\Policies\PolicyDefinitions\MicrosoftEdge.admx, line 30, column 29

In der Datei MicrosoftEdged.admx steht:

<?xml version="1.0" encoding="utf-8"?>  
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="11.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">  
  <policyNamespaces>
    <target prefix="MicrosoftEdge" namespace="Microsoft.Policies.MicrosoftEdge" />  
    <using prefix="windows" namespace="Microsoft.Policies.Windows" />  
  </policyNamespaces>
  <resources minRequiredRevision="1.0" />  
  <supportedOn>
    <definitions>
      <!--Only VERSION 1.0 -->
      <definition name="SUPPORTED_INTERNET_BROWSER_1" displayName="$(string.SUPPORTED_INTERNET_BROWSER_1_DisplayName)">  
        <or>
          <range ref="products:MicrosoftEdge" minVersionIndex="1" maxVersionIndex="1"/>  
        </or>
      </definition>
    </definitions>
  </supportedOn>
  <categories>
    <category name="MicrosoftEdge" displayName="$(string.InternetBrowser_DisplayName)" explainText="$(string.InternetBrowser_ExplainCat)">  
      <parentCategory ref="windows:WindowsComponents" />  
    </category>
  </categories>
  <!-- NOTE: Please try to keep this list sorted by the Policy name="" field -->  
  <policies>
    <policy name="AllowActiveScripting"  
            class="Both"  
            displayName="$(string.AllowActiveScripting)"  
            explainText="$(string.AllowActiveScripting_Explain)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\Internet Settings\Zones\3"  
            valueName="1400">  
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <enabledValue>
        <decimal value="0" />  
      </enabledValue>
      <disabledValue>
        <decimal value="2" />  
      </disabledValue>
    </policy>
    <policy name="AllowAutofill"  
            class="Both"  
            displayName="$(string.AllowAutofill)"  
            explainText="$(string.AllowAutofill_Explain)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\Main"  
            valueName="Use FormSuggest">  
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <enabledValue>
        <string>yes</string>
      </enabledValue>
      <disabledValue>
        <string>no</string>
      </disabledValue>
    </policy>
    <policy name="AllowDoNotTrack"  
            class="Both"  
            displayName="$(string.AllowDoNotTrack)"  
            explainText="$(string.AllowDoNotTrack_Explain)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\Main"  
            valueName="DoNotTrack">  
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <enabledValue>
        <decimal value="1" />  
      </enabledValue>
      <disabledValue>
        <decimal value="0" />  
      </disabledValue>
    </policy>
    <policy name="AllowPasswordManager"  
            class="Both"  
            displayName="$(string.AllowPasswordManager)"  
            explainText="$(string.AllowPasswordManager_Explain)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\Main"  
            valueName="FormSuggest Passwords">  
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <enabledValue>
        <string>yes</string>
      </enabledValue>
      <disabledValue>
        <string>no</string>
      </disabledValue>
    </policy>
    <policy name="AllowPopups"  
            class="Both"  
            displayName="$(string.AllowPopups)"  
            explainText="$(string.AllowPopups_Explain)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\Main"  
            valueName="AllowPopups">  
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <enabledValue>
        <string>yes</string>
      </enabledValue>
      <disabledValue>
        <string>no</string>
      </disabledValue>
    </policy>
    <policy name="AllowSearchSuggestionsinAddressBar"  
            class="Both"  
            displayName="$(string.AllowSearchSuggestionsinAddressBar)"  
            explainText="$(string.AllowSearchSuggestionsinAddressBar_Explain)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\SearchScopes"  
            valueName="ShowSearchSuggestionsGlobal">  
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <enabledValue>
        <decimal value="1" />  
      </enabledValue>
      <disabledValue>
        <decimal value="0" />  
      </disabledValue>
    </policy>
    <policy name="AllowSmartScreen"  
            class="Both"  
            displayName="$(string.AllowSmartScreen)"  
            explainText="$(string.AllowSmartScreen_Explain)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\PhishingFilter"  
            valueName="EnabledV9">  
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <enabledValue>
        <decimal value="1" />  
      </enabledValue>
      <disabledValue>
        <decimal value="0" />  
      </disabledValue>
    </policy>
    <policy name="Cookies"  
            class="Both"  
            displayName="$(string.Cookies)"  
            explainText="$(string.Cookies_Explain)"  
            presentation="$(presentation.Cookies)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\Main">  
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <elements>
        <enum id="CookiesListBox" valueName="Cookies" required="true">  
          <item displayName="$(string.CookiesList_Block_All)">  
            <value>
              <decimal value="0" />  
            </value>
          </item>
          <item displayName="$(string.CookiesList_Block_ThirdParty)">  
            <value>
              <decimal value="1" />  
            </value>
          </item>
          <item displayName="$(string.CookiesList_Block_None)">  
            <value>
              <decimal value="2" />  
            </value>
          </item>
        </enum>
      </elements>
    </policy>
    <policy name="EnterpriseModeSiteList"  
            class="Both"  
            displayName="$(string.EnterpriseModeSiteList)"  
            explainText="$(string.EnterpriseModeSiteList_Explain)"  
            presentation="$(presentation.EnterpriseModeSiteList_Presentation)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\Main\EnterpriseMode"  
            >
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <elements>
        <text id="EnterSiteListPrompt" valueName="SiteList" required="true" />  
      </elements>
    </policy>
    <policy name="SendIntranetTraffictoInternetExplorer"  
            class="Both"  
            displayName="$(string.SendIntranetTraffictoInternetExplorer)"  
            explainText="$(string.SendIntranetTraffictoInternetExplorer_Explain)"  
            key="Software\Policies\Microsoft\MicrosoftEdge\Main"  
            valueName="SendIntranetTraffictoInternetExplorer">  
      <parentCategory ref="MicrosoftEdge" />  
      <supportedOn ref="SUPPORTED_INTERNET_BROWSER_1" />  
      <enabledValue>
        <decimal value="1" />  
      </enabledValue>
      <disabledValue>
        <decimal value="0" />  
      </disabledValue>
    </policy>
  </policies>
</policyDefinitions>

Kann man da was anpassen ?

Gruss
Rainer

Content-Key: 326039

Url: https://administrator.de/contentid/326039

Printed on: April 25, 2024 at 07:04 o'clock

Mitglied: 131381
131381 Jan 11, 2017 at 09:57:42 (UTC)
Goto Top
Moin,
die Meldung kommt wenn in der dazugehörigen *.adml Datei der Name der in der admx referenzierten Ressource nicht definiert wurde, also ergänze sie im adml file der aktuellen Systemsprache mit der Übersetzung der aktuellen Sprache..

Gruß mik
Mitglied: 131455
131455 Jan 12, 2017 at 08:08:24 (UTC)
Goto Top
Hallo,

was heisst das genau ^? Also in der Policy-Definitions gibt es in der en-US das microsoftedge.adml file

<?xml version="1.0" encoding="utf-8"?>  
<!--  (c) 2006 Microsoft Corporation  -->
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">  
  <displayName>Microsoft Edge Group Policies</displayName>
  <description>Policies defined to manage Microsoft Edge settings via Group Policy Management services.</description>
  <resources>
    <stringTable>
      <!-- Product -->
      <string id="SUPPORTED_INTERNET_BROWSER_1_DisplayName">Only Microsoft Edge 1.0</string>  
      <string id="InternetBrowser_DisplayName">Microsoft Edge</string>  
      <string id="InternetBrowser_ExplainCat">Microsoft Edge Category</string>  
      
      <!-- Categories -->

      <!-- NOTE: Please try to keep this list sorted by the string id="" field -->  
      <!-- Policies -->
      <string id="AllowAutofill">Turn off Autofill</string>  
      <string id="AllowAutofill_Explain">This setting lets you decide whether employees can use Autofill to automatically fill in form fields while using Microsoft Edge.  

Turning this setting on, or not configuring it, lets employees use Autofill in form fields.

Turning this setting off stops employees from using Autofill in form fields.</string>
      <string id="AllowDeveloperTools">Turn off Developer Tools</string>  
      <string id="AllowDeveloperTools_Explain">This setting lets you decide whether employees can use F12 Developer Tools on Microsoft Edge.  

Turning this setting on, or not configuring it, lets employees use F12 Developer Tools.

Turning this setting off stops employees from using F12 Developer Tools.</string>
      <string id="AllowDoNotTrack">Allow employees to send Do Not Track headers</string>  
      <string id="AllowDoNotTrack_Explain">This setting lets you decide whether employees can send Do Not Track headers to websites that request tracking info.  

Turning this setting on lets your employees send Do Not Track headers.

Turning this setting off, or not configuring it, stops your employees from sending Do Not Track headers.</string>
      <string id="AllowInPrivate">Turn off InPrivate browsing</string>  
      <string id="AllowInPrivate_Explain">This setting lets you decide whether employees can browse using InPrivate website browsing.  

Turning this setting on, or not configuring it, lets employees use InPrivate browsing on the corporate network.

Turning this setting off stops employees from using InPrivate website browsing.</string>
      <string id="AllowPasswordManager">Turn off Password Manager</string>  
      <string id="AllowPasswordManager_Explain">This setting lets you decide whether employees can save their passwords locally, using Password Manager.  

Turning this setting on, or not configuring it, lets your employees use Password Manager.

Turning this setting off stops your employees from using Password Manager.</string>
      <string id="AllowPopups">Turn off Pop-up Blocker</string>  
      <string id="AllowPopups_Explain">This setting lets you decide whether to turn on Pop-up Blocker and whether to allow pop-ups to appear in secondary windows.  

Turning this setting on, or not configuring it, turns on the Pop-up Blocker, which stops pop-ups from appearing.

Turning this setting off turns off Pop-up Blocker and lets pop-ups appear.</string>
      <string id="AllowSearchSuggestionsinAddressBar">Turn off address bar search suggestions</string>  
      <string id="AllowSearchSuggestionsinAddressBar_Explain">This setting lets you decide whether search suggestions should appear in the Address bar of Microsoft Edge.  

Turning this setting on, or not configuring it, lets your employees see search suggestions in the Address bar.

Turning this setting off stops employees from seeing search suggestions in the Address bar.</string>
      <string id="AllowSmartScreen">Turn off the SmartScreen Filter</string>  
      <string id="AllowSmartScreen_Explain">This setting lets you decide whether to turn on SmartScreen Filter. SmartScreen Filter provides warning messages to help protect your employees from potential phishing scams and malicious software.  

Turning this setting on, or not configuring it, turns on SmartScreen Filter.

Turning this setting off turns off SmartScreen Filter.</string>
      <string id="AllowWebContentOnNewTabPage">Open a new tab with an empty tab</string>  
      <string id="AllowWebContentOnNewTabPage_Explain">This policy setting specifies what happens when Microsoft Edge opens a new tab. By default, a new tab page appears.    
 
If you disable this policy setting, Microsoft Edge opens a new, empty tab.  Employees can’t change this option.
 
If you enable or don’t configure this policy setting, Microsoft Edge opens a new tab with a new tab page, including Top Sites, Top Sites with suggested content, or a blank page. Employees can change what type of tab page appears.</string>
      <string id="Cookies">Configure Cookies</string>  
      <string id="Cookies_Explain">This setting lets you configure how your company deals with cookies.  

Turning this setting on lets you decide to:
Allow all cookies (default). Allows all cookies from all websites.
Block only 3rd-party cookies. Blocks only cookies from 3rd-party websites.
Block all cookies. Blocks all cookies from all websites.

Turning this setting off allows all cookies from all websites.</string>
      <string id="CookiesList_Block_None">Allow all cookies (default).</string>  
      <string id="CookiesList_Block_ThirdParty">Block only 3rd-party cookies.</string>  
      <string id="CookiesList_Block_All">Block all cookies.</string>  
      <string id="EnterpriseModeSiteList">Configure the Enterprise Mode Site List</string>  
      <string id="EnterpriseModeSiteList_Explain">This setting lets you configure whether your company uses Enterprise Mode and the Enterprise Mode Site List to address common compatibility problems with legacy websites.  

Turning this setting on lets Microsoft Edge look for the Enterprise Mode Site List XML file. This file includes the sites and domains that need to be viewed using Internet Explorer 11 and Enterprise Mode.

Turning this setting off, or not configuring it, stops Microsoft Edge from using the Enterprise Mode Site List file. In this case, employees might experience compatibility problems while using legacy websites.</string>
      <string id="HideLocalHostIPAddress">Don't allow WebRTC to share the LocalHost IP address</string>  
      <string id="HideLocalHostIPAddress_Explain">This setting lets you decide whether an employee's LocalHost IP address shows while making phone calls using the WebRTC protocol.  

Turning this setting on hides an employee's LocalHost IP address while making phone calls using WebRTC.  

Turning this setting off, or not configuring it, shows an employee's LocalHost IP address while making phone calls using WebRTC.</string>  
      <string id="ItemNameDisable">Disable</string>  
      <string id="ItemNameEnable">Enable</string>  
      <string id="HomePages">Configure corporate Home pages</string>  
      <string id="HomePages_Explain">This setting lets you configure your corporate Home pages for domain-joined devices. Your employees can change this setting.  
Turning this setting on lets you configure one or more corporate Home pages. If this setting is turned on, you must also include URLs to the pages, separating multiple pages by using angle brackets and this format:
    &lt;support.contoso.com&gt;&lt;support.microsoft.com&gt;
Turning this setting off, or not configuring it, sets your default Home page to the webpage you specified in App settings.</string>
      <string id="PreventSmartScreenPromptOverride">Don't allow SmartScreen Filter warning overrides</string>  
      <string id="PreventSmartScreenPromptOverride_Explain">This setting lets you decide whether employees can override the SmartScreen Filter warnings about potentially malicious websites.  

Turning this setting on stops employees from ignoring the SmartScreen Filter warnings and blocks them from going to the site.

Turning this setting off, or not configuring it, lets employees ignore the SmartScreen Filter warnings about potentially malicious websites and to continue to the site.</string>
      <string id="PreventSmartScreenPromptOverrideForFiles">Don't allow SmartScreen Filter warning overrides for unverified files</string>  
      <string id="PreventSmartScreenPromptOverrideForFiles_Explain">This setting lets you decide whether employees can override the SmartScreen Filter warnings about downloading unverified files.  

Turning this setting on stops employees from ignoring the SmartScreen Filter warnings and blocks them from downloading unverified files.

Turning this setting off, or not configuring it, lets employees ignore the SmartScreen Filter warnings about unverified files and lets them continue the download process.</string>
      <string id="ProvisionedFavorites">Configure Favorites</string>  
      <string id="ProvisionedFavorites_Explain">This setting lets you configure the default list of Favorites that appear for your employees. Your employees can change this setting, adding or removing favorites, at any time.  

Turning this setting on lets you configure what default Favorites appear for your employees. If this setting is turned on, you must provide a list of Favorites in the Options section. The list is imported after your policy is deployed.

Turning this setting off, or not configuring it, employees will see the Favorites that they set in Favorites hub.</string>
      <string id="SendIntranetTraffictoInternetExplorer">Send all intranet sites to Internet Explorer 11</string>  
      <string id="SendIntranetTraffictoInternetExplorer_Explain">This setting lets you decide whether your intranet sites should all open using Internet Explorer 11. This setting should only be used if there are known compatibility problems with Microsoft Edge.  

Turning this setting on automatically opens all intranet sites using Internet Explorer 11.

Turning this setting off, or not configuring it, automatically opens all intranet sites using Microsoft Edge.</string>
    </stringTable>
    
    <!-- Presentation -->
    <presentationTable>
      <presentation id="EnterpriseModeSiteList_Presentation">  
        <textBox refId="EnterSiteListPrompt">  
          <label>Type the location (URL) of your Enterprise Mode IE website list</label>
        </textBox>
      </presentation>
      <presentation id="HomePageSite_Presentation">  
        <textBox refId="HomePageSitePrompt">  
          <label>Type the location (URL) of your Home Page website</label>
        </textBox>
      </presentation>
      <presentation id="HomePages_Presentation">  
        <textBox refId="HomePagesPrompt">  
          <label>Use this format:  &lt;support.contoso.com&gt;&lt;https://support.microsoft.com/&gt;</label>
        </textBox>
      </presentation>
      <presentation id="ProvisionedFavorites_Presentation">  
        <listBox refId="ProvisionedFavorites_List">Enter the name of the favorite in the first column and the URL of the favorite in the other column like Contoso http://www.contoso.com/</listBox>  
      </presentation>
      <presentation id="Cookies">  
        <dropdownList refId="CookiesListBox" noSort="true" defaultItem="2">Configure Cookies </dropdownList>  
      </presentation>
    </presentationTable>
  </resources>
</policyDefinitionResources>

Es ist aber auch in dem de-de Verzeichnis das microosoftedge.adml vorhanden.

<?xml version="1.0" encoding="utf-8"?> 
<!--  (c) 2006 Microsoft Corporation  -->
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions"> 
  <displayName>Microsoft Edge Group Policies</displayName>
  <description>Policies defined to manage Microsoft Edge settings via Group Policy Management services.</description>
  <resources>
    <stringTable>
      <!-- Product -->
      <string id="SUPPORTED_INTERNET_BROWSER_1_DisplayName">Only Microsoft Edge 1.0</string> 
      <string id="InternetBrowser_DisplayName">Microsoft Edge</string> 
      <string id="InternetBrowser_ExplainCat">Microsoft Edge Category</string> 
      
      <!-- Categories -->

      <!-- NOTE: Please try to keep this list sorted by the string id="" field --> 
      <!-- Policies -->
      <string id="AllowActiveScripting">Ermöglicht die Skriptausführung, z. B. Javascript.</string> 
      <string id="AllowActiveScripting_Explain">Mit dieser Einstellung legen Sie fest, ob Benutzer Skripts, z. B. JavaScript, ausführen dürfen. Die Einstellung ist standardmäßig aktiviert. 

Wenn Sie diese Einstellung aktivieren, wird die Skriptausführung für alle Computer eingeschaltet. 

Wenn Sie diese Einstellung deaktivieren, kann kein Skript ausgeführt werden.</string>
      <string id="AllowAutofill">Ermöglicht Ihnen, Benutzern die Verwendung von AutoAusfüllen auf Websites zu erlauben.</string> 
      <string id="AllowAutofill_Explain">Mit dieser Einstellung legen Sie fest, ob Benutzer AutoAusfüllen auf Websites verwenden dürfen. Die Einstellung ist standardmäßig aktiviert. 

Wenn Sie diese Einstellung aktivieren, können Benutzer AutoAusfüllen auf Websites verwenden und Informationen lokal zwischenspeichern.

Wenn Sie diese Einstellung deaktivieren, können die Benutzer AutoAusfüllen nicht verwenden.</string>
      <string id="AllowDoNotTrack">Ermöglicht Ihnen, Benutzern das Senden DNT-Kopfzeilen zu erlauben.</string> 
      <string id="AllowDoNotTrack_Explain">Mit dieser Einstellung legen Sie fest, ob Benutzer DNT-Kopfzeilen senden dürfen. Die Einstellung ist standardmäßig deaktiviert. 

Wenn Sie diese Einstellung aktivieren, können Benutzer DNT-Kopfzeilen von jedem Computer der Organisation senden.

Wenn Sie diese Einstellung deaktivieren, können Benutzer keine DNT-Kopfzeilen senden.</string>
      <string id="AllowPasswordManager">Ermöglicht das Konfigurieren des Kennwort-Managers.</string> 
      <string id="AllowPasswordManager_Explain">Mit dieser Einstellung legen Sie fest, ob Benutzer Kennwörter lokal auf ihren Computern speichern können. Die Einstellung ist standardmäßig aktiviert. 

Wenn Sie diese Einstellung aktivieren, ist der Kennwort-Manager eingeschaltet, und Benutzer können Kennwörter lokal auf ihren Computern speichern.

Wenn Sie diese Einstellung deaktivieren, ist der Kennwort-Manager ausgeschaltet, und die Benutzer können Kennwörter nicht lokal speichern.</string>
      <string id="AllowPopups">Ermöglicht das Ausführen von Popups.</string> 
      <string id="AllowPopups_Explain">Mit dieser Einstellung legen Sie fest, ob Popups erlaubt sind. Die Einstellung ist standardmäßig deaktiviert. 

Wenn Sie diese Einstellung aktivieren, können Popups auf allen Computern der Organisation ausgeführt werden.

Wenn Sie diese Einstellung deaktivieren, können keine Popups ausgeführt werden.</string>
      <string id="AllowSearchSuggestionsinAddressBar">Blockiert die Anzeige von Suchvorschlägen auf der Adressleiste.</string> 
      <string id="AllowSearchSuggestionsinAddressBar_Explain">Mit dieser Einstellung legen Sie fest, ob Suchvorschläge auf der Adressleiste angezeigt werden. Die Einstellung ist standardmäßig aktiviert. 

Wenn Sie diese Einstellung aktivieren, werden den Benutzern Suchvorschläge in der Adressleiste angezeigt.

Wenn Sie diese Einstellung deaktivieren, werden in der Adressleiste keine Suchergebnisse angezeigt.</string>
      <string id="AllowSmartScreen">Ermöglicht die SmartScreen-Konfiguration.</string> 
      <string id="AllowSmartScreen_Explain">Mit dieser Einstellung legen Sie fest, ob SmartScreen eingeschaltet wird. Die Einstellung ist standardmäßig aktiviert. 

Wenn Sie diese Einstellung aktivieren, ist SmartScreen für alle Computer eingeschaltet. 

Wenn Sie diese Einstellung deaktivieren, ist SmartScreen ausgeschaltet.</string>
      <string id="Cookies">Configure how Microsoft Edge treats cookies</string> 
      <string id="Cookies_Explain">This settings lets you decide how Microsoft Edge should treat cookies. 

If you enable this setting, you have 3 additional options:
  • Don’t block. Cookies can download from all websites. This is the default value.
  • Block only third-party cookies. Stops third-party cookies from downloading.
  • Block all cookies. Stops all cookies from downloading.</string>
      <string id="CookiesList_Block_None">Nicht blockieren</string> 
      <string id="CookiesList_Block_ThirdParty">Nur Cookies von Drittanbietern blockieren</string> 
      <string id="CookiesList_Block_All">Alle Cookies blockieren</string> 
      <string id="EnterpriseModeSiteList">Ermöglicht das Konfigurieren der Websiteliste für den Unternehmensmodus.</string> 
      <string id="EnterpriseModeSiteList_Explain">Mit dieser Einstellung legen Sie fest, ob die Websiteliste für den Unternehmensmodus aus Kompatibilitätsgründen eingerichtet und verwendet wird. 

Wenn Sie diese Einstellung aktivieren, haben Sie zwei zusätzliche Optionen:
  • Nicht konfiguriert. Die Websiteliste für den Unternehmensmodus kann nicht verwendet werden.
  • UseEnterpriseModeSiteList. Die Websiteliste für den Unternehmensmodus kann verwendet werden. Wenn Sie diese Option verwenden, müssen Sie der XML-Websiteliste im {URI}-Feld auch den Pfad hinzufügen. Dies ist der Standardwert.</string>
      <string id="HomePage">Ermöglicht das Konfigurieren der Homepage.</string> 
      <string id="HomePage_Explain">Diese Einstellung ermöglicht Ihnen, die Homepage für Ihre Organisation einzurichten. Diese Einstellung ist standardmäßig nicht konfiguriert, stattdessen werden App-Einstellungen verwendet. 

Wenn Sie diese Einstellung aktivieren, müssen Sie dem {URI}-Feld auch den Pfad Ihrer Website hinzufügen.</string>
      <string id="ItemNameDisable">Deaktivieren</string> 
      <string id="ItemNameEnable">Aktivieren</string> 
      <string id="SendIntranetTraffictoInternetExplorer">Sendet den gesamten Intranetdatenverkehr an Internet Explorer.</string> 
      <string id="SendIntranetTraffictoInternetExplorer_Explain">This setting lets you decide whether to send all intranet traffic to Internet Explorer. This setting is disabled by default 

If you enable this setting, your intranet websites automatically open in Internet Explorer.

If you disable this setting, your intranet websites will automatically open in Microsoft Edge.</string>
    </stringTable>
    
    <!-- Presentation -->
    <presentationTable>
      <presentation id="EnterpriseModeSiteList_Presentation"> 
        <textBox refId="EnterSiteListPrompt"> 
          <label>Geben Sie den Speicherort (die URL) der IE-Websiteliste für den Unternehmensmodus ein.</label>
        </textBox>
      </presentation>
      <presentation id="HomePageSite_Presentation"> 
        <textBox refId="HomePageSitePrompt"> 
          <label>Geben Sie den Speicherort (die URL) der Homepage-Website ein.</label>
        </textBox>
      </presentation>
      <presentation id="Cookies"> 
        <dropdownList refId="CookiesListBox" noSort="true" defaultItem="0">Cookieeinstellung konfigurieren</dropdownList> 
      </presentation>
    </presentationTable>
  </resources>
</policyDefinitionResources>


Gruss
Rainer
Mitglied: 131381
131381 Jan 12, 2017 updated at 08:55:32 (UTC)
Goto Top
Logisch weil zu jeder Sprache ein entsprechendes Übersetzungsfile vorhanden sein muss. Wenn dein OS also auf Englisch eingestellt ist holt es sich die Übersetzungen aus dem Ordner en-US und bei Deutsch eben aus de-De!!

Lege also für den angemeckerten Wert einen String-Tag in der ADML an, der dem Namen in der Fehlermeldung entspricht und einer sinnigen Übersetzung in der jeweiligen Sprache.
<string id="AllowActiveScripting">ActiveScripting erlauben</string>   
So einfach ist das wenn du dir die Struktur zumindest minimal angesehen hättest wärst du auch darauf gekommen wie das funktioniert!

Du wirst einfach veraltete Files dort liegen haben, deswegen kommt auch die Fehlermeldung.
Achtung: Bedenke wenn ihr einen Group-Policy-Centralstore einsetzt das die Templates im SYSVOL liegen!!