© 2023 Hashnode
#intune
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…
Sometimes 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 a…
Introduction 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…
Introduction 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 installe…
Introduction 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 progre…
We 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 yo…
In 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 …
For my new PowerShell function Search-IntuneAccountPolicyAssignment (for searching Intune policies assigned to selected account) I was in need to have a list of all these policies so I can search thro…
Problem If you ever asked yourself: "is it safe to place sensitive information into Intune scripts"? I have an answer for you and the answer is DEFINITELY NOT! Why? Because ordinary users can easily…
28.9.2022 I've rename the function Get-IntuneWin32App to Get-IntuneWin32AppLocally to emphasize that data are gathered locally and to avoid naming conflicts Problem If you've ever deployed Win32App t…