Sumit Kushwahapplying-mfa-in-azure-cloud.hashnode.dev·Sep 22, 2024Applying Multi-Factor Authentication (MFA) in Azure CloudMulti-Factor Authentication (MFA) adds an extra layer of security to your Azure resources by requiring users to provide two or more forms of verification. This can significantly reduce the risk of unauthorized access. Prerequisites for Applying MFA i...DiscussAzure Cloud
Ondrej Sebeladoitpshway.com·Mar 9, 2024Gradual update of all applications using WinGet and custom Azure ring groupsToday I will show you how to make the process of updating apps in your company as easy as possible 😎. We will use: WinGet to update the applications Winget-AutoUpdate tool to be more specific Intune to distribute Winget-AutoUpdate tool Custom A...Discuss·7.2K readsIntune/SCCM/MDTPowershell
Ondrej Sebeladoitpshway.com·Sep 26, 2023How to easily backup your Intune environment using IntuneCD and Azure DevOps Pipeline💡 27.3.2024 modified to use Workload Federation Identity instead of a separate Azure Service Principal I was quite surprised when I found out how easy is to regularly back up your Intune environment configuration using the great IntuneCD tool and ...Discuss·11 likes·8.9K readsIntune/SCCM/MDTintune
Sean Noblesnoble.hashnode.dev·Mar 8, 2023Uninstall Package with PowerShell (One Line!)I recently was in a situation where I needed to uninstall the Netskope client via Intune with PowerShell. These couple commands helped me knock this out quickly. Get-Package -Provider Programs -IncludeWindowsInstaller -Name “Netskope Client” To get P...Discuss·330 readsPowershell
Sean Noblesnoble.hashnode.dev·Mar 8, 2023Repushing Failed Applications in IntuneSometimes applications will fail to deploy properly. They automatically retry three times but after that, it just fails. To retry the process, you can either reboot the machine or restart the Microsoft Intune Management Service. Note, the above solut...Discuss·4.4K readsintune
Ash Robertsswitchitup.hashnode.dev·Dec 3, 2022Deploying Win32 Apps in Intune with WingetIntroduction This article we are going to look at deploying win32 apps using the Windows Package Manager (Winget). "The winget command line tool enables users to discover, install, upgrade, remove and configure applications on Windows 10 and Windows ...Discuss·487 readsIntuneintune
Ash Robertsswitchitup.hashnode.dev·Dec 3, 2022Intune: Deploy Office365 ApplicationsIntroduction This article will look at how we can deploy Office 365 to Intune managed Windows devices both via the autopilot and to pre-deployed machines that maybe don't have Office 365 apps installed. This will assume you have enrolled a Windows de...Discuss·167 readsIntuneintune
Ash Robertsswitchitup.hashnode.dev·Nov 30, 2022Intune: Setting up a Device Enrollment Status PageIntroduction So, you have configured Windows Autopilot and have tested your deployment profile works as intended on your enrolled machine. But you can't see any indication of your deployment in progress during testing or if anything has failed. Then ...Discuss·251 readsIntuneAzure
Ondrej Sebeladoitpshway.com·Nov 18, 2022Fix for incorrectly named devices enrolled using Autopilot through Azure AutomationWe are using Device name attribute of the Autopilot device record for setting the device hostname during Autopilot enrollment (OOBE). It's convenient and can be used as the single source of truth because this value cannot be changed by your users, ...Discuss·6.3K readsIntune/SCCM/MDTPowershell
Ondrej Sebeladoitpshway.com·Oct 14, 2022Get all Intune policies assigned to the specified account using PowerShellIn my previous post, I've shown you how to get all assignable Intune policies. Now we can use this data to get all policies assigned to some specified account (user, device, group). Say hello to the brand new PowerShell function Search-IntuneAccount...Discuss·4.2K readsIntune/SCCM/MDTPowershell