Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Legt verwaltete Konfigurationswerte für Websites auf bestimmte Ursprünge fest
Unterstützte Versionen
- Unter Windows und macOS seit 90 oder höher
Beschreibung
Durch Festlegen dieser Richtlinie wird der Rückgabewert der API für die verwaltete Konfiguration für den angegebenen Ursprung definiert.
Die verwaltete Konfigurations-API ist eine Schlüsselwert-Konfiguration, auf die über den Javascript-Aufruf „navigator.device.getManagedConfiguration()“ zugegriffen werden kann. Diese API ist nur für Ursprünge verfügbar, die erzwungen installierten Webanwendungen über WebAppInstallForceList entsprechen.
Unterstützte Features
- Kann zwingend erforderlich sein: Ja
- Kann empfohlen werden: Nein
- Dynamische Richtlinienaktualisierung: Ja
- Profilspezifisch: Ja
- Gilt für ein Profil, das mit einem Microsoft-Konto angemeldet ist: Nein
Datentyp
- Dictionary
Windows-Informationen und -Einstellungen
Informationen zur Gruppenrichtlinie (ADMX)
- GP eindeutiger Name: ManagedConfigurationPerOrigin
- GP-Name: Legt verwaltete Konfigurationswerte für Websites auf bestimmte Ursprünge fest
- GP-Pfad (obligatorisch): Administrative Vorlagen/Microsoft Edge
- GP Pfad (Empfohlen): n.a.
- GP ADMX Dateiname: MSEdge.admx
Beispielwert
[{"managed_configuration_hash": "asd891jedasd12ue9h", "managed_configuration_url": "https://static.contoso.com/configuration.json", "origin": "https://www.contoso.com"}, {"managed_configuration_hash": "djio12easd89u12aws", "managed_configuration_url": "https://static.contoso.com/configuration2.json", "origin": "https://www.example.com"}]
Registrierungseinstellungen
- Pfad (verpflichtend): SOFTWARE\Policies\Microsoft\Edge
- Pfad (Empfohlen): n.a.
- Wertname: ManagedConfigurationPerOrigin
- Werttyp: REG_SZ
Beispielregistrierungswert
[{"managed_configuration_hash": "asd891jedasd12ue9h", "managed_configuration_url": "https://static.contoso.com/configuration.json", "origin": "https://www.contoso.com"}, {"managed_configuration_hash": "djio12easd89u12aws", "managed_configuration_url": "https://static.contoso.com/configuration2.json", "origin": "https://www.example.com"}]
Erweiterter Beispielregistrierungswert
[
{
"managed_configuration_hash": "asd891jedasd12ue9h",
"managed_configuration_url": "https://static.contoso.com/configuration.json",
"origin": "https://www.contoso.com"
},
{
"managed_configuration_hash": "djio12easd89u12aws",
"managed_configuration_url": "https://static.contoso.com/configuration2.json",
"origin": "https://www.example.com"
}
]
Mac – Informationen und Einstellungen
- Einstellung Schlüsselname: ManagedConfigurationPerOrigin
- Beispielwert:
<key>ManagedConfigurationPerOrigin</key>
<array>
<dict>
<key>managed_configuration_hash</key>
<string>asd891jedasd12ue9h</string>
<key>managed_configuration_url</key>
<string>https://static.contoso.com/configuration.json</string>
<key>origin</key>
<string>https://www.contoso.com</string>
</dict>
<dict>
<key>managed_configuration_hash</key>
<string>djio12easd89u12aws</string>
<key>managed_configuration_url</key>
<string>https://static.contoso.com/configuration2.json</string>
<key>origin</key>
<string>https://www.example.com</string>
</dict>
</array>