{"id":53111,"date":"2025-02-19T08:01:19","date_gmt":"2025-02-18T22:01:19","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/?p=53111"},"modified":"2025-02-19T08:01:21","modified_gmt":"2025-02-18T22:01:21","slug":"add-language-keyboards-to-windows-machines-with-intune","status":"publish","type":"post","link":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/","title":{"rendered":"Add Language Keyboards to Windows Machines with Intune"},"content":{"rendered":"\n<p>In this Microsoft Intune blog post, we will demonstrate the process of adding an additional language keyboard to a Windows machine using Microsoft Intune.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-yoast-seo-estimated-reading-time yoast-reading-time__wrapper\"><span class=\"yoast-reading-time__icon\"><svg aria-hidden=\"true\" focusable=\"false\" data-icon=\"clock\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" style=\"display:inline-block;vertical-align:-0.1em\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg><\/span><span class=\"yoast-reading-time__spacer\" style=\"display:inline-block;width:1em\"><\/span><span class=\"yoast-reading-time__descriptive-text\">Estimated reading time: <\/span><span class=\"yoast-reading-time__reading-time\">3<\/span><span class=\"yoast-reading-time__time-unit\"> minutes<\/span><\/p>\n\n\n\n<p>Microsoft Intune is a cloud-based service that provides comprehensive management of devices, applications, and security for organizations.<\/p>\n\n\n\n<p>As part of the Microsoft Endpoint Manager suite, Intune enables IT administrators to easily manage devices across different platforms, including Windows, macOS, iOS, and Android.<\/p>\n\n\n\n<p>With its powerful features, Intune helps ensure that devices are compliant with security policies, software updates, and organizational standards, making it an essential tool for modern device management.<\/p>\n\n\n\n<p>One of the useful features of Intune is the ability to add additional language keyboards to Windows machines. This can be particularly beneficial in a multilingual environment where users need to switch between different languages for their daily tasks.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-deploying-powershell-scripts\">Deploying PowerShell scripts<\/h2>\n\n\n\n<p>Deploying PowerShell scripts with Microsoft Intune offers a robust method for automating tasks and configurations across managed Windows devices.<\/p>\n\n\n\n<p>This capability allows IT administrators to execute scripts on endpoints to achieve various administrative tasks, such as installing applications, setting configurations, or adding language keyboards.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-add-an-additional-language-keyboard\">Add an Additional Language Keyboard<\/h2>\n\n\n\n<p>To add an additional language keyboard to a Windows machine with Intune, a PowerShell script is required. This script will execute when a user logs in to the machine.<\/p>\n\n\n\n<p>The PowerShell script will install the additional language as shown in the following code.<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8e5b326f2e8b694f41c6f495de7c10f0\"><code># Retrieve the current list of user languages on the Windows machine\n$LanguageList = Get-WinUserLanguageList\n# Add Mandarin (zh-CH) to the list of user languages\n$LanguageList.Add(\"zh-CH\")\n# Set the updated language list as the new user language list, using the -Force parameter to apply changes\nSet-WinUserLanguageList $LanguageList -Force\n<\/code><\/pre>\n\n\n\n<p>We will install a Mandarin keyboard. Save the script with a .PS1 extension.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open Microsoft Intune.<\/li>\n\n\n\n<li>Go to Scripts and remediations.<\/li>\n\n\n\n<li>Select <strong>Platform Scripts<\/strong>.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"236\" height=\"404\" data-src=\"\/wp-content\/uploads\/2025\/02\/image-1.png\" alt=\"\" class=\"wp-image-53113 lazyload\" data-srcset=\"\/wp-content\/uploads\/2025\/02\/image-1.png 236w, \/wp-content\/uploads\/2025\/02\/image-1-175x300.png 175w\" data-sizes=\"(max-width: 236px) 100vw, 236px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 236px; --smush-placeholder-aspect-ratio: 236\/404;\" \/><\/figure>\n\n\n\n<p>From the Platform Script tab click on <strong>Add<\/strong><\/p>\n\n\n\n<p>Give the script a name and click next<\/p>\n\n\n\n<p>Select the settings shown in the screenshot below and assign the script to machines.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"236\" height=\"404\" data-src=\"\/wp-content\/uploads\/2025\/02\/image-1.png\" alt=\"\" class=\"wp-image-53112 lazyload\" data-srcset=\"\/wp-content\/uploads\/2025\/02\/image-1.png 236w, \/wp-content\/uploads\/2025\/02\/image-1-175x300.png 175w\" data-sizes=\"(max-width: 236px) 100vw, 236px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 236px; --smush-placeholder-aspect-ratio: 236\/404;\" \/><\/figure>\n\n\n\n<p>`Once the script is set up in Intune, it will be deployed to the designated machines based on the assignment criteria. The Intune client on each machine will execute the script during the next policy refresh cycle. This process typically occurs every 8 hours but can be manually triggered by syncing with Intune.<\/p>\n\n\n\n<p>When the script runs, it will modify the Windows user language list by adding Mandarin (zh-CH) and setting it as the new language preference. Changes will be applied immediately, but a restart may be required for some settings to take full effect.<\/p>\n\n\n\n<p>Users will notice the availability of the Mandarin keyboard in their input options.<\/p>\n\n\n\n<p>Administrators can monitor the deployment status and script execution results through the Intune console.<\/p>\n\n\n\n<p>Under the &#8216;Device status&#8217; and &#8216;User status&#8217; sections of the script deployment, you can view detailed information about successes, failures, and any errors encountered. This feedback can help in troubleshooting and ensuring that all targeted devices are correctly configured.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>This post shows how to use Microsoft Intune PowerShell scripts to add a language to Windows machines.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-similar-microsoft-intune-articles\">Similar Microsoft Intune articles<\/h2>\n\n\n\n<ul class=\"wp-block-yoast-seo-related-links yoast-seo-related-links\">\n<li><a href=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2024\/03\/28\/how-to-add-a-registry-key-to-windows-11-using-microsoft-intune\/\">How to Add a Registry Key to Windows 11 Using Microsoft Intune<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2024\/09\/06\/how-to-create-an-azure-ai-language-account-using-rest-api\/\">How to Create an Azure AI Language Account Using REST API<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2024\/09\/08\/build-a-conversational-language-bot-with-azure-ai-language\/\">Build a Conversational Language Bot with Azure AI Language<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudproinc.com.au\/index.php\/2024\/09\/10\/how-to-translate-text-using-azure-ai-translator-and-net\/\">How to Translate Text Using Azure AI Translator and .NET<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2024\/09\/09\/setting-up-azure-ai-translator-with-rest-api-step-by-step-guide\/\">Setting Up Azure AI Translator with REST API: Step-by-Step Guide<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In this Microsoft Intune blog post, we will demonstrate the process of adding an additional language keyboard to a Windows machine using Microsoft Intune.<\/p>\n","protected":false},"author":1,"featured_media":433,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"Add Language Keyboards to Windows Machines with Intune","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"Learn how to add language keyboards to Windows machines with Intune for better multilingual support in your organization.","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[13,12],"tags":[],"class_list":["post-53111","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-microsoft-intune"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Add Language Keyboards to Windows Machines with Intune - CPI Consulting<\/title>\n<meta name=\"description\" content=\"Learn how to add language keyboards to Windows machines with Intune for better multilingual support in your organization.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Add Language Keyboards to Windows Machines with Intune\" \/>\n<meta property=\"og:description\" content=\"Learn how to add language keyboards to Windows machines with Intune for better multilingual support in your organization.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-18T22:01:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-18T22:01:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"Add Language Keyboards to Windows Machines with Intune\",\"datePublished\":\"2025-02-18T22:01:19+00:00\",\"dateModified\":\"2025-02-18T22:01:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/\"},\"wordCount\":527,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp\",\"articleSection\":[\"Blog\",\"Microsoft Intune\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/\",\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/\",\"name\":\"Add Language Keyboards to Windows Machines with Intune - CPI Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp\",\"datePublished\":\"2025-02-18T22:01:19+00:00\",\"dateModified\":\"2025-02-18T22:01:21+00:00\",\"description\":\"Learn how to add language keyboards to Windows machines with Intune for better multilingual support in your organization.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/2025\\\/02\\\/19\\\/add-language-keyboards-to-windows-machines-with-intune\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Add Language Keyboards to Windows Machines with Intune\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Add Language Keyboards to Windows Machines with Intune - CPI Consulting","description":"Learn how to add language keyboards to Windows machines with Intune for better multilingual support in your organization.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/","og_locale":"en_US","og_type":"article","og_title":"Add Language Keyboards to Windows Machines with Intune","og_description":"Learn how to add language keyboards to Windows machines with Intune for better multilingual support in your organization.","og_url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/","og_site_name":"CPI Consulting","article_published_time":"2025-02-18T22:01:19+00:00","article_modified_time":"2025-02-18T22:01:21+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/cloudproinc.com.au\/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp","type":"image\/webp"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/#article","isPartOf":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/"},"author":{"name":"CPI Staff","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"Add Language Keyboards to Windows Machines with Intune","datePublished":"2025-02-18T22:01:19+00:00","dateModified":"2025-02-18T22:01:21+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/"},"wordCount":527,"commentCount":0,"publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp","articleSection":["Blog","Microsoft Intune"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/","url":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/","name":"Add Language Keyboards to Windows Machines with Intune - CPI Consulting","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/#primaryimage"},"image":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp","datePublished":"2025-02-18T22:01:19+00:00","dateModified":"2025-02-18T22:01:21+00:00","description":"Learn how to add language keyboards to Windows machines with Intune for better multilingual support in your organization.","breadcrumb":{"@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/#primaryimage","url":"\/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp","contentUrl":"\/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/cloudproinc.com.au\/index.php\/2025\/02\/19\/add-language-keyboards-to-windows-machines-with-intune\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"Add Language Keyboards to Windows Machines with Intune"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudproinc.com.au\/#website","url":"https:\/\/www.cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/www.cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp","jetpack-related-posts":[{"id":441,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/07\/25\/assigning-local-admins-to-windows-11-through-intune\/","url_meta":{"origin":53111,"position":0},"title":"Assigning Local Admins to Windows 11 through Intune","author":"CPI Staff","date":"July 25, 2024","format":false,"excerpt":"This Microsoft Intune article will show you how to assign local admins to Windows 11 machines through Intune. Microsoft Intune is the world's most popular mobile device management (MDM) solution for cross-platform devices (iOS, Android, and Windows). It allows organisations to manage their device fleet seamlessly and at scale. Over\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/07\/Assigning-Local-Admins-to-Windows-11-through-Intune.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/07\/Assigning-Local-Admins-to-Windows-11-through-Intune.webp 1x, \/wp-content\/uploads\/2024\/07\/Assigning-Local-Admins-to-Windows-11-through-Intune.webp 1.5x, \/wp-content\/uploads\/2024\/07\/Assigning-Local-Admins-to-Windows-11-through-Intune.webp 2x"},"classes":[]},{"id":791,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/10\/15\/set-timezone-on-computers-with-microsoft-intune-and-graph-api\/","url_meta":{"origin":53111,"position":1},"title":"Set TimeZone on Computers with Microsoft Intune and Graph API","author":"CPI Staff","date":"October 15, 2024","format":false,"excerpt":"In this Microsoft Intune and Graph API post, we will show how to Set TimeZone on computers with Microsoft Intune and Graph API. Estimated reading time: 3 minutes Table of contentsSet TimeZone on Computers with Microsoft Intune and Graph APIPostman POST RequestRequest Body (JSON)Related Articles Microsoft Graph API is a\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp 1x, \/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp 1.5x, \/wp-content\/uploads\/2024\/07\/Deploy-Azure-OpenAI-GPT-4o-Resource-and-Model-using-Bicep.webp 2x"},"classes":[]},{"id":775,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/10\/09\/whitelist-usb-devices-on-windows-using-intune\/","url_meta":{"origin":53111,"position":2},"title":"Whitelist USB Devices on Windows Using Intune","author":"CPI Staff","date":"October 9, 2024","format":false,"excerpt":"In this\u00a0\u00a0Microsoft Intune\u00a0post, You will learn how to whitelist USB devices on Windows using Intune. Listen to this article With Microsoft Intune, we can block read and write access to USB ports and prevent users from using USB. The problem starts when we also want to allow some USB devices\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/10\/Whitelist-USB-Devices-on-Windows-Using-Intune.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/10\/Whitelist-USB-Devices-on-Windows-Using-Intune.webp 1x, \/wp-content\/uploads\/2024\/10\/Whitelist-USB-Devices-on-Windows-Using-Intune.webp 1.5x, \/wp-content\/uploads\/2024\/10\/Whitelist-USB-Devices-on-Windows-Using-Intune.webp 2x"},"classes":[]},{"id":344,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/07\/04\/streamline-your-visual-studio-updates-with-microsoft-intune\/","url_meta":{"origin":53111,"position":3},"title":"Streamline Your Visual Studio Updates with Microsoft Intune","author":"CPI Staff","date":"July 4, 2024","format":false,"excerpt":"This Microsoft Intune article will show you how to streamline your Visual Studio updates with Microsoft Intune. Keeping Visual Studio up to date across multiple devices in an enterprise environment can be a daunting task for IT. Using Microsoft Intune to manage, update and streamline VS updates offers a powerful\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/07\/Streamline-Your-Visual-Studio-Updates-with-Microsoft-Intune.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/07\/Streamline-Your-Visual-Studio-Updates-with-Microsoft-Intune.webp 1x, \/wp-content\/uploads\/2024\/07\/Streamline-Your-Visual-Studio-Updates-with-Microsoft-Intune.webp 1.5x, \/wp-content\/uploads\/2024\/07\/Streamline-Your-Visual-Studio-Updates-with-Microsoft-Intune.webp 2x"},"classes":[]},{"id":242,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/03\/28\/updating-microsoft-edge-using-intune\/","url_meta":{"origin":53111,"position":4},"title":"Updating Microsoft Edge Using Intune","author":"CPI Staff","date":"March 28, 2024","format":false,"excerpt":"In this post, we'll guide you through the process of configuring Microsoft Intune to manage the update policy for the Microsoft Edge browser. Table of contentsListen to articleUpdating Microsoft Edge Using IntuneRelated Articles Listen to article Microsoft Edge provides organizations with comprehensive control over nearly every configuration aspect of the\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/03\/Updating-Microsoft-Edge-Using-Intune.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/03\/Updating-Microsoft-Edge-Using-Intune.webp 1x, \/wp-content\/uploads\/2024\/03\/Updating-Microsoft-Edge-Using-Intune.webp 1.5x, \/wp-content\/uploads\/2024\/03\/Updating-Microsoft-Edge-Using-Intune.webp 2x"},"classes":[]},{"id":425,"url":"https:\/\/cloudproinc.com.au\/index.php\/2024\/07\/24\/sync-sharepoint-site-libraries-with-microsoft-intune\/","url_meta":{"origin":53111,"position":5},"title":"Sync SharePoint Site Libraries with Microsoft Intune","author":"CPI Staff","date":"July 24, 2024","format":false,"excerpt":"In this Microsoft Intune article, we will show how to Sync SharePoint Site Libraries with Microsoft Intune. Listen to this article Microsoft Intune configuration policies allow us to manage Windows machines similarly to how machines are managed when they are joined to a local Active Directory forest. One of the\u2026","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2024\/07\/Sync-SharePoint-Site-Libraries-with-Microsoft-Intune.webp","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2024\/07\/Sync-SharePoint-Site-Libraries-with-Microsoft-Intune.webp 1x, \/wp-content\/uploads\/2024\/07\/Sync-SharePoint-Site-Libraries-with-Microsoft-Intune.webp 1.5x, \/wp-content\/uploads\/2024\/07\/Sync-SharePoint-Site-Libraries-with-Microsoft-Intune.webp 2x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=53111"}],"version-history":[{"count":2,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53111\/revisions"}],"predecessor-version":[{"id":53115,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53111\/revisions\/53115"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/433"}],"wp:attachment":[{"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=53111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=53111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=53111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}