From 485a9de8555b86a3f5530b3ba59704a121b24674 Mon Sep 17 00:00:00 2001
From: Mikael Karlsson <43226266+Micke-K@users.noreply.github.com>
Date: Sun, 14 Sep 2025 14:15:15 +1000
Subject: [PATCH] 3.10.1
---
CloudAPIPowerShellManagement.psd1 | 2 +-
CloudAPIPowerShellManagement.psm1 | 6 +-
...icepassword_androiddeviceownergeneral.json | 2 +-
.../devicepassword_aospdeviceownerdevice.json | 2 +-
...security_complianceandroiddeviceowner.json | 2 +-
...temsecurity_complianceaospdeviceowner.json | 2 +-
Documentation/Strings-cs.json | 14 +++-
Documentation/Strings-de.json | 14 +++-
Documentation/Strings-en.json | 18 +++--
Documentation/Strings-es.json | 14 +++-
Documentation/Strings-fr.json | 14 +++-
Documentation/Strings-hu.json | 12 +++-
Documentation/Strings-it.json | 14 +++-
Documentation/Strings-ja.json | 14 +++-
Documentation/Strings-ko.json | 14 +++-
Documentation/Strings-nl.json | 12 +++-
Documentation/Strings-pl.json | 14 +++-
Documentation/Strings-pt.json | 18 +++--
Documentation/Strings-ru.json | 14 +++-
Documentation/Strings-sv.json | 14 +++-
Documentation/Strings-tr.json | 14 +++-
Documentation/Strings-zh-chs.json | 18 +++--
Documentation/Strings-zh-cht.json | 18 +++--
Documentation/Strings-zh-hans.json | 14 +++-
Documentation/Strings-zh-hant.json | 12 +++-
Documentation/Strings-zh.json | 18 +++--
Extensions/EndpointManager.psm1 | 16 +++--
Extensions/IntuneTools.psm1 | 7 +-
Extensions/MSGraph.psm1 | 28 ++++++++
MSALInfo.md | 54 ++++++++++++++-
README.md | 3 +-
ReleaseNotes.md | 68 +++++++++++++++++++
32 files changed, 401 insertions(+), 85 deletions(-)
diff --git a/CloudAPIPowerShellManagement.psd1 b/CloudAPIPowerShellManagement.psd1
index a012907..a2dd284 100644
--- a/CloudAPIPowerShellManagement.psd1
+++ b/CloudAPIPowerShellManagement.psd1
@@ -12,7 +12,7 @@
RootModule = 'CloudAPIPowerShellManagement.psm1'
# Version number of this module.
-ModuleVersion = '3.9.8'
+ModuleVersion = '3.10.1'
# Supported PSEditions
# CompatiblePSEditions = @()
diff --git a/CloudAPIPowerShellManagement.psm1 b/CloudAPIPowerShellManagement.psm1
index 63d6d50..d8859e1 100644
--- a/CloudAPIPowerShellManagement.psm1
+++ b/CloudAPIPowerShellManagement.psm1
@@ -112,7 +112,7 @@ function Initialize-CloudAPIManagement
$global:ClientSecret = $secret
$global:ClientCert = $certificate
$global:UseGraphEnvironment = $GraphEnvironment
- $global:GCCType = $GCCType
+ $global:UseGCCType = $GCCType
if($global:AzureAppId)
{
@@ -144,9 +144,9 @@ function Initialize-CloudAPIManagement
Write-Host "Using Azure Graph Environment: $($global:UseGraphEnvironment)"
}
- if($global:GCCType)
+ if($global:UseGCCType)
{
- Write-Host "Using Graph Environment type: $($global:GCCType)"
+ Write-Host "Using Graph Environment type: $($global:UseGCCType)"
}
}
diff --git a/Documentation/ObjectInfo/devicepassword_androiddeviceownergeneral.json b/Documentation/ObjectInfo/devicepassword_androiddeviceownergeneral.json
index 63427ba..56a3808 100644
--- a/Documentation/ObjectInfo/devicepassword_androiddeviceownergeneral.json
+++ b/Documentation/ObjectInfo/devicepassword_androiddeviceownergeneral.json
@@ -12,7 +12,7 @@
"dataType": 16,
"category": 42,
"nameResourceKey": "requiredPasswordTypeName",
- "descriptionResourceKey": "androidEnterpriseRequiredPasswordTypeDescription",
+ "descriptionResourceKey": "androidEnterpriseConfigurationRequiredPasswordTypeDescription",
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
"childSettings": [
diff --git a/Documentation/ObjectInfo/devicepassword_aospdeviceownerdevice.json b/Documentation/ObjectInfo/devicepassword_aospdeviceownerdevice.json
index 4d1889f..0af7236 100644
--- a/Documentation/ObjectInfo/devicepassword_aospdeviceownerdevice.json
+++ b/Documentation/ObjectInfo/devicepassword_aospdeviceownerdevice.json
@@ -4,7 +4,7 @@
"dataType": 16,
"category": 42,
"nameResourceKey": "requiredPasswordTypeName",
- "descriptionResourceKey": "androidEnterpriseRequiredPasswordTypeDescription",
+ "descriptionResourceKey": "aospConfigurationRequiredPasswordTypeDescription",
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
"childSettings": [
diff --git a/Documentation/ObjectInfo/systemsecurity_complianceandroiddeviceowner.json b/Documentation/ObjectInfo/systemsecurity_complianceandroiddeviceowner.json
index 48a25e9..f99fc06 100644
--- a/Documentation/ObjectInfo/systemsecurity_complianceandroiddeviceowner.json
+++ b/Documentation/ObjectInfo/systemsecurity_complianceandroiddeviceowner.json
@@ -33,7 +33,7 @@
"dataType": 16,
"category": 113,
"nameResourceKey": "requiredPasswordTypeName",
- "descriptionResourceKey": "androidEnterpriseRequiredPasswordTypeDescription",
+ "descriptionResourceKey": "androidEnterpriseComplianceRequiredPasswordTypeDescription",
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
"childSettings": [
diff --git a/Documentation/ObjectInfo/systemsecurity_complianceaospdeviceowner.json b/Documentation/ObjectInfo/systemsecurity_complianceaospdeviceowner.json
index 22d9ea2..1f76397 100644
--- a/Documentation/ObjectInfo/systemsecurity_complianceaospdeviceowner.json
+++ b/Documentation/ObjectInfo/systemsecurity_complianceaospdeviceowner.json
@@ -41,7 +41,7 @@
"dataType": 16,
"category": 113,
"nameResourceKey": "requiredPasswordTypeName",
- "descriptionResourceKey": "androidEnterpriseRequiredPasswordTypeDescription",
+ "descriptionResourceKey": "aospComplianceRequiredPasswordTypeDescription",
"emptyValueResourceKey": "passwordExpirationInDaysEmptyValueKey",
"childSettings": [
diff --git a/Documentation/Strings-cs.json b/Documentation/Strings-cs.json
index f9c266f..94473a6 100644
--- a/Documentation/Strings-cs.json
+++ b/Documentation/Strings-cs.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Chybová zpráva",
"customMessageToggle": "Zobrazit vlastní zprávu, když dojde k časovému limitu nebo chybě",
"enableForAutopilotOnlyToggle": "Stránku zobrazit jenom pro zařízení, která jsou zřízena pomocí prostředí prvního spuštění (OOBE)",
- "installQualityUpdatesToggle": "Nainstalovat aktualizace pro zvýšení kvality Windows (zařízení se může restartovat) (Preview)",
+ "installQualityUpdatesToggle": "Nainstalovat aktualizace Windows (zařízení se může restartovat) (Preview)",
"progressToggle": "Zobrazit průběh konfigurace aplikací a profilů",
"resetToggle": "Povolit uživatelům resetovat zařízení, když dojde k chybě instalace",
"timeout": "Zobrazit chybu, pokud instalace trvá déle než zadaný počet minut"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Konec aktivní doby",
"activeHoursStartName": "Začátek aktivní doby",
"addItem": "Zadejte položku.",
- "addUserDisabledDescription": "Zablokuje uživatelům možnost přidávat na zařízení osobní účty a přihlašovat se k nim.",
+ "addUserDisabledDescription": "Zabrání koncovým uživatelům v přidávání nových profilů uživatelů do zařízení.",
"addUserDisabledName": "Přidat nové uživatele",
"addWindows32AppTitle": "Přidat aplikaci Win32 zadáním místní cesty",
"addingGameCenterFriendsBlockedMacDescription": "Možnost Ano zabrání uživatelům přidávat do Game Center přátele. K dispozici pro zařízení s verzemi macOSu 10.13 nebo novějšími.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Mobilní služby",
"cellularExceptionToolTip": "Zvolte, co se stane s provozem mobilních služeb, když je povolené trvalé připojení sítě VPN. Výchozí hodnota pro toto nastavení je ta nejbezpečnější možnost.",
"cellularName": "Mobilní",
- "certificateCredentialConfigurationDisabledDescription": "Zablokuje uživatelům možnost provádět změny přihlašovacích údajů přidružených k certifikátům, které jsou k nim přiřazené.",
+ "certificateCredentialConfigurationDisabledDescription": "Blokuje uživatelům možnost provádět jakékoli změny přihlašovacích údajů přidružených k certifikátům, které jsou jim přiřazeny.",
"certificateCredentialConfigurationDisabledName": "Uživatel může konfigurovat přihlašovací údaje (úroveň pracovního profilu)",
"certificateInstallDescription": "Aplikace, které tady uvedete, můžou měnit certifikáty vytvořené službou Intune a spravovat certifikáty doručované mimo Intune.",
"certificateInstallTitle": "Povolit ostatním aplikacím instalovat a spravovat certifikáty",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "Zapnuto",
"onlineButUnableToCheckin": "Zakázaný účet",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Oprávnění organizace číst, aktualizovat ",
"override": "Přepsat",
"overview": "Přehled",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-de.json b/Documentation/Strings-de.json
index 1c72d91..b1f227b 100644
--- a/Documentation/Strings-de.json
+++ b/Documentation/Strings-de.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Fehlermeldung",
"customMessageToggle": "Bei einem Zeitlimit oder Fehler benutzerdefinierte Meldung anzeigen",
"enableForAutopilotOnlyToggle": "Seite nur für Geräte anzeigen, die über die Willkommensseite bereitgestellt wurden",
- "installQualityUpdatesToggle": "Installieren von Windows-Qualitätsupdates (kann das Gerät neu starten) (Vorschau)",
+ "installQualityUpdatesToggle": "Installieren von Windows-Updates (kann das Gerät neu starten) (Vorschau)",
"progressToggle": "Konfigurationsfortschritt für Apps und Profile anzeigen",
"resetToggle": "Benutzern bei Installationsfehlern das Zurücksetzen des Geräts erlauben",
"timeout": "Fehler anzeigen, wenn die Installation länger als die angegebene Anzahl von Minuten dauert"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Ende der Nutzungszeit",
"activeHoursStartName": "Beginn der Nutzungszeit",
"addItem": "Element eingeben",
- "addUserDisabledDescription": "Hiermit verhindern Sie, dass Benutzer dem Gerät persönliche Konten hinzufügen und sich bei ihnen anmelden.",
+ "addUserDisabledDescription": "Verhindert, dass Endbenutzende dem Gerät neue Benutzerprofile hinzufügen.",
"addUserDisabledName": "Neue Benutzer hinzufügen",
"addWindows32AppTitle": "Win32-App durch Angeben eines lokalen Pfads hinzufügen",
"addingGameCenterFriendsBlockedMacDescription": "Ja verhindert, dass Benutzer Freunde zum Game Center hinzufügen. Verfügbar für Geräte, auf denen macOS-Versionen 10.13 oder höher ausgeführt werden.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Mobilfunkdienste",
"cellularExceptionToolTip": "Wählen Sie aus, was beim Datenverkehr mit Mobilfunkdiensten geschieht, wenn Always-On-VPN aktiviert ist. Der Standardwert für diese Einstellung ist die sicherste Option.",
"cellularName": "Mobilfunk",
- "certificateCredentialConfigurationDisabledDescription": "Hiermit werden Benutzer daran gehindert, Änderungen an Anmeldeinformationen für Zertifikate durchzuführen, die ihnen zugeordnet sind.",
+ "certificateCredentialConfigurationDisabledDescription": "Verhindert, dass Benutzende Änderungen an Anmeldeinformationen vornehmen, die ihnen zugewiesenen Zertifikaten zugeordnet sind.",
"certificateCredentialConfigurationDisabledName": "Der Benutzer kann Anmeldeinformationen konfigurieren (Arbeitsprofilebene)",
"certificateInstallDescription": "Apps, die Sie hier auflisten, können von Intune erstellte Zertifikate ändern und Zertifikate verwalten, die außerhalb von Intune übermittelt werden.",
"certificateInstallTitle": "Anderen Apps das Installieren und Verwalten von Zertifikaten gestatten",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "Ein",
"onlineButUnableToCheckin": "Deaktiviertes Konto",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Organisationsberechtigungen: Lesen, Aktualisieren",
"override": "Überschreibung",
"overview": "Übersicht",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-en.json b/Documentation/Strings-en.json
index 96eed70..a7921cc 100644
--- a/Documentation/Strings-en.json
+++ b/Documentation/Strings-en.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Error message",
"customMessageToggle": "Show custom message when time limit or error occurs",
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
- "installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
+ "installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
"progressToggle": "Show app and profile configuration progress",
"resetToggle": "Allow users to reset device if installation error occurs",
"timeout": "Show an error when installation takes longer than specified number of minutes"
@@ -4539,7 +4539,7 @@
"WindowsQualityUpdateProfile": {
"Details": {
"DaysUntilForcedReboot": {
- "label": "Number of days to wait before restart is enforced"
+ "label": "If a reboot is required, select the number of days before it's enforced"
},
"Description": {
"label": "Description"
@@ -4548,7 +4548,7 @@
"label": "Name"
},
"QualityUpdateRelease": {
- "label": "Expedite installation of quality updates if device OS version less than:"
+ "label": "Select the quality update you would like to Expedite"
},
"bladeTitle": "Quality updates Windows 10 and later (preview)",
"loadError": "Loading failed!"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Active hours end",
"activeHoursStartName": "Active hours start",
"addItem": "Enter item",
- "addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
+ "addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
"addUserDisabledName": "Add new users",
"addWindows32AppTitle": "Add Win32 app by specifying local path",
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Cellular services",
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
"cellularName": "Cellular",
- "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
+ "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
"certificateInstallTitle": "Allow other apps to install and manage certificates",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "On",
"onlineButUnableToCheckin": "Disabled account",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Organization read, update permission",
"override": "Override",
"overview": "Overview",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-es.json b/Documentation/Strings-es.json
index 5ff8fff..5be2b17 100644
--- a/Documentation/Strings-es.json
+++ b/Documentation/Strings-es.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Mensaje de error",
"customMessageToggle": "Mostrar un mensaje personalizado cuando se produce un límite de tiempo o un error",
"enableForAutopilotOnlyToggle": "Mostrar solo la página en los dispositivos aprovisionados por la configuración rápida (OOBE)",
- "installQualityUpdatesToggle": "Instalar actualizaciones de calidad de Windows (podría reiniciar el dispositivo) (versión preliminar)",
+ "installQualityUpdatesToggle": "Instalar actualizaciones de Windows (puede reiniciar el dispositivo) (versión preliminar)",
"progressToggle": "Mostrar el progreso de la configuración de la aplicación y el perfil",
"resetToggle": "Permitir a los usuarios restablecer el dispositivo si se produce un error de instalación",
"timeout": "Mostrar un error cuando el tiempo de instalación supera el número de minutos especificado"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Fin de horas activas",
"activeHoursStartName": "Inicio de horas activas",
"addItem": "Insertar elemento",
- "addUserDisabledDescription": "Impide a los usuarios agregar e iniciar sesión en las cuentas personales mientras se encuentran en el dispositivo.",
+ "addUserDisabledDescription": "Evita que los usuarios finales añadan nuevos perfiles de usuario al dispositivo.",
"addUserDisabledName": "Agregar usuarios nuevos",
"addWindows32AppTitle": "Agregar aplicación Win32 por la ruta de acceso local",
"addingGameCenterFriendsBlockedMacDescription": "Sí impide que los usuarios agreguen a amigos a Game Center. Está disponible para dispositivos que ejecutan macOS 10.13 o versiones posteriores.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Servicios móviles",
"cellularExceptionToolTip": "Elija qué sucede con el tráfico de los servicios móviles cuando está habilitada la VPN siempre activa. El valor predeterminado de esta configuración es la opción más segura.",
"cellularName": "Red de telefonía móvil",
- "certificateCredentialConfigurationDisabledDescription": "Impide que los usuarios realicen cambios en las credenciales asociadas a los certificados que tienen asignados.",
+ "certificateCredentialConfigurationDisabledDescription": "Impide que los usuarios realicen cambios en las credenciales asociadas a los certificados asignados.",
"certificateCredentialConfigurationDisabledName": "El usuario puede configurar credenciales (nivel de perfil de trabajo).",
"certificateInstallDescription": "Las aplicaciones que se enumeran aquí pueden alterar los certificados creados por Intune y pueden administrar certificados entregados fuera de Intune.",
"certificateInstallTitle": "Permitir que otras aplicaciones instalen y administren certificados",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "Activado",
"onlineButUnableToCheckin": "Cuenta deshabilitada",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Permiso de lectura o actualización de la organización",
"override": "Invalidar",
"overview": "Información general",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-fr.json b/Documentation/Strings-fr.json
index b622b76..786a48d 100644
--- a/Documentation/Strings-fr.json
+++ b/Documentation/Strings-fr.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Message d'erreur",
"customMessageToggle": "Afficher un message personnalisé lorsque la limite de temps ou l'erreur se produit",
"enableForAutopilotOnlyToggle": "Afficher uniquement la page sur les appareils approvisionnés par OOBE (out-of-box experience)",
- "installQualityUpdatesToggle": "Installer les mises à jour de qualité Windows (pourrait redémarrer l'appareil) (aperçu)",
+ "installQualityUpdatesToggle": "Installer les mises à jour Windows (l’appareil pourra redémarrer) (préversion)",
"progressToggle": "Afficher la progression de la configuration des applications et des profils",
"resetToggle": "Autoriser les utilisateurs à réinitialiser l'appareil en cas d'erreur d'installation",
"timeout": "Afficher une erreur quand la durée de l'installation est supérieure au nombre de minutes spécifié"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Fin des heures actives",
"activeHoursStartName": "Début des heures actives",
"addItem": "Entrer l'élément",
- "addUserDisabledDescription": "Empêche les utilisateurs d'ajouter et de connecter des comptes personnels sur l'appareil.",
+ "addUserDisabledDescription": "Empêche les utilisateurs finaux d’ajouter de nouveaux profils utilisateur à l’appareil.",
"addUserDisabledName": "Ajouter de nouveaux utilisateurs",
"addWindows32AppTitle": "Ajouter une application Win32 en spécifiant le chemin local",
"addingGameCenterFriendsBlockedMacDescription": "Oui empêche les utilisateurs d'ajouter des amis à Game Center. Disponible pour les appareils exécutant macOS versions 10.13 ou une version ultérieure.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Services mobiles",
"cellularExceptionToolTip": "Choisissez ce qui se passe avec le trafic des services mobiles quand le VPN Always-on est activé. La valeur par défaut de ce paramètre est l’option la plus sécurisée.",
"cellularName": "Cellulaire",
- "certificateCredentialConfigurationDisabledDescription": "Empêche les utilisateurs d’apporter des modifications aux informations d’identification associées aux certificats associés à des certificats qui leur sont affectés. ",
+ "certificateCredentialConfigurationDisabledDescription": "Interdit aux utilisateurs d’apporter des modifications aux informations d’identification associées aux certificats qui leur ont été attribués.",
"certificateCredentialConfigurationDisabledName": "L’utilisateur peut configurer les informations d’identification (niveau profil professionnel)",
"certificateInstallDescription": "Les applications que vous répertoriez ici peuvent modifier les certificats créés par Intune et gérer les certificats délivrés en dehors d'Intune.",
"certificateInstallTitle": "Autoriser d'autres applications à installer et à gérer des certificats",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "Actif",
"onlineButUnableToCheckin": "Compte désactivé",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Autorisation de lecture et de mise à jour de l’organisation",
"override": "Remplacer",
"overview": "Vue d'ensemble",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-hu.json b/Documentation/Strings-hu.json
index a8ef915..d61ae6e 100644
--- a/Documentation/Strings-hu.json
+++ b/Documentation/Strings-hu.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Hibaüzenet",
"customMessageToggle": "Egyéni üzenet megjelenítése időkorlát vagy hiba esetén",
"enableForAutopilotOnlyToggle": "Lap megjelenítése csak a kezdőélmény (OOBE) által regisztrált eszközöknek",
- "installQualityUpdatesToggle": "A Windows minőségi frissítéseinek telepítése (újraindíthatja az eszközt) (előzetes verzió)",
+ "installQualityUpdatesToggle": "A Windows frissítéseinek telepítése (újraindíthatja az eszközt) (előzetes verzió)",
"progressToggle": "Alkalmazás és profil konfigurációs folyamatának megjelenítése",
"resetToggle": "Az eszköz alaphelyzetbe állításának engedélyezése a felhasználóknak telepítési hiba esetén",
"timeout": "Hiba megjelenítése, ha a telepítés a (percekben) megadott időtartamnál több időt vesz igénybe"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Aktív órák vége",
"activeHoursStartName": "Aktív órák kezdete",
"addItem": "Adja meg az elemet",
- "addUserDisabledDescription": "Letiltja a felhasználók számára a személyes fiókok hozzáadását, illetve az azokba való bejelentkezést az eszközön.",
+ "addUserDisabledDescription": "Megakadályozza, hogy a végfelhasználók új felhasználói profilokat adjanak hozzá az eszközhöz.",
"addUserDisabledName": "Új felhasználók hozzáadása",
"addWindows32AppTitle": "Win32-alkalmazás hozzáadása helyi elérési út megadásával",
"addingGameCenterFriendsBlockedMacDescription": "Az Igen lehetőség választásával megakadályozza, hogy a felhasználók barátokat adjanak hozzá a Game Centerhez. A beállítás a macOS 10.13 vagy újabb verzióit futtató eszközökhöz érhető el.",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "Bekapcsolva",
"onlineButUnableToCheckin": "Letiltott fiók",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Szervezet olvasási, frissítési engedélye",
"override": "Felülbírálás",
"overview": "Áttekintés",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-it.json b/Documentation/Strings-it.json
index 934495e..539431d 100644
--- a/Documentation/Strings-it.json
+++ b/Documentation/Strings-it.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Messaggio di errore",
"customMessageToggle": "Mostrare un messaggio personalizzato in caso di raggiungimento del limite di tempo o se si verifica un errore",
"enableForAutopilotOnlyToggle": "Mostra la pagina solo ai dispositivi sottoposti a provisioning dalla Configurazione guidata",
- "installQualityUpdatesToggle": "Installare gli aggiornamenti di qualità di Windows (potrebbe riavviare il dispositivo) (anteprima)",
+ "installQualityUpdatesToggle": "Installare gli aggiornamenti di Windows (il dispositivo potrebbe riavviarsi) (anteprima)",
"progressToggle": "Mostra lo stato della configurazione di app e profili",
"resetToggle": "Consenti agli utenti di reimpostare il dispositivo se si verifica un errore di installazione",
"timeout": "Mostra un errore se l'installazione richiede più tempo rispetto al numero di minuti specificato"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Fine dell'orario di attività",
"activeHoursStartName": "Inizio dell'orario di attività",
"addItem": "Immettere un elemento",
- "addUserDisabledDescription": "Impedisce agli utenti di aggiungere e accedere ad account personali durante l'uso del dispositivo.",
+ "addUserDisabledDescription": "Impedisce agli utenti finali di aggiungere nuovi profili utente al dispositivo.",
"addUserDisabledName": "Aggiungi nuovi utenti",
"addWindows32AppTitle": "Aggiungi un'app Win32 specificando il percorso locale",
"addingGameCenterFriendsBlockedMacDescription": "Se selezionato, impedisce agli utenti di aggiungere amici a Game Center. Disponibile per i dispositivi che eseguono macOS versione 10.13 o versioni successive.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Servizi per rete dati",
"cellularExceptionToolTip": "Scegliere l'operazione da eseguire per il traffico dei servizi per rete dati quando è abilitata la VPN sempre attiva. Il valore predefinito per questa impostazione è l'opzione più sicura.",
"cellularName": "Rete cellulare",
- "certificateCredentialConfigurationDisabledDescription": "Impedisce agli utenti di apportare modifiche alle credenziali associate ai certificati associati ai certificati assegnati agli utenti.",
+ "certificateCredentialConfigurationDisabledDescription": "Impedisce agli utenti di apportare modifiche alle credenziali associate ai certificati a loro assegnati.",
"certificateCredentialConfigurationDisabledName": "L'utente può configurare le credenziali (livello profilo di lavoro)",
"certificateInstallDescription": "Le app elencate qui possono modificare i certificati creati da Intune e gestire i certificati recapitati all'esterno di Intune.",
"certificateInstallTitle": "Consentire ad altre app di installare e gestire i certificati",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "Sì",
"onlineButUnableToCheckin": "Account disabilitato",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Autorizzazione di lettura e aggiornamento dell'organizzazione",
"override": "Sostituzione",
"overview": "Panoramica",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-ja.json b/Documentation/Strings-ja.json
index f3ea9e2..3a8d097 100644
--- a/Documentation/Strings-ja.json
+++ b/Documentation/Strings-ja.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "エラー メッセージ",
"customMessageToggle": "時間制限またはエラーの発生時にカスタム メッセージを表示する",
"enableForAutopilotOnlyToggle": "out-of-box experience (OOBE) でプロビジョニングされたデバイスにのみページを表示する",
- "installQualityUpdatesToggle": "Windows 品質更新プログラムのインストール (デバイスの再起動を伴う可能性があります) (プレビュー)",
+ "installQualityUpdatesToggle": "Windows 更新プログラムのインストール (デバイスの再起動を伴う可能性があります) (プレビュー)",
"progressToggle": "アプリとプロファイルの構成の進行状況を表示します",
"resetToggle": "インストール エラーが発生した場合にデバイスのリセットをユーザーに許可する",
"timeout": "インストールに要する時間が指定された分数を超えたらエラーを表示します"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "アクティブ時間の終了",
"activeHoursStartName": "アクティブ時間の開始",
"addItem": "項目を入力します",
- "addUserDisabledDescription": "デバイス上でユーザーが個人用アカウントを追加したりサインインしたりできないようにします。",
+ "addUserDisabledDescription": "エンド ユーザーが新しいユーザー プロファイルをデバイスに追加できないようにします。",
"addUserDisabledName": "新規ユーザーを追加する",
"addWindows32AppTitle": "ローカル パスを指定して Win32 アプリを追加する",
"addingGameCenterFriendsBlockedMacDescription": "「はい」を選択すると、ユーザーが Game Center にフレンドを追加できなくなります。MacOS バージョン10.13 以降を実行しているデバイスで利用できます。",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "携帯ネットワーク サービス",
"cellularExceptionToolTip": "Always On VPN が有効になっているときに、携帯ネットワーク サービスのトラフィックが受ける影響を選択します。この設定の既定値は、最も安全なオプションです。",
"cellularName": "携帯ネットワーク",
- "certificateCredentialConfigurationDisabledDescription": "ユーザーが、割り当てられた証明書に関連付けられている資格情報への変更を加えることができないようにします。",
+ "certificateCredentialConfigurationDisabledDescription": "ユーザーが、自身に割り当てられた証明書に関連付けられている資格情報への変更を加えることができないようにします。",
"certificateCredentialConfigurationDisabledName": "ユーザーは資格情報を構成できます (作業プロファイル レベル)",
"certificateInstallDescription": "ここに一覧表示するアプリは、Intune によって作成された証明書を変更したり、Intune 以外で配信された証明書を管理したりできます。",
"certificateInstallTitle": "他のアプリに証明書のインストールと管理を許可する",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "オン",
"onlineButUnableToCheckin": "無効なアカウント",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "組織の読み取り、更新のアクセス許可",
"override": "オーバーライド",
"overview": "概要",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-ko.json b/Documentation/Strings-ko.json
index 91bca21..ee43adf 100644
--- a/Documentation/Strings-ko.json
+++ b/Documentation/Strings-ko.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "오류 메시지",
"customMessageToggle": "시간 제한 또는 오류 발생 시 사용자 지정 메시지 표시",
"enableForAutopilotOnlyToggle": "OOBE(첫 실행 경험)로 프로비저닝된 디바이스에만 페이지를 표시합니다.",
- "installQualityUpdatesToggle": "Windows 품질 업데이트 설치(디바이스를 다시 시작할 수 있음)(미리 보기)",
+ "installQualityUpdatesToggle": "Windows 업데이트 설치(디바이스를 다시 시작할 수 있습니다)(미리 보기)",
"progressToggle": "앱 및 프로필 구성 진행률 표시",
"resetToggle": "설치 오류가 발생하는 경우 사용자가 디바이스를 초기화할 수 있도록 허용",
"timeout": "설치 작업이 지정된 시간(분)보다 오래 걸리는 경우 오류 표시"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "활성 시간 끝",
"activeHoursStartName": "활성 시간 시작",
"addItem": "항목 입력",
- "addUserDisabledDescription": "디바이스를 사용하는 동안 사용자가 개인 계정을 추가하고 개인 계정에 로그인하지 못하도록 합니다.",
+ "addUserDisabledDescription": "최종 사용자가 디바이스에 새 사용자 프로필을 추가하지 못하도록 합니다.",
"addUserDisabledName": "새 사용자 추가",
"addWindows32AppTitle": "로컬 경로를 지정하여 Win32 앱 추가",
"addingGameCenterFriendsBlockedMacDescription": "예 사용자가 Game Center에 친구를 추가하지 못하게 합니다. macOS 버전 10.13 이상을 실행하는 디바이스에서 사용할 수 있습니다.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "셀룰러 서비스",
"cellularExceptionToolTip": "Always-On VPN이 사용하도록 설정된 경우 셀룰러 서비스를 통해 수행할 작업을 선택합니다. 이 설정의 기본값은 가장 안전한 옵션입니다.",
"cellularName": "셀룰러",
- "certificateCredentialConfigurationDisabledDescription": "사용자가 할당된 인증서와 연결된 인증서와 관련이 있는 자격 증명을 변경하지 못하도록 차단합니다.",
+ "certificateCredentialConfigurationDisabledDescription": "사용자가 할당된 인증서와 연결된 자격 증명을 변경하지 못하도록 차단합니다.",
"certificateCredentialConfigurationDisabledName": "사용자는 자격 증명을 구성할 수 있습니다(회사 프로필 수준).",
"certificateInstallDescription": "여기에 나열하는 앱은 Intune에서 만든 인증서를 변경할 수 있으며 Intune 외부에서 전송된 인증서를 관리할 수 있습니다.",
"certificateInstallTitle": "다른 앱에서 인증서를 설치하고 관리하도록 허용",
@@ -11023,6 +11023,8 @@
"ok": "확인",
"on": "설정",
"onlineButUnableToCheckin": "사용하지 않는 계정",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "조직 읽기, 업데이트 권한",
"override": "재정의",
"overview": "개요",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-nl.json b/Documentation/Strings-nl.json
index e84d4de..6231ada 100644
--- a/Documentation/Strings-nl.json
+++ b/Documentation/Strings-nl.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Foutbericht",
"customMessageToggle": "Aangepast bericht weergeven als de tijdslimiet bereikt wordt of er zich een fout voordoet",
"enableForAutopilotOnlyToggle": "Alleen pagina weergeven voor apparaten die zijn ingericht door Out-of-Box Experience (OOBE)",
- "installQualityUpdatesToggle": "Windows-kwaliteitsupdates installeren (het apparaat wordt mogelijk opnieuw opgestart) (preview)",
+ "installQualityUpdatesToggle": "Windows-updates installeren (het apparaat wordt mogelijk opnieuw opgestart) (preview)",
"progressToggle": "De voortgang van de app- en profielconfiguratie weergeven",
"resetToggle": "Toestaan dat gebruikers het apparaat opnieuw instellen als er een installatiefout optreedt",
"timeout": "Een foutbericht weergeven als de installatie langer duurt dan het opgegeven aantal minuten"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Einde gebruikstijd",
"activeHoursStartName": "Start gebruikstijd",
"addItem": "Item invoeren",
- "addUserDisabledDescription": "Hiermee wordt voorkomen dat gebruikers persoonlijke accounts toevoegen en zich erbij aanmelden op het apparaat.",
+ "addUserDisabledDescription": "Voorkomt dat eindgebruikers nieuwe gebruikersprofielen aan het apparaat toevoegen.",
"addUserDisabledName": "Nieuwe gebruikers toevoegen",
"addWindows32AppTitle": "Win32-app toevoegen door lokaal pad op te geven",
"addingGameCenterFriendsBlockedMacDescription": "Met Ja voorkomt u dat gebruikers vrienden toevoegen aan Game Center. Beschikbaar voor apparaten met macOS-versies 10.13 of hoger.",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "Aan",
"onlineButUnableToCheckin": "Uitgeschakeld account",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Lees- en updatemachtigingen voor organisatie",
"override": "Overschrijven",
"overview": "Overzicht",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-pl.json b/Documentation/Strings-pl.json
index 479f102..04a2e22 100644
--- a/Documentation/Strings-pl.json
+++ b/Documentation/Strings-pl.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Komunikat o błędzie",
"customMessageToggle": "Pokaż niestandardowy komunikat, gdy wystąpi limit czasu lub błąd",
"enableForAutopilotOnlyToggle": "Pokaż stronę tylko urządzeniom aprowizowanym za pomocą środowiska out-of-box experience (OOBE)",
- "installQualityUpdatesToggle": "Instalowanie aktualizacji dotyczących jakości systemu Windows (może to spowodować ponowne uruchomienie urządzenia) (wersja zapoznawcza)",
+ "installQualityUpdatesToggle": "Instalowanie aktualizacji systemu Windows (może to spowodować ponowne uruchomienie urządzenia) (wersja zapoznawcza)",
"progressToggle": "Pokaż postęp konfiguracji aplikacji i profilu",
"resetToggle": "Zezwalaj użytkownikom na resetowanie urządzenia, jeśli wystąpi błąd instalacji",
"timeout": "Pokaż błąd, jeśli instalacja trwa dłużej niż określona liczba minut"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Koniec godzin aktywnego użytkowania",
"activeHoursStartName": "Początek godzin aktywnego użytkowania",
"addItem": "Wprowadź element",
- "addUserDisabledDescription": "Uniemożliwia użytkownikom dodawanie kont osobistych i logowanie się do nich na urządzeniu.",
+ "addUserDisabledDescription": "Uniemożliwia użytkownikom końcowym dodawanie nowych profilów użytkowników do urządzenia.",
"addUserDisabledName": "Dodaj nowych użytkowników",
"addWindows32AppTitle": "Dodaj aplikację systemu Win32, określając ścieżkę lokalną",
"addingGameCenterFriendsBlockedMacDescription": "Tak, uniemożliwia użytkownikom dodawanie znajomych do Game Center. Dostępne dla urządzeń z systemem macOS w wersji 10.13 lub nowszej.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Usługi komórkowe",
"cellularExceptionToolTip": "Wybierz, co się dzieje z ruchem usług komórkowych, gdy jest aktywowana zawsze włączona sieć VPN. Wartość domyślna tego ustawienia to najbezpieczniejsza opcja.",
"cellularName": "Sieć komórkowa",
- "certificateCredentialConfigurationDisabledDescription": "Blokuje użytkownikom możliwość wprowadzania zmian w poświadczeniach skojarzonych z certyfikatami, które mają przypisane.",
+ "certificateCredentialConfigurationDisabledDescription": "Uniemożliwia użytkownikom wprowadzanie jakichkolwiek zmian w poświadczeniach skojarzonych z przypisanymi do nich certyfikatami.",
"certificateCredentialConfigurationDisabledName": "Użytkownik może skonfigurować poświadczenia (poziom profilu służbowego)",
"certificateInstallDescription": "Aplikacje wymienione tutaj mogą zmieniać certyfikaty utworzone przez usługę Intune i zarządzać certyfikatami dostarczanymi poza usługę Intune.",
"certificateInstallTitle": "Zezwalaj innym aplikacjom na instalowanie certyfikatów i zarządzanie nimi",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "Włączone",
"onlineButUnableToCheckin": "Wyłączone konto",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Uprawnienie do odczytu i aktualizacji organizacji",
"override": "Przesłoń",
"overview": "Omówienie",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-pt.json b/Documentation/Strings-pt.json
index 96eed70..a7921cc 100644
--- a/Documentation/Strings-pt.json
+++ b/Documentation/Strings-pt.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Error message",
"customMessageToggle": "Show custom message when time limit or error occurs",
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
- "installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
+ "installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
"progressToggle": "Show app and profile configuration progress",
"resetToggle": "Allow users to reset device if installation error occurs",
"timeout": "Show an error when installation takes longer than specified number of minutes"
@@ -4539,7 +4539,7 @@
"WindowsQualityUpdateProfile": {
"Details": {
"DaysUntilForcedReboot": {
- "label": "Number of days to wait before restart is enforced"
+ "label": "If a reboot is required, select the number of days before it's enforced"
},
"Description": {
"label": "Description"
@@ -4548,7 +4548,7 @@
"label": "Name"
},
"QualityUpdateRelease": {
- "label": "Expedite installation of quality updates if device OS version less than:"
+ "label": "Select the quality update you would like to Expedite"
},
"bladeTitle": "Quality updates Windows 10 and later (preview)",
"loadError": "Loading failed!"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Active hours end",
"activeHoursStartName": "Active hours start",
"addItem": "Enter item",
- "addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
+ "addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
"addUserDisabledName": "Add new users",
"addWindows32AppTitle": "Add Win32 app by specifying local path",
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Cellular services",
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
"cellularName": "Cellular",
- "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
+ "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
"certificateInstallTitle": "Allow other apps to install and manage certificates",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "On",
"onlineButUnableToCheckin": "Disabled account",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Organization read, update permission",
"override": "Override",
"overview": "Overview",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-ru.json b/Documentation/Strings-ru.json
index d209a13..7d3563a 100644
--- a/Documentation/Strings-ru.json
+++ b/Documentation/Strings-ru.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Сообщение об ошибке",
"customMessageToggle": "Показывать пользовательское сообщение при достижении ограничения по времени или возникновении ошибки",
"enableForAutopilotOnlyToggle": "Показывать только страницы для устройств, подготовленных при запуске во время первого включения компьютера",
- "installQualityUpdatesToggle": "Установите обновления качества Windows (может перезагрузить устройство) (предварительная версия)",
+ "installQualityUpdatesToggle": "Установить обновления Windows (может перезапустить устройство) (предварительная версия)",
"progressToggle": "Отобразить ход настройки приложений и профилей",
"resetToggle": "Разрешить пользователям сбросить параметры устройства при ошибке установки",
"timeout": "Отобразить ошибку, если установка занимает больше указанного времени в минутах"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Конец периода активности",
"activeHoursStartName": "Начало периода активности",
"addItem": "Введите элемент",
- "addUserDisabledDescription": "Запрещает пользователям добавлять личные учетные записи и входить в них, когда они используют устройство.",
+ "addUserDisabledDescription": "Запрещает конечным пользователям добавлять новые профили пользователей на устройство.",
"addUserDisabledName": "Добавить новых пользователей",
"addWindows32AppTitle": "Добавление приложения Win32 по локальному пути",
"addingGameCenterFriendsBlockedMacDescription": "Вариант \"Да\" запрещает пользователям добавлять друзей в Game Center. Доступно для устройств с macOS 10.13 или более поздних версий.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Мобильные службы",
"cellularExceptionToolTip": "Выберите способ обработки трафика мобильных служб при использовании постоянного VPN-подключения. Значение по умолчанию для этого параметра является наиболее безопасным.",
"cellularName": "Сотовая связь",
- "certificateCredentialConfigurationDisabledDescription": "Запрещает пользователям вносить изменения в учетные данные, связанные с назначенными им сертификатами.",
+ "certificateCredentialConfigurationDisabledDescription": "Запрещает пользователям вносить какие бы то ни было изменения в учетные данные, связанные с назначенными им сертификатами.",
"certificateCredentialConfigurationDisabledName": "Пользователь может настраивать учетные данные (уровень рабочего профиля)",
"certificateInstallDescription": "Перечисленные здесь приложения могут изменять сертификаты, созданные в Intune, и могут управлять сертификатами, доставленными вне Intune.",
"certificateInstallTitle": "Разрешить другим приложениям устанавливать сертификаты и управлять ими",
@@ -11023,6 +11023,8 @@
"ok": "ОК",
"on": "Вкл.",
"onlineButUnableToCheckin": "Отключенная учетная запись",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Разрешение на чтение и обновление организации",
"override": "Переопределяющая",
"overview": "Обзор",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-sv.json b/Documentation/Strings-sv.json
index a227971..0493e65 100644
--- a/Documentation/Strings-sv.json
+++ b/Documentation/Strings-sv.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Felmeddelande",
"customMessageToggle": "Visa anpassat meddelande vid tidsgräns eller fel",
"enableForAutopilotOnlyToggle": "Visa bara sidan för enheter som har etablerats via välkomstprogrammet",
- "installQualityUpdatesToggle": "Installera Windows-kvalitetsuppdateringar (kan starta om enheten) (förhandsversion)",
+ "installQualityUpdatesToggle": "Installera Windows-uppdateringar (kan starta om enheten) (förhandsversion)",
"progressToggle": "Visa inställningsförlopp för appar och profiler",
"resetToggle": "Tillåt användare att återställa enheten om det uppstår fel vid installationen",
"timeout": "Visa ett fel när installationen tar länge tid än angivet antal minuter"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Sluttid för aktiva timmar",
"activeHoursStartName": "Starttid för aktiva timmar",
"addItem": "Ange objekt",
- "addUserDisabledDescription": "Blockerar användare från att lägga till och logga in på privata konton på enheten.",
+ "addUserDisabledDescription": "Hindrar slutanvändare från att lägga till nya användarprofiler på enheten.",
"addUserDisabledName": "Lägg till nya användare",
"addWindows32AppTitle": "Lägg till Win32-app genom att ange lokal sökväg",
"addingGameCenterFriendsBlockedMacDescription": "Ja förhindrar att användare lägger till vänner i Game Center. Tillgängligt för enheter som kör macOS version 10.13 eller senare.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Mobiltjänster",
"cellularExceptionToolTip": "Välj vad som ska hända med mobiltjänsttrafiken när alltid på-VPN är aktiverat. Standardvärdet för den här inställningen är det säkraste alternativet.",
"cellularName": "Mobilnät",
- "certificateCredentialConfigurationDisabledDescription": "Blockera användare från att göra ändringar av autentiseringsuppgifter kopplade till certifikat som har tilldelats dem.",
+ "certificateCredentialConfigurationDisabledDescription": "Blockerar användare från att göra ändringar i autentiseringsuppgifter som är associerade med certifikat som tilldelats dem.",
"certificateCredentialConfigurationDisabledName": "Användaren kan konfigurera autentiseringsuppgifter (arbetsprofilnivå)",
"certificateInstallDescription": "Appar som du listar här kan ändra certifikat som skapats av Intune och kan hantera certifikat som levereras utanför Intune.",
"certificateInstallTitle": "Tillåt att andra appar installerar och hanterar certifikat",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "På",
"onlineButUnableToCheckin": "Inaktiverat konto",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Organisationsbehörighet: läsa, uppdatera",
"override": "Åsidosätt",
"overview": "Översikt",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-tr.json b/Documentation/Strings-tr.json
index ed42703..faea7c7 100644
--- a/Documentation/Strings-tr.json
+++ b/Documentation/Strings-tr.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Hata iletisi",
"customMessageToggle": "Zaman sınırı veya hatası oluştuğunda özel ileti göster",
"enableForAutopilotOnlyToggle": "İlk çalıştırma deneyimi (OOBE) tarafından sağlanan cihazlarda yalnızca sayfayı göster",
- "installQualityUpdatesToggle": "Windows kalite güncelleştirmelerini yükleyin (cihazı yeniden başlatabilir) (önizleme)",
+ "installQualityUpdatesToggle": "Windows güncelleştirmelerini yükleyin (cihazı yeniden başlatabilir) (önizleme)",
"progressToggle": "Uygulama ve profil yapılandırma ilerlemesini göster",
"resetToggle": "Yükleme hatası oluşursa kullanıcıların cihazı sıfırlamasına izin ver",
"timeout": "Yükleme belirtilen dakikadan uzun sürerse hata göster"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Etkin saatlerin sonu",
"activeHoursStartName": "Etkin saatlerin başlangıcı",
"addItem": "Öğe girin",
- "addUserDisabledDescription": "Kullanıcıların cihazdayken kişisel hesap eklemelerini ve kişisel hesaplarda oturum açmalarını engeller.",
+ "addUserDisabledDescription": "Son kullanıcıların cihaza yeni kullanıcı profilleri eklemesini engeller.",
"addUserDisabledName": "Yeni kullanıcı ekle",
"addWindows32AppTitle": "Yerel yol belirterek Win32 uygulaması ekle",
"addingGameCenterFriendsBlockedMacDescription": "Evet, kullanıcıların Game Center'a arkadaş eklemesini engeller. MacOS 10.13 veya sonraki sürümleri çalıştıran cihazlar için mevcuttur.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Hücresel hizmetler",
"cellularExceptionToolTip": "Her zaman açık VPN etkinleştirildiğinde, hücresel hizmetler trafiğine ne olacağını seçin. Bu ayar için varsayılan değer en güvenli seçenektir.",
"cellularName": "Hücresel",
- "certificateCredentialConfigurationDisabledDescription": "Kullanıcıların, kendilerine atanmış sertifikalarla ilişkilendirilen sertifikalarla ilişkili kimlik bilgilerinde herhangi bir değişiklik yapmasını engeller.",
+ "certificateCredentialConfigurationDisabledDescription": "Kullanıcıların, kendilerine atanmış sertifikalarla ilişkili kimlik bilgilerinde herhangi bir değişiklik yapmasını engeller.",
"certificateCredentialConfigurationDisabledName": "Kullanıcı, kimlik bilgilerini yapılandırabilir (iş profili düzeyi)",
"certificateInstallDescription": "Burada listelediğiniz uygulamalar, Intune tarafından yapılan sertifikaları değiştirebilir ve Intune dışında teslim edilen sertifikaları yönetebilir.",
"certificateInstallTitle": "Diğer uygulamaların sertifikaları yüklemesine ve yönetmesine izin verin",
@@ -11023,6 +11023,8 @@
"ok": "Tamam",
"on": "Açık",
"onlineButUnableToCheckin": "Hesap devre dışı",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Kuruluş okuma, güncelleştirme izni",
"override": "Geçersiz kıl",
"overview": "Genel Bakış",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-zh-chs.json b/Documentation/Strings-zh-chs.json
index 96eed70..a7921cc 100644
--- a/Documentation/Strings-zh-chs.json
+++ b/Documentation/Strings-zh-chs.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Error message",
"customMessageToggle": "Show custom message when time limit or error occurs",
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
- "installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
+ "installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
"progressToggle": "Show app and profile configuration progress",
"resetToggle": "Allow users to reset device if installation error occurs",
"timeout": "Show an error when installation takes longer than specified number of minutes"
@@ -4539,7 +4539,7 @@
"WindowsQualityUpdateProfile": {
"Details": {
"DaysUntilForcedReboot": {
- "label": "Number of days to wait before restart is enforced"
+ "label": "If a reboot is required, select the number of days before it's enforced"
},
"Description": {
"label": "Description"
@@ -4548,7 +4548,7 @@
"label": "Name"
},
"QualityUpdateRelease": {
- "label": "Expedite installation of quality updates if device OS version less than:"
+ "label": "Select the quality update you would like to Expedite"
},
"bladeTitle": "Quality updates Windows 10 and later (preview)",
"loadError": "Loading failed!"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Active hours end",
"activeHoursStartName": "Active hours start",
"addItem": "Enter item",
- "addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
+ "addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
"addUserDisabledName": "Add new users",
"addWindows32AppTitle": "Add Win32 app by specifying local path",
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Cellular services",
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
"cellularName": "Cellular",
- "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
+ "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
"certificateInstallTitle": "Allow other apps to install and manage certificates",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "On",
"onlineButUnableToCheckin": "Disabled account",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Organization read, update permission",
"override": "Override",
"overview": "Overview",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-zh-cht.json b/Documentation/Strings-zh-cht.json
index 96eed70..a7921cc 100644
--- a/Documentation/Strings-zh-cht.json
+++ b/Documentation/Strings-zh-cht.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Error message",
"customMessageToggle": "Show custom message when time limit or error occurs",
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
- "installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
+ "installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
"progressToggle": "Show app and profile configuration progress",
"resetToggle": "Allow users to reset device if installation error occurs",
"timeout": "Show an error when installation takes longer than specified number of minutes"
@@ -4539,7 +4539,7 @@
"WindowsQualityUpdateProfile": {
"Details": {
"DaysUntilForcedReboot": {
- "label": "Number of days to wait before restart is enforced"
+ "label": "If a reboot is required, select the number of days before it's enforced"
},
"Description": {
"label": "Description"
@@ -4548,7 +4548,7 @@
"label": "Name"
},
"QualityUpdateRelease": {
- "label": "Expedite installation of quality updates if device OS version less than:"
+ "label": "Select the quality update you would like to Expedite"
},
"bladeTitle": "Quality updates Windows 10 and later (preview)",
"loadError": "Loading failed!"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Active hours end",
"activeHoursStartName": "Active hours start",
"addItem": "Enter item",
- "addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
+ "addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
"addUserDisabledName": "Add new users",
"addWindows32AppTitle": "Add Win32 app by specifying local path",
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Cellular services",
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
"cellularName": "Cellular",
- "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
+ "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
"certificateInstallTitle": "Allow other apps to install and manage certificates",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "On",
"onlineButUnableToCheckin": "Disabled account",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Organization read, update permission",
"override": "Override",
"overview": "Overview",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-zh-hans.json b/Documentation/Strings-zh-hans.json
index 786580d..87596ca 100644
--- a/Documentation/Strings-zh-hans.json
+++ b/Documentation/Strings-zh-hans.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "错误消息",
"customMessageToggle": "发生时间限制或出错时显示自定义消息",
"enableForAutopilotOnlyToggle": "仅向通过全新安装体验(OOBE)预配的设备显示页面",
- "installQualityUpdatesToggle": "安装 Windows 质量更新(可能会重启设备)(预览版)",
+ "installQualityUpdatesToggle": "安装 Windows 更新(可能会重启设备) (预览)",
"progressToggle": "显示应用和配置文件安装进度",
"resetToggle": "如果发生安装错误,允许用户重置设备",
"timeout": "在安装时间超过指定的分钟数时显示错误信息"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "活动时间结束",
"activeHoursStartName": "活动时间开始",
"addItem": "输入项",
- "addUserDisabledDescription": "在使用此设备时阻止用户添加和登录到个人帐户。",
+ "addUserDisabledDescription": "阻止最终用户向设备添加新的用户个人资料。",
"addUserDisabledName": "添加新用户",
"addWindows32AppTitle": "通过指定本地路径添加 Win32 应用",
"addingGameCenterFriendsBlockedMacDescription": "选择“是”选项将阻止用户将朋友添加到 Game Center。运行 macOS 版本 10.13 或更高版本的设备可以执行此操作。",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "手机网络服务",
"cellularExceptionToolTip": "选择启用 始终可用 VPN 后手机网络服务流量会发生什么。此设置的默认值是最安全的选项。",
"cellularName": "手机网络",
- "certificateCredentialConfigurationDisabledDescription": "阻止用户对与分配给其的证书关联的凭据做更改。",
+ "certificateCredentialConfigurationDisabledDescription": "阻止用户对其分配到的证书关联的凭据做出任何更改。",
"certificateCredentialConfigurationDisabledName": "用户可以配置凭据(工作配置文件级)",
"certificateInstallDescription": "此处列出的应用可以更改 Intune 生成的证书,并可以管理在 Intune 外部传递的证书。",
"certificateInstallTitle": "允许其他应用安装和管理证书",
@@ -11023,6 +11023,8 @@
"ok": "确定",
"on": "开",
"onlineButUnableToCheckin": "禁用的帐户",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "组织读取、更新权限",
"override": "覆盖",
"overview": "概述",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-zh-hant.json b/Documentation/Strings-zh-hant.json
index cd3fd3b..495106c 100644
--- a/Documentation/Strings-zh-hant.json
+++ b/Documentation/Strings-zh-hant.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "錯誤訊息",
"customMessageToggle": "發生時間限制錯誤時,顯示自訂的訊息",
"enableForAutopilotOnlyToggle": "僅顯示由全新體驗 (OOBE) 佈建的裝置頁面",
- "installQualityUpdatesToggle": "安裝 Windows 品質更新 (可能會將裝置重新啟動) (預覽)",
+ "installQualityUpdatesToggle": "安裝 Windows 更新 (可能會將裝置重新啟動) (預覽)",
"progressToggle": "顯示應用程式與設定檔的設定進度",
"resetToggle": "允許使用者在發生安裝錯誤時重設裝置",
"timeout": "當安裝時間超過指定的分鐘數時顯示錯誤"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "使用中時數結束",
"activeHoursStartName": "使用中時數開始",
"addItem": "輸入項目",
- "addUserDisabledDescription": "封鎖使用者無法在該裝置上新增或登入個人帳戶。",
+ "addUserDisabledDescription": "防止終端使用者在裝置上新增使用者設定檔。",
"addUserDisabledName": "新增使用者",
"addWindows32AppTitle": "利用指定本機路徑的方式新增 Win32 應用程式",
"addingGameCenterFriendsBlockedMacDescription": "是,禁止使用者將朋友加入 Game Center。適用於執行 macOS 版本 10.13 或更新版本的裝置。",
@@ -11023,6 +11023,8 @@
"ok": "確定",
"on": "開啟",
"onlineButUnableToCheckin": "已停用的帳戶",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "組織讀取、更新權限",
"override": "覆寫",
"overview": "概觀",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Documentation/Strings-zh.json b/Documentation/Strings-zh.json
index 96eed70..a7921cc 100644
--- a/Documentation/Strings-zh.json
+++ b/Documentation/Strings-zh.json
@@ -1879,7 +1879,7 @@
"customMessageTextBox": "Error message",
"customMessageToggle": "Show custom message when time limit or error occurs",
"enableForAutopilotOnlyToggle": "Only show page to devices provisioned by out-of-box experience (OOBE)",
- "installQualityUpdatesToggle": "Install Windows updates (might restart the device) (preview)",
+ "installQualityUpdatesToggle": "Install Windows updates (might restart the device)",
"progressToggle": "Show app and profile configuration progress",
"resetToggle": "Allow users to reset device if installation error occurs",
"timeout": "Show an error when installation takes longer than specified number of minutes"
@@ -4539,7 +4539,7 @@
"WindowsQualityUpdateProfile": {
"Details": {
"DaysUntilForcedReboot": {
- "label": "Number of days to wait before restart is enforced"
+ "label": "If a reboot is required, select the number of days before it's enforced"
},
"Description": {
"label": "Description"
@@ -4548,7 +4548,7 @@
"label": "Name"
},
"QualityUpdateRelease": {
- "label": "Expedite installation of quality updates if device OS version less than:"
+ "label": "Select the quality update you would like to Expedite"
},
"bladeTitle": "Quality updates Windows 10 and later (preview)",
"loadError": "Loading failed!"
@@ -5088,7 +5088,7 @@
"activeHoursEndName": "Active hours end",
"activeHoursStartName": "Active hours start",
"addItem": "Enter item",
- "addUserDisabledDescription": "Blocks users from adding and signing in to personal accounts while on the device.",
+ "addUserDisabledDescription": "Prevents end users from adding new user profiles to the device.",
"addUserDisabledName": "Add new users",
"addWindows32AppTitle": "Add Win32 app by specifying local path",
"addingGameCenterFriendsBlockedMacDescription": "Yes prevents users from adding friends to Game Center. Available for devices running macOS versions 10.13 or later.",
@@ -6015,7 +6015,7 @@
"cellularExceptionName": "Cellular services",
"cellularExceptionToolTip": "Choose what happens with cellular services traffic when always-on VPN is enabled. The default value for this setting is the most secure option.",
"cellularName": "Cellular",
- "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.",
+ "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates assigned to them.",
"certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)",
"certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.",
"certificateInstallTitle": "Allow other apps to install and manage certificates",
@@ -11023,6 +11023,8 @@
"ok": "OK",
"on": "On",
"onlineButUnableToCheckin": "Disabled account",
+ "orgDestinationAnySourceOptionText": "Org data destinations and any source",
+ "orgDestinationOrgSourceOptionText": "Org data destinations and org data sources",
"orgPermission": "Organization read, update permission",
"override": "Override",
"overview": "Overview",
@@ -12719,6 +12721,7 @@
"conditionLabelMulti": "{0} conditions selected",
"conditionLabelOne": "1 condition selected",
"conditionalAccessBladeTitle": "Conditional Access",
+ "conditionsInfoBalloonAriaLabelAccessibility": "Additional information about condition selection",
"conditionsNotSelectedLabel": "Not configured",
"conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected",
"conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.",
@@ -12795,6 +12798,7 @@
"excludeAllTrustedLocationSelectorText": "all trusted locations",
"featureRequiresP2": "This feature requires Microsoft Entra ID P2 license.",
"friday": "Friday",
+ "grantControlInfoBalloonAriaLabelAccessibility": "Additional information about grant controls",
"grantControls": "Grant controls",
"gridNetworkTrusted": "Trusted",
"gridPolicyEnabled": "Enabled",
@@ -12907,6 +12911,7 @@
"needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected",
"needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected",
"needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected",
+ "networkResourcesInfoBalloonAriaLabelAccessibility": "Additional information about network resources",
"newCertName": "new cert",
"noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.",
"noPolicyRowMessage": "No policies",
@@ -13070,6 +13075,7 @@
"sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.",
"sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.",
"sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.",
+ "sessionControlInfoBalloonAriaLabelAccessibility": "Additional information about session controls",
"sessionControlsAppEnforcedLabel": "Use app enforced restrictions",
"sessionControlsCasLabel": "Use Conditional Access App Control",
"sessionControlsSecureSignInLabel": "Require token protection",
@@ -13088,6 +13094,7 @@
"startTimePickerLabel": "Start time",
"sunday": "Sunday",
"targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}",
+ "targetControlInfoBalloonAriaLabelAccessibility": "Additional information about target resources",
"targetRegions": "Target regions",
"targetSelect": "Select target type",
"testButton": "What If",
@@ -13138,6 +13145,7 @@
"userSelectorGroupSingular": "1 group",
"userSelectorIncluded": "{0} included",
"userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'",
+ "userSelectorInfoBalloonAriaLabelAccessibility": "Additional information about user selection",
"userSelectorSelected": "{0} selected",
"userSelectorTitle": "User",
"userSelectorUserAndGroup": "{0}, {1}",
diff --git a/Extensions/EndpointManager.psm1 b/Extensions/EndpointManager.psm1
index 8ea4627..12ecf86 100644
--- a/Extensions/EndpointManager.psm1
+++ b/Extensions/EndpointManager.psm1
@@ -237,7 +237,7 @@ function Invoke-InitializeModule
ViewID = "IntuneGraphAPI"
API = "/deviceManagement/deviceComplianceScripts"
PostImportCommand = { Start-PostImportComplianceScripts @args }
- Permissons=@("DeviceManagementConfiguration.ReadWrite.All")
+ Permissons=@("DeviceManagementScripts.ReadWrite.All")
GroupId = "CompliancePolicies"
Icon = "Scripts"
ImportOrder = 80
@@ -378,7 +378,7 @@ function Invoke-InitializeModule
DetailExtension = { Add-ScriptExtensions @args }
ExportExtension = { Add-ScriptExportExtensions @args }
PostExportCommand = { Start-PostExportScripts @args }
- Permissons=@("DeviceManagementManagedDevices.ReadWrite.All") # !!! DeviceManagementScripts.ReadWrite.All
+ Permissons=@("DeviceManagementScripts.ReadWrite.All")
AssignmentsType = "deviceManagementScriptAssignments"
Icon="Scripts"
GroupId = "Scripts"
@@ -392,7 +392,7 @@ function Invoke-InitializeModule
DetailExtension = { Add-ScriptExtensions @args }
ExportExtension = { Add-ScriptExportExtensions @args }
PostExportCommand = { Start-PostExportScripts @args }
- Permissons=@("DeviceManagementManagedDevices.ReadWrite.All")
+ Permissons=@("DeviceManagementScripts.ReadWrite.All")
AssignmentsType = "deviceManagementScriptAssignments"
Icon="Scripts"
GroupId = "Scripts"
@@ -403,7 +403,7 @@ function Invoke-InitializeModule
Id = "MacCustomAttributes"
API = "/deviceManagement/deviceCustomAttributeShellScripts"
ViewID = "IntuneGraphAPI"
- Permissons=@("DeviceManagementManagedDevices.ReadWrite.All")
+ Permissons=@("DeviceManagementScripts.ReadWrite.All")
AssignmentsType = "deviceManagementScriptAssignments"
Icon="CustomAttributes"
GroupId = "CustomAttributes" # MacOS Settings
@@ -750,7 +750,7 @@ function Invoke-InitializeModule
PreUpdateCommand = { Start-PreUpdateDeviceHealthScripts @args }
PostExportCommand = { Start-PostExportDeviceHealthScripts @args }
ExportExtension = { Add-ScriptExportExtensions @args }
- Permissons=@("DeviceManagementConfiguration.ReadWrite.All")
+ Permissons=@("DeviceManagementScripts.ReadWrite.All")
GroupId = "EndpointAnalytics"
Icon = "Report"
AssignmentsType = "deviceHealthScriptAssignments"
@@ -4135,13 +4135,15 @@ function Add-ConditionalAccessImportExtensions
$CAStates += [PSCustomObject]@{
Name = "Off"
Value = "disabled"
- }
+ }
+
+ $defaultCAState = Get-SettingValue "ConditionalAccessState"
$global:cbImportCAState = [System.Windows.Controls.ComboBox]::new()
$global:cbImportCAState.DisplayMemberPath = "Name"
$global:cbImportCAState.SelectedValuePath = "Value"
$global:cbImportCAState.ItemsSource = $CAStates
- $global:cbImportCAState.SelectedValue = "disabled"
+ $global:cbImportCAState.SelectedValue = $defaultCAState
$global:cbImportCAState.Margin="0,5,0,0"
$global:cbImportCAState.HorizontalAlignment="Left"
$global:cbImportCAState.Width=250
diff --git a/Extensions/IntuneTools.psm1 b/Extensions/IntuneTools.psm1
index 19aa156..eabaab9 100644
--- a/Extensions/IntuneTools.psm1
+++ b/Extensions/IntuneTools.psm1
@@ -704,7 +704,10 @@ function Invoke-LoadADMXSettings
$tvItem | Add-Member -MemberType NoteProperty -Name "AllPolicies" -Value $true
}
- $global:tvADMXCategories.Items[1].Items.Add($tvItem) | Out-Null
+ try {
+ $global:tvADMXCategories.Items[1].Items.Add($tvItem) | Out-Null
+ }
+ catch{}
}
function Set-ADMXSettingStatusText
@@ -854,6 +857,7 @@ function Get-ADMXCategoryNamePath
}
$catObj = $script:admxXML.policyDefinitions.categories.selectSingleNode("$($script:xmlNSPrefix)category[@name='$($categoryId)']",$script:xmlNS)
+ #$catObj = $script:admxXML.policyDefinitions.categories.category | Where Name -eq "$categoryId"
$categories = @()
while($catObj)
@@ -862,6 +866,7 @@ function Get-ADMXCategoryNamePath
if($catObj.parentCategory.ref)
{
$catObj = $script:admxXML.policyDefinitions.categories.selectSingleNode("$($script:xmlNSPrefix)category[@name='$($catObj.parentCategory.ref)']", $script:xmlNS)
+ #$catObj = $script:admxXML.policyDefinitions.categories.category | where name -eq $catObj.parentCategory.ref
}
else
{
diff --git a/Extensions/MSGraph.psm1 b/Extensions/MSGraph.psm1
index f916b43..96ace73 100644
--- a/Extensions/MSGraph.psm1
+++ b/Extensions/MSGraph.psm1
@@ -53,6 +53,25 @@ function Invoke-InitializeModule
}
)
+ $script:lstConditionalAccessState = @(
+ [PSCustomObject]@{
+ Name = "As Exported - Change On to Report-only"
+ Value = "AsExportedReportOnly"
+ },
+ [PSCustomObject]@{
+ Name = "As Exported"
+ Value = "AsExported"
+ },
+ [PSCustomObject]@{
+ Name = "Report-only"
+ Value = "enabledForReportingButNotEnforced"
+ },
+ [PSCustomObject]@{
+ Name = "Off"
+ Value = "disabled"
+ }
+ )
+
$script:lstGraphPageSize = @(
[PSCustomObject]@{
Name = "Graph API Default"
@@ -274,6 +293,15 @@ function Invoke-InitializeModule
DefaultValue = "20"
Description = "How many items load at a time"
}) "GraphGeneral"
+
+ Add-SettingsObject (New-Object PSObject -Property @{
+ Title = "Default Conditional Access Policy State"
+ Key = "ConditionalAccessState"
+ Type = "List"
+ ItemsSource = $script:lstConditionalAccessState
+ DefaultValue = "disabled"
+ Description = "Define the default option of the Conditional Access policy state. It is recommended to have this to disabled to avoid accidental tenant lock out"
+ }) "ImportExport"
}
function Get-GraphAppInfo
diff --git a/MSALInfo.md b/MSALInfo.md
index b92591c..bb077ae 100644
--- a/MSALInfo.md
+++ b/MSALInfo.md
@@ -10,7 +10,6 @@ See GitHub repository [MSAL for .Net](https://github.com/AzureAD/microsoft-authe
MSAL uses OAuth2 to authenticate to an Application in Azure. This script has two applications pre-defined in Settings:
-- Microsoft Intune PowerShell (d1ddf0e4-d672-4dae-b554-9d5bdfd93547)
- Microsoft Graph PowerShell (14d82eec-204b-4c2f-b7e8-296a70dab67e)
Microsoft Intune PowerShell is the same application as the Intune PowerShell module uses and this is the default application for the script.
@@ -21,6 +20,59 @@ The script will detect if the selected app is missing permissions and prompt for
A Custom application can be specified in Settings. This could theoretically be a custom created app in Azure. However, if an App is registered in Azure, it will be single tenant only. This can be used to backup an existing environment but the Azure App cannot be used to import data in another tenant. Use Enterprise Apps and Common/Organizations authority to allow access to multiple tenants.
+## Create Custom Application ##
+
+Documentation by Microsoft: [Quickstart: Register an application with the Microsoft identity platform](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app)
+
+Steps:
+* Go to the Entra Portal
+
+ * Register a new App registration in Entra
+ Note Application Id
+
+ * Add Delegated permissions
+
+ * Microsoft Graph
+ For full support of the app requires:
+ Application.Read.All
+ Agreement.ReadWrite.All
+ CloudPC.ReadWrite.All
+ DeviceManagementApps.ReadWrite.All
+ DeviceManagementConfiguration.ReadWrite.All
+ DeviceManagementManagedDevices.ReadWrite.All
+ DeviceManagementRBAC.ReadWrite.All
+ DeviceManagementScripts.ReadWrite.All
+ DeviceManagementServiceConfig.ReadWrite.All
+ Organization.ReadWrite.All
+ Policy.ReadWrite.ConditionalAccess
+
+ It will also need User.ReadWrite.All,Group.ReadWrite.All but you could set these to read only unless you will let the app create Groups.
+
+ **Note:** Change all **ReadWrite** to **Read** in the permissions above to create an Entra App with Read Only access.
+
+ * Grant permissions for the environment
+
+ * Go to Authentication
+ * Click **+ Add platform**
+ * Click on **Mobile and desktop applications**
+ * Check **https://login.microsoftonline.com/common/oauth2/nativeclient**
+ msal value can also be used
+
+* Start the Tool
+
+ * Go to Settings
+
+ * Change Application in Endpoint Manager/Intune section
+
+ * Set drop down to Empty. It will only use custom app if drop down is empty
+ * Specify App Id from the Entra App created earlier
+ * Specify Redirect URL to https://login.microsoftonline.com/common/oauth2/nativeclient
+ This must match the setting in the Entra App.
+
+ * Save Settings
+
+ * Restart app
+
## Token
The MSAL authentication will create a token that is used when calling APIs in Microsoft Graph. This token is cached in an encrypted **msalcahce.bin3** file in the **%LOCALAPPDATA%\CloudAPIPowerShellManagement** folder. The file can only be decrypted by the same user. Caching the token can be disabled in Settings.
diff --git a/README.md b/README.md
index c76820e..8124130 100644
--- a/README.md
+++ b/README.md
@@ -218,7 +218,7 @@ This will replace the default columns and add new columns with specific header.
See [Change Log](ReleaseNotes.md) for more information
## Authentication
-See [MSAL Info](MSALInfo.md) for more information about authentication
+See [MSAL Info](MSALInfo.md) for more information about authentication and how to create a custom application in Entra.
## Settings
@@ -250,6 +250,7 @@ Start-WithJson.cmd is included as an example on how to start the script with jso
* Apple Enrolment Types - NOT fully tested
* Autopilot profiles
* Baseline Security profiles
+* BIOS Configuration
* Compliance policies
* Compliance policies v2
* Compliance scripts
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 9beae24..0879141 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,4 +1,72 @@
# Release Notes
+## 3.10.1 - 2025-09-14
+
+
+A huge thank you to:
+- @befra for fixing uploads with PowerShell 7.5
+- @MrR0bert for fixing issues with Organization name with spaces
+
+
+**BREAKING CHANGE**
+Permission requirements has changed on script policies. **DeviceManagementScripts.ReadWrite.All** is now required and Consent Request might be required to add the permissions
+
+**New features**
+
+- **Official PowerShell 7 Support**
+ - PowerShell 7 is now supported
+ This is now the recommended way of using the tool.
+ PowerShell 7 has full support for WAM authentication which is required for strong authentication like FIDO2 etc.
+
+- **Authentication**
+ - Added documentation on how to create a custom Entra app in [MSAL Info](MSALInfo.md)
+ - Changed permission requiremnt to **DeviceManagementScripts.ReadWrite.All** for
+ - Compliance Scripts
+ - Custom Attributes
+ - Health Scripts
+ - Scripts (PowerShell)
+ - Scripts (Shell)
+
+**Fixes**
+
+- **Generic**
+ - Cannot rename Settings Catalog
+ Based on [Issue 344](https://github.com/Micke-K/IntuneManagement/issues/344)
+
+- **Compare**
+ - Compare added letter N to the string output
+ Based on [Issue 320](https://github.com/Micke-K/IntuneManagement/issues/320)
+ - Wrong Category when comparing Settings Catalog objects
+ Based on [Issue 317](https://github.com/Micke-K/IntuneManagement/issues/317)
+
+- **Import/Export**
+ - Basline Security Policy not imported
+ Based on [Issue 241](https://github.com/Micke-K/IntuneManagement/issues/241)
+ - Fixed import of old exported Compliance Policies
+ DeviceSettings property support removed and cause import failure
+ - Custom Compliance Scripts were not imported befor the Compliance Policy
+ Based on [Issue 353](https://github.com/Micke-K/IntuneManagement/issues/353)
+ - Added support for BIOS Configurations
+ Based on [Issue 350](https://github.com/Micke-K/IntuneManagement/issues/350)
+ - Set default Conditional Access state in Settings
+ Based on [Issue 298](https://github.com/Micke-K/IntuneManagement/issues/298)
+
+- **Documentation**
+ - "Not configured" valued added when Uncofigured settings was selected
+ Based on [Issue 342](https://github.com/Micke-K/IntuneManagement/issues/342)
+ - Add file content to documentation e.g. Custom Configuration profiles for MacOS
+ Based on [Issue 329](https://github.com/Micke-K/IntuneManagement/issues/329)
+ - Output type for Word export - PDF is now supported
+ Based on [Discussion 329](https://github.com/Micke-K/IntuneManagement/discussions/331)
+ - Skip date in documentation output
+ Based on [Issue 336](https://github.com/Micke-K/IntuneManagement/issues/336)
+ - Added support for Compliance Policies for Linux
+ - Language files re-generated
+ - AppTypes file re-generated
+
+- **ADMX Tool**
+ - Failed to import settings for some ADMX files
+ Based on [Issue 338](https://github.com/Micke-K/IntuneManagement/issues/338)
+
## 3.10.0 - 2025-02-22 - Beta 1 (Development branch)