Does anyone know how to extract the OS language of PCs in Intune via Powershell

Audi911 0 Reputation points
2024-05-07T06:15:46.07+00:00

Hello,

Can someone please share me a script on how I can go about extracting the OS language of my devices in Intune.

I have scoured the internet and came across Graph Beta which seems to be able to do it but I cannot figure out how to do it.

I'm basically looking for someone who has done this before and can share me the powershell commands they used to achieve this if it's possible.

Thanks

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,132 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 31,016 Reputation points Microsoft Vendor
    2024-05-08T00:29:54.09+00:00

    Hi Audi911,

    Thank you for posting.

    The Get-WinSystemLocale cmdlet can get the system locale setting for you.

    Please refer to this link for details.

    https://learn.microsoft.com/en-us/powershell/module/international/get-winsystemlocale?view=windowsserver2022-ps

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.


  2. Audi911 0 Reputation points
    2024-05-09T18:28:35.5533333+00:00

    Anyone have any insight on this?

    Thanks

    0 comments No comments