Share via

Language settings powershell - intune

Anonymous
2022-11-30T11:30:47+00:00

I am trying to apply language settings via intune using powershell script:

$languageList = Get-WinUserLanguageList

$LanguageList.Remove(($LanguageList | Where-Object LanguageTag -like 'fi'))

$LanguageList.Add("en-FI")

$LanguageList.Add("en-GB")

Set-WinUserLanguageList -LanguageList $LanguageList

When I run this script directly from the PC, it works like it should. It removes Finnish language and adds the other 2. It leaves users other languages as it is.

Problem is with, when I´m trying to apply this via intune, it removes all the languages from user and leaves only en-GB. Any idea what could be wrong?

Microsoft 365 and Office | Install, redeem, activate | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-11-30T13:36:37+00:00

    Dear SauPom,

    Good day! Thank you for posting to Microsoft Community. We are happy to help you.

    Based on your description, I know your requirement. I am willing to help you but since your scenario is about Powershell, we have limited information on this forum as this is Out of our support scope.

    We recommend you post this query here: Microsoft PowerShell Community to get accurate information from a dedicated team of experts in this scope.

    Your understanding and cooperation is much appreciated.

    Thanks for your precious time. Have a nice day.

    Sincerely,

    Anesu | Microsoft Community Moderator

    Was this answer helpful?

    0 comments No comments