Ondrej SebelaforDo it PowerShell way :)andrewztrhgf.hashnode.net·Sep 27, 2022Is it safe to place sensitive information into Intune scripts?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 get deployed scripts content 🙂. How? For exampl...Discuss·3 likes·2.1K readsSCCM/MDT/IntunePowershell
Yahya AbulhajforYaya | To DevOpsyahya-abulhaj.hashnode.net·Aug 18, 2022Microsoft Intune | Control Over Your DevicesIntroduction to Device Management With the increase in remote work, businesses, both large and small, must consider a mobile device management solution. This aspect is not a luxury, but rather a requirement for providing the most effective control. ...Discuss·2 likes·247 readsMicrosoft
Ondrej SebelaforDo it PowerShell way :)andrewztrhgf.hashnode.net·Sep 19, 2022Getting Intune Win32App details from the client's Intune log and registry28.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 through Intune and had some issues with it, you wer...Discuss·1 like·1.4K readsSCCM/MDT/IntunePowershell
Sean NobleforTech Musingssnoble.hashnode.net·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...DiscussPowershell
Sean NobleforTech Musingssnoble.hashnode.net·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...Discussintune
Ash RobertsforSwitchITUpswitchitup.hashnode.net·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·311 readsIntuneintune
Ash RobertsforSwitchITUpswitchitup.hashnode.net·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·126 readsIntuneintune
Ash RobertsforSwitchITUpswitchitup.hashnode.net·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·187 readsIntuneAzure
Ondrej SebelaforDo it PowerShell way :)andrewztrhgf.hashnode.net·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·1.9K readsSCCM/MDT/IntunePowershell
Ondrej SebelaforDo it PowerShell way :)andrewztrhgf.hashnode.net·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·1.5K readsSCCM/MDT/IntunePowershell
Ondrej SebelaforDo it PowerShell way :)andrewztrhgf.hashnode.net·Oct 12, 2022Get all Intune policies using PowerShell and Graph APIFor 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 through them. For this reason, I have created a functi...Discuss·4.0K readsSCCM/MDT/IntunePowershell
Ondrej SebelaforDo it PowerShell way :)andrewztrhgf.hashnode.net·Sep 27, 2022Is it safe to place sensitive information into Intune scripts?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 get deployed scripts content 🙂. How? For exampl...Discuss·3 likes·2.1K readsSCCM/MDT/IntunePowershell
Ondrej SebelaforDo it PowerShell way :)andrewztrhgf.hashnode.net·Sep 19, 2022Getting Intune Win32App details from the client's Intune log and registry28.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 through Intune and had some issues with it, you wer...Discuss·1 like·1.4K readsSCCM/MDT/IntunePowershell