forked from KelvinTegelaar/CIPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request KelvinTegelaar#3699 from Ren-Roros-Digital/UserPre…
…fLang feat: new UserPreferredLanguage standard
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -909,6 +909,33 @@ | |
"powershellEquivalent": "Graph API", | ||
"recommendedBy": [] | ||
}, | ||
{ | ||
"name": "standards.UserPreferredLanguage", | ||
"cat": "Entra (AAD) Standards", | ||
"tag": [], | ||
"helpText": "Sets the preferred language property for all users in the tenant. This will override the user's language settings.", | ||
"docsDescription": "Sets the preferred language property for all users in the tenant. This will override the user's language settings.", | ||
"addedComponent": [ | ||
{ | ||
"type": "autoComplete", | ||
"multiple": false, | ||
"creatable": false, | ||
"name": "standards.UserPreferredLanguage.preferredLanguage", | ||
"label": "Preferred Language", | ||
"api": { | ||
"url": "/languageList.json", | ||
"labelField": "language", | ||
"valueField": "tag" | ||
} | ||
} | ||
], | ||
"label": "Preferred language for all users", | ||
"impact": "High Impact", | ||
"impactColour": "info", | ||
"addedDate": "2025-02-26", | ||
"powershellEquivalent": "Update-MgUser -UserId [email protected] -BodyParameter @{preferredLanguage='en-US'}", | ||
"recommendedBy": [] | ||
}, | ||
{ | ||
"name": "standards.OutBoundSpamAlert", | ||
"cat": "Exchange Standards", | ||
|