In this post i will run through the steps that are required to allow ICMP / Ping with intune. This rule will apply to the windows firewall through intune. Navigate to portal.azure.com and go to Intune > Device Configuration > Profiles and click on “Create Profile”. Enter a Name for the profile and for the…
Author: Omar
How to change the UPN for a list of users with powershell
There is a requirement as part of domain migrations that none of the domains being released can be referenced in a UPN. In order to tackle this requirement I will need to change the UPN suffix for all the affected users. To get a list of all our target users we will first need to…
How to export SIP and SMTP proxy addresses with powershell
As part of a domain migration, there is a requirement that none of the domains being migrated can be referenced within a SIP or SMTP attribute in AzureAD or the “release” of the domain wont go through. One of these attributes which can contain these addresses is the “proxyaddresses’ attribute in AD. As a result,…
Intune – How to disable “Do not require CTRL ALT DEL”
In this blog post i will discuss how to disable the policy option “Do not require CTRLALTDEL”. TO do this, i will create a custom device configuration profile in intune and use the ” LocalPoliciesSecurityOptions/InteractiveLogon_DoNotRequireCTRLALTDEL” Policy CSP to set the policy back to disabled. This policy currently only provides you with two options, “Enable” &…
How to remotely map a network share with powershell
Having ongoing issues determining where the issue is with a certain user who for one reason or another, either loses the mappings to a network share, or just does not receive them. And so, with no time for them to assist you with troubleshooting and needing a quick fix. I decided to work out an…
How to package Microsoft PowerBIDesktop.exe with silent installation switches – SCCM
I was recently required to package a new version of Microsoft Power BI Desktop for work. unfortunately, Microsoft has stopped releasing Power BI Desktop as an MSI Package and its now only available as an exe. So, below are the steps on how i accomplished packaging this software. You’ll first need to download the Microsoft…