<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Microsoft Intune on justinverstijnen.nl</title><link>https://justinverstijnen.nl/blog/intune/</link><description>Recent content in Microsoft Intune on justinverstijnen.nl</description><generator>Hugo</generator><language>en</language><atom:link href="https://justinverstijnen.nl/blog/intune/index.xml" rel="self" type="application/rss+xml"/><item><title>10 scripts for Ubuntu MDM with Microsoft Intune</title><link>https://justinverstijnen.nl/10-scripts-for-ubuntu-mdm-with-microsoft-intune/</link><pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/10-scripts-for-ubuntu-mdm-with-microsoft-intune/</guid><description>&lt;p&gt;Last week I described how to add Ubuntu endpoints to Microsoft Intune and improve their manageability. This guide can be found here: &lt;a href="https://justinverstijnen.nl/adding-ubuntu-endpoints-to-intune"&gt;https://justinverstijnen.nl/adding-ubuntu-endpoints-to-intune&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This guide is a sort of &amp;ldquo;Part 2&amp;rdquo; and covers additional customization options for Ubuntu endpoints enrolled in Microsoft Intune, building on the configuration described in the first guide.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="the-scripts"&gt;The scripts&lt;a class="td-heading-self-link" href="#the-scripts" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;You can find the scripts I used in this guide here on GitHub:&lt;/p&gt;
&lt;p&gt;&lt;a class="btn btn-primary" href="https://github.com/JustinVerstijnen/JV-Linux-DeviceManagement" target="_blank" rel="noreferrer"&gt;View on my GitHub page&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Important action: Configure additional authentication for Bitlocker leaks</title><link>https://justinverstijnen.nl/important-action-bitlocker-leaks/</link><pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/important-action-bitlocker-leaks/</guid><description>&lt;p&gt;When Bitlocker is configured to only unlock with the TPM, we create an attack path which allows access to the unencrypted data. This is because you only need the disk and the TPM module to unlock by default.&lt;/p&gt;
&lt;p&gt;In the Bitlocker settings, there is an option &amp;ldquo;Require startup PIN with TPM&amp;rdquo;. This will show an extra PIN code window to the end user at startup, and then Bitlocker can only be unlocked after the PIN and then with the TPM module, instead of only the TPM module. It also makes you a lot less vulnerable to Bitlocker leaks and directly exposing your cimportant personal and company data in any case your device is stolen.&lt;/p&gt;</description></item><item><title>Adding Ubuntu endpoints to Microsoft Intune</title><link>https://justinverstijnen.nl/adding-ubuntu-endpoints-to-intune/</link><pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/adding-ubuntu-endpoints-to-intune/</guid><description>&lt;h2 id="why-add-your-ubuntu-endpoints-to-microsoft-intune"&gt;Why add your Ubuntu endpoints to Microsoft Intune?&lt;a class="td-heading-self-link" href="#why-add-your-ubuntu-endpoints-to-microsoft-intune" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;This question has a very simple answer: compliance, management, and security.&lt;/p&gt;
&lt;p&gt;As IT professionals, we want to manage every endpoint from a single pane of glass while keeping compliance and security at a consistently high level. Linux endpoints are often overlooked in IT departments, especially compared to Windows and macOS devices. This makes them an interesting attack vector, because they are not always properly managed, monitored, or secured.&lt;/p&gt;</description></item><item><title>Automatically start Windows App at startup</title><link>https://justinverstijnen.nl/automatically-start-windows-app-at-startup/</link><pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/automatically-start-windows-app-at-startup/</guid><description>&lt;h2 id="creating-the-intune-script"&gt;Creating the Intune script&lt;a class="td-heading-self-link" href="#creating-the-intune-script" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;We can achieve this with Intune using a PowerShell script. As Intune doesn&amp;rsquo;t support login/startup scripts, we have to create a Platform script that creates a Scheduled Task in Windows for us. This is a great way, as this is visible at the client side and can be disabled pretty easily.&lt;/p&gt;
&lt;p&gt;To create this task/script, go to the Intune Admin center: &lt;a href="https://intune.microsoft.com"&gt;https://intune.microsoft.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Go to Devices -&amp;gt; Windows -&amp;gt; Scripts and remediations, then open the tab &amp;ldquo;Platform scripts&amp;rdquo;.&lt;/p&gt;</description></item><item><title>Deploy Google Chrome Single Sign On with Intune</title><link>https://justinverstijnen.nl/deploy-google-chrome-single-sign-on-with-intune/</link><pubDate>Thu, 11 Dec 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/deploy-google-chrome-single-sign-on-with-intune/</guid><description>&lt;h2 id="how-the-extension-works"&gt;How the extension works&lt;a class="td-heading-self-link" href="#how-the-extension-works" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The Microsoft SSO extension for Google Chrome uses the same token/session you already have when you have your device Entra ID joined. It will send that to every Microsoft Online webpage to show you are already authenticated and have a valid token. This makes the user experience a lot better as they don&amp;rsquo;t have to authenticate first before starting to use the web applications.&lt;/p&gt;</description></item><item><title>Disable Windows Taskbar Widgets through Intune</title><link>https://justinverstijnen.nl/disable-windows-taskbar-widgets-through-intune/</link><pubDate>Thu, 06 Nov 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/disable-windows-taskbar-widgets-through-intune/</guid><description>&lt;p&gt;&lt;a href="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/disable-windows-taskbar-widgets-through-intune-5551/jv-media-5551-0e5b331ce973.png"&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/disable-windows-taskbar-widgets-through-intune-5551/jv-media-5551-0e5b331ce973.png" alt="jv-media-5551-0e5b331ce973.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="method-1-settings-catalog"&gt;Method 1: Settings Catalog&lt;a class="td-heading-self-link" href="#method-1-settings-catalog" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The easiest way to disable these widgets is through a Settings Catalog policy. Open up Microsoft Intune admin center and create a new policy through the Settings Catalog.&lt;/p&gt;
&lt;p&gt;Search for &amp;ldquo;widget&amp;rdquo; and these options are available:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;News and Interests: Disable Widgets on Lockscreen&lt;/li&gt;
&lt;li&gt;News and Interests: Disable Widgets Board&lt;/li&gt;
&lt;li&gt;Widgets: Allow Widgets&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/disable-windows-taskbar-widgets-through-intune-5551/jv-media-5551-81938df80595.png"&gt;&lt;img src="https://sajvwebsiteblobstorage.blob.core.windows.net/blog/disable-windows-taskbar-widgets-through-intune-5551/jv-media-5551-81938df80595.png" alt="jv-media-5551-81938df80595.png"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In my case, I have set all three options to disabled/Not allowed.&lt;/p&gt;</description></item><item><title>Using and configuring Windows Backup for Organizations in Intune</title><link>https://justinverstijnen.nl/configure-windows-backup-for-organizations-in-intune/</link><pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/configure-windows-backup-for-organizations-in-intune/</guid><description>&lt;h2 id="requirements"&gt;Requirements&lt;a class="td-heading-self-link" href="#requirements" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Windows 11 &lt;a href="https://learn.microsoft.com/en-us/windows/configuration/windows-backup/?tabs=intune#backup-requirements"&gt;with the latest feature updates installed&lt;/a&gt; for both creating and restoring backups&lt;/li&gt;
&lt;li&gt;Entra ID joined or Entra Hybrid joined device&lt;/li&gt;
&lt;li&gt;Microsoft Intune-capable license&lt;/li&gt;
&lt;li&gt;Around 15 minutes of your time&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="what-is-windows-backup-for-organizations"&gt;What is Windows Backup for Organizations?&lt;a class="td-heading-self-link" href="#what-is-windows-backup-for-organizations" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Windows Backup for Organizations is a feature where Windows creates a backup of your Windows settings and Windows Store applications every 8 days. This will be saved to your Microsoft business account. If ever having to re-install your device or to use a new device, you can easily restore your old configuration. This is a revolution on top of the older Enterprise State Roaming feature, who did around 20% of this.&lt;/p&gt;</description></item><item><title>Remove Pre-installed Windows Store Apps with Intune</title><link>https://justinverstijnen.nl/remove-pre-installed-windows-store-apps-with-intune/</link><pubDate>Tue, 21 Oct 2025 00:00:00 +0000</pubDate><guid>https://justinverstijnen.nl/remove-pre-installed-windows-store-apps-with-intune/</guid><description>&lt;h2 id="this-new-feature-described"&gt;This new feature described&lt;a class="td-heading-self-link" href="#this-new-feature-described" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;In Intune we can now select which default shipped apps must be removed from Windows clients. Before, this was a complete package we had to use or remove with custom scripts, but now we can select the apps to remove (and deselect to keep).&lt;/p&gt;
&lt;p&gt;Keep in mind, we have the following requirements for this new feature:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows 11 25H2&lt;/li&gt;
&lt;li&gt;Education or Enterprise version&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Also worth mentioning, removing an application needs a manual reinstall, which is easy to do.&lt;/p&gt;</description></item></channel></rss>