Intune
Automatic environment cleanup with Intune Connector for AD Extender
(blog.basevision.ch)
Thomas Kurth provides great examples on how to keep your environment clean, using automatic cleanup
By: submitted:Jun 15 2022
Thomas Kurth provides great examples on how to keep your environment clean, using automatic cleanup
of Intune Devices and ActiveDirectory Computer Accounts with PowerShell.
By: submitted:Jun 15 2022
Automatically remind users to update iOS with e-mails and custom notifications using Microsoft Intune Powershell SDK
(imab.dk)
The story here is, that iOS is getting updates quite frequently, and a lot of enterprises (including
By: Martin Bengtsson submitted:Jun 15 2022
The story here is, that iOS is getting updates quite frequently, and a lot of enterprises (including
myself), are managing those iOS devices as private BYOD devices enrolled through the Company Portal. As of such, keeping the devices up to date is the end-user's responsibility and something that's often forgotten and neglected. So what if we could send those devices and users a kind reminder automatically, both as a custom notification directly on the device, but also as an e-mail? Microsoft Intune Powershell SDK to the rescue!
By: Martin Bengtsson submitted:Jun 15 2022
Automatically uploading applications to intune tenants
(cyberdrain.com)
So I've been doubting if I should make this blog. I found that others had already done this and
By: Kelvin Tegelaar submitted:Jun 15 2022
So I've been doubting if I should make this blog. I found that others had already done this and
maybe my method would just be redundant. After some slight convincing I figured my method does have its merits. One of them being that it uses the secure application model, and thus its easy to apply to all partner tenants for a CSP, the other benefit is that this could run headless as a completely automated solution.
By: Kelvin Tegelaar submitted:Jun 15 2022
Automating with PowerShell: Automating intune Autopilot configuration
(cyberdrain.com)
So yesterday I was watching a webinar about intune and Autopilot. Autopilot is pretty cool for MSPs
By: Kelvin Tegelaar submitted:Jun 15 2022
So yesterday I was watching a webinar about intune and Autopilot. Autopilot is pretty cool for MSPs
because it becomes fairly simple to give users a nice OOBE. It also makes setup for devices a lot less of a hassle, the only issue that was spoken about during the webinar is that there is still a lot of manual clicking. This is why I took it upon myself to create some automation scripts for AutoPilot.
By: Kelvin Tegelaar submitted:Jun 15 2022
Backup and Restore your Microsoft Intune configuration with PowerShell!
(srdn.io)
BREAKING Update: IntuneBackupAndRestore v2.0.0 released, which relies on the Microsoft.Graph.Intune
By: John Seerden submitted:Jun 16 2022
BREAKING Update: IntuneBackupAndRestore v2.0.0 released, which relies on the Microsoft.Graph.Intune
PowerShell module instead of MSGraphFunctions
By: John Seerden submitted:Jun 16 2022
Cleanup duplicated devices in Intune
(wpninjas.ch)
From: Thomas KurthCleanup duplicated Windows10 devices in Intune!
By: submitted:Jun 15 2022
From: Thomas KurthCleanup duplicated Windows10 devices in Intune!
By: submitted:Jun 15 2022
Configure ‘Allow logon locally’ automatically using PowerShell and Microsoft Intune
(imab.dk)
I know Microsoft Intune has the ability to configure this particular user rights assignment natively
By: Martin Bengtsson submitted:May 17 2024
I know Microsoft Intune has the ability to configure this particular user rights assignment natively
already. At time of writing, the new security baseline for Windows 11 23H2 in Intune configure this as well, restricting local logons to the built-in groups: Users and Administrators. This solution does something else. This solution grabs the currently logged on user and configures the 'Allow logon locally' policy to ONLY allow this very user as well as Administrators to be able to log on locally.
By: Martin Bengtsson submitted:May 17 2024
Configure Windows 10 Accent Color with Intune and PowerShell
(thelazyadministrator.com)
In his last two articles Brad showed you how you can set a computers desktop wallpaper and lock
By: submitted:Jun 15 2022
In his last two articles Brad showed you how you can set a computers desktop wallpaper and lock
screen wallpaper without having Enterprise or Education by using a PowerShell script and Intune. Now learn how to configure the Windows accent color to also match your corporate branding.
By: submitted:Jun 15 2022
Configuring PowerShell settings using Intune or Group Policy
(powershellisfun.com)
Every Windows device has PowerShell installed by default. (Sadly, it's still only version 5, not
By: Harm Veenstra submitted:Sep 6 2024
Every Windows device has PowerShell installed by default. (Sadly, it's still only version 5, not
version 7.) However, you want to configure the devices' security and log settings. In this blog post, I will show you how to do that using Microsoft Intune or Group Policy.
By: Harm Veenstra submitted:Sep 6 2024
Create advanced dynamic groups with PowerShell & Azure Functions
(powers-hell.com)
Creating advanced dynamic groups for MS Intune with PowerShell and Azure Functions
By: Ben Reader submitted:Jun 16 2022
Creating advanced dynamic groups for MS Intune with PowerShell and Azure Functions
By: Ben Reader submitted:Jun 16 2022
Create Web Link with PowerShell in Intune
(itconstructors.com)
Web Link is a simple way to publish URL shortcuts in Intune. It allows the administrator to control
By: Wiktor Mrowczynski submitted:Sep 29 2023
Web Link is a simple way to publish URL shortcuts in Intune. It allows the administrator to control
which URL shortcut appear on user's mobile device either without user consent or as an optional application. The way to create it is fairly simple, you can look at Microsoft's documentation. Recently I had a need to ...
By: Wiktor Mrowczynski submitted:Sep 29 2023
Default Intune Enrollment
(github.com)
This document will guide you and show you which steps to take to deploy your whole Intune tenant
By: Rudy Ooms submitted:Jun 16 2022
This document will guide you and show you which steps to take to deploy your whole Intune tenant
within a few minutes. Before we can configure the tenant with Powershell, we need to make sure we have configured some prereqs.
By: Rudy Ooms submitted:Jun 16 2022
Delete Device Records in AD / AAD / Intune / Autopilot / ConfigMgr with PowerShell smsagent
(smsagent.blog)
I've done a lot of testing with Windows Autopilot in recent times. Most of my tests are done in
By: Trevor Jones submitted:Jun 16 2022
I've done a lot of testing with Windows Autopilot in recent times. Most of my tests are done in
virtual machines, which are ideal as I can simply dispose of them after. But you also need to cleanup the device records that were created in Azure Active Directory, Intune, the Autopilot registration service, Microsoft Endpoint Manager (if you're using it) and Active Directory in the case of Hybrid-joined devices.
By: Trevor Jones submitted:Jun 16 2022
Deploying default Intune configurations
(cyberdrain.com)
So I've been kind of Intune focused lately, mostly because I'm just really enjoying the technology.
By: Kelvin Tegelaar submitted:Jun 16 2022
So I've been kind of Intune focused lately, mostly because I'm just really enjoying the technology.
I also see that a lot of MSPs are still struggling with deploying a default autopilot configuration and are kind of avoiding it with the worries that you make a total mess of things.
By: Kelvin Tegelaar submitted:Jun 16 2022
Documenting with PowerShell: Documenting mobile devices
(cyberdrain.com)
This was a request by a friend in one of the peer groups I operate in. He wanted a method to
By: Kelvin Tegelaar submitted:Jun 16 2022
This was a request by a friend in one of the peer groups I operate in. He wanted a method to
document which mobile devices exist in a O365 tenant and put them into IT-Glue as configurations. I figured I'd help him real quick and blog about it.
By: Kelvin Tegelaar submitted:Jun 16 2022
Endpoint Manager Packaging Script Pt.1
(nielskok.tech)
I created an Endpoint Manager Packaging Script which downloads the installer, packages it, uploads
By: Niels Kok submitted:Jun 16 2022
I created an Endpoint Manager Packaging Script which downloads the installer, packages it, uploads
it to Intune and assigns it. But first things first, credits to Nickolaj Andersen and his module who made it all possible.
By: Niels Kok submitted:Jun 16 2022
Extended Intune Documentation Script
(wpninjas.ch)
Thomas has updated his already awesome Intune Documentation script. It will now include AutoPilot
By: submitted:Jun 15 2022
Thomas has updated his already awesome Intune Documentation script. It will now include AutoPilot
configurations, Compliance Policies, Exchange Connector, and may more areas. Check out his blog and Github for the complete list.
By: submitted:Jun 15 2022
Find orphaned GPOs via PowerShell before migrating to Intune
(blog.it-koehler.com)
Many companies have already fully transitioned to Endpoint Management Intune and no longer need GPOs
By: A.K. submitted:Jul 26 2024
Many companies have already fully transitioned to Endpoint Management Intune and no longer need GPOs
(Group Policy Objects). Others are in the preparatory stages. Therefore, I would like to provide some assistance for identifying orphaned Group Policy Objects. These can be relatively easily found and, if necessary, removed using PowerShell.
By: A.K. submitted:Jul 26 2024
Force Intune policy sync from a PowerShell script
(scconfigmgr.com)
Ever wondered how you can kick off a manual or automatic sync of your Intune policies from a
By: Michael Mardahl submitted:Jun 15 2022
Ever wondered how you can kick off a manual or automatic sync of your Intune policies from a
PowerShell script?
By: Michael Mardahl submitted:Jun 15 2022
forgetMeMethod_Intune
(github.com)
Michael created a new “integrated” method of getting Intune to re-run PowerShell scripts
By: submitted:Jun 15 2022
Michael created a new “integrated” method of getting Intune to re-run PowerShell scripts
repeatedly.
By: submitted:Jun 15 2022
Get a better Intune policy report part 3.
(doitpsway.com)
By combining information from MDMDiagReport.xml and system registry
By: Ondrej Sebela submitted:Jun 16 2022
By combining information from MDMDiagReport.xml and system registry
By: Ondrej Sebela submitted:Jun 16 2022
Here are 15 PowerShell functions for your day-to-day Intune needs
(reddit.com)
That's actually why I'm writing this, I just finished all the primary functions that I'll be
By: u/Sin_of_the_Dark submitted:Jun 16 2022
That's actually why I'm writing this, I just finished all the primary functions that I'll be
utilizing for the Intune module, and wanted to share the PowerShell source code for folks who want to adopt the functions into their environment without the GUI application.
By: u/Sin_of_the_Dark submitted:Jun 16 2022
How to Automatically Update Apps in Intune with Dynamic Win32 App Deployment
(msendpointmgr.com)
Greetings, fellow IT admins! Repackaging setup files and editing your Win32 app again can be tedious
By: Recast Software submitted:Apr 26 2024
Greetings, fellow IT admins! Repackaging setup files and editing your Win32 app again can be tedious
and time-consuming. Thankfully, I bring you good news! There is a way to deploy a Win32 app and have it always install the latest version of the app on the computer.
By: Recast Software submitted:Apr 26 2024
How to rename Windows 10 devices in Intune using PowerShell | | System Center ConfigMgr
(scconfigmgr.com)
With more and more organisations around embracing management through Endpoint Manager/Intune and
By: Maurice Daly submitted:Jun 15 2022
With more and more organisations around embracing management through Endpoint Manager/Intune and
using provisioning technologies like Autopilot, sometimes small things like the computer naming conventions can be overlooked. Autopilot has methods to use to apply computer naming, but what happens if you were to deploy several hundred or thousands of devices and need to change their computers names?
By: Maurice Daly submitted:Jun 15 2022
Import Windows Autopilot device identity using PowerShell
(scconfigmgr.com)
New blog post: “Import Windows Autopilot device identity using PowerShell” –
By: submitted:Jun 15 2022
New blog post: “Import Windows Autopilot device identity using PowerShell” –
MSIntune PowerShell Autopilot
By: submitted:Jun 15 2022
Inside OSDCloud and AutopilotOOBE with David Segura – YouTube
(youtube.com)
For the July 2021 meeting, SoCal PowerShell got together for "Inside OSDCloud" where David Segura
By: SoCal PowerShell User Group submitted:Jun 16 2022
For the July 2021 meeting, SoCal PowerShell got together for "Inside OSDCloud" where David Segura
dove into the technical workings of deploying Windows 10 without any deployment infrastructure. He showed us how Autopilot can be easily configured in OSDCloud, or using AutopilotOOBE for Azure Join. With the OSD Module, WinPE can be customized with PowerShell Gallery support, and full Dell / HP / Lenovo / Surface OS Deployment over the internet ... aka OSDCloud.
By: SoCal PowerShell User Group submitted:Jun 16 2022
Installing updates during Autopilot: Windows 11 edition, revisited again
(oofhours.com)
This seems to be a frequent blog topic, with posts going back to 2019: So why bring this up yet
By: Michael Niehaus submitted:Jan 26 2024
This seems to be a frequent blog topic, with posts going back to 2019: So why bring this up yet
again? I blame Gary Block
By: Michael Niehaus submitted:Jan 26 2024
Intune Backup & Restore
(github.com)
Back up all of your Intune configuration to JSON files.
By: John Seerden submitted:Jun 16 2022
Back up all of your Intune configuration to JSON files.
By: John Seerden submitted:Jun 16 2022
Intune Proactive Remediation for “Microsoft Windows Unquoted Service Path” / CVE-2013-1609, CVE-2014-0759, CVE-2014-5455
(powershellisfun.com)
Microsoft Defender has security recommendations for the "Fix unquoted service path for Windows
By: Harm Veenstra submitted:May 5 2023
Microsoft Defender has security recommendations for the "Fix unquoted service path for Windows
services." (CVE-2013-1609, CVE-2014-0759, CVE-2014-5455) These might be reported for things like Dell services, and you can fix them manually by editing the Registry on the affected device. But... There is an easier way 🙂 This blog post will show you how to create a Proactive Remediation in Intune for it.
By: Harm Veenstra submitted:May 5 2023
Intune-App-Deploy
(github.com)
A fast, reliable way to package your win32 applications and deploy them to Intune from any source -
By: Ben Reader submitted:Jun 15 2022
A fast, reliable way to package your win32 applications and deploy them to Intune from any source -
including SCCM, using Powershell & VS Code tasks!
By: Ben Reader submitted:Jun 15 2022
IntuneDocumentation 2.0.12
(powershellgallery.com)
Automatic Intune Documentation to simplify the life of admins and consultants.
By: Thomas Kurth submitted:Jun 15 2022
Automatic Intune Documentation to simplify the life of admins and consultants.
By: Thomas Kurth submitted:Jun 15 2022
IntuneStuff 1.0.2
(powershellgallery.com)
Various Intune related functions
By: Andrew Ztrhgf submitted:Jun 16 2022
Various Intune related functions
By: Andrew Ztrhgf submitted:Jun 16 2022
Invoke sync to all devices in Intune with PowerShell
(timmyit.com)
In this post Timmy Andersson shows how you can invoke sync to multiple devices in Intune with
By: submitted:Jun 15 2022
In this post Timmy Andersson shows how you can invoke sync to multiple devices in Intune with
PowerShell and the Intune GraphAPI
By: submitted:Jun 15 2022
Invoke_LocateDevice.ps1
(github.com)
A quick script to locate a remote Intune device and display location in a MAP or full address
By: Damien Van Robaeys submitted:Jun 16 2022
A quick script to locate a remote Intune device and display location in a MAP or full address
By: Damien Van Robaeys submitted:Jun 16 2022
Logon scripts in?Intune
(larsstaal.com)
Lars shows a quick and simple tip on how to get a Logon script like experience with Intune.
By: submitted:Jun 15 2022
Lars shows a quick and simple tip on how to get a Logon script like experience with Intune.
By: submitted:Jun 15 2022
Microsoft Endpoint Manager Documentation and Export tool
(deploymentresearch.com)
I have just published a tool (PowerShell script) on github to create a comprehensive documentation
By: Mattias Benninge submitted:Jun 15 2022
I have just published a tool (PowerShell script) on github to create a comprehensive documentation
of a tenant and also export all settings in JSON format that can also be used for importing settings again in the same tenant or even another. This can be very useful in a scenario where there is a DEV-tenant and then a production tenant to make sure the settings are the same in both.
By: Mattias Benninge submitted:Jun 15 2022
Microsoft Intune PowerShell Additional Requirement Rules
(powershellisfun.com)
In my last blog post, I showed you how to use Detection scripts in Intune. In this blog post, I will
By: Harm Veenstra submitted:Dec 15 2023
In my last blog post, I showed you how to use Detection scripts in Intune. In this blog post, I will
show you how the additional requirement rules work and how you can use PowerShell for those.
By: Harm Veenstra submitted:Dec 15 2023
Microsoft Intune PowerShell Detection scripts
(powershellisfun.com)
When I deploy Win32 packages in Intune, I use PowerShell detection scripts to detect if the software
By: Harm Veenstra submitted:Dec 1 2023
When I deploy Win32 packages in Intune, I use PowerShell detection scripts to detect if the software
is installed on a system. In the blog post, I will show you how they work and why they are more flexible than file and registry checks. What are detection scripts in Intune?
By: Harm Veenstra submitted:Dec 1 2023
MSIX Labs and Training Videos
(techcommunity.microsoft.com)
A whole lot of how-tos for MSIX: check out new labs + videos to get started with the MSIX packaging
By: submitted:Jun 15 2022
A whole lot of how-tos for MSIX: check out new labs + videos to get started with the MSIX packaging
tool, managing packages with PowerShell, and much more. Create an MSIX package for any Windows app – old or new.
By: submitted:Jun 15 2022
New enhancements to Get-AutopilotDiagnosticsCommunity
(oofhours.com)
It started off as a simple change: I was annoyed that the "Observed Timeline" in the output from the
By: Michael Niehaus submitted:Feb 9 2024
It started off as a simple change: I was annoyed that the "Observed Timeline" in the output from the
Get-AutopilotDiagnosticsCommunity (and the older Get-AutopilotDiagnostics script too) had events in the wrong order.
By: Michael Niehaus submitted:Feb 9 2024
OSDCloud Sandbox for OSD Windows Autopilot is ready to go
(osdcloud.com)
OSDCloud Sandbox is created to simplify the WinPE and OOBE OSD process. This is a new concept based
By: David Segura submitted:Jun 16 2022
OSDCloud Sandbox is created to simplify the WinPE and OOBE OSD process. This is a new concept based
on PSCloudScript
By: David Segura submitted:Jun 16 2022
PowerShell App Deployment Toolkit – [Chapter 1 Fundamentals]
(youtube.com)
When you have a centralized management platform like Microsoft Intune or Configuration Manager, it
By: MEM - tips and tricks submitted:Jul 28 2022
When you have a centralized management platform like Microsoft Intune or Configuration Manager, it
is very import that automate what you can. When it comes to application management, there are many ways to do it. Some are more complex than others.
By: MEM - tips and tricks submitted:Jul 28 2022
PowerShell Functions to Invoke an Intune Remediation Script on Demand and View Remediation States
(smsagent.blog)
!! Updated 2023-07-13 - added additional versions of the functions using the Microsoft Graph
By: Trevor Jones submitted:Jul 14 2023
!! Updated 2023-07-13 - added additional versions of the functions using the Microsoft Graph
PowerShell SDK (v2), as well as adding paging support to the original two functions. Microsoft recently released a preview capability in Intune to run Remediations (formerly Proactive remediations - stop changing the name of things, Microsoft, really!!) on demand, which is ... Continue reading PowerShell Functions to Invoke an Intune Remediation Script on Demand and View Remediation States ?
By: Trevor Jones submitted:Jul 14 2023
Recover data from corrupted BitLocker drives with repair-bde and key packages
(4sysops.com)
Activating BitLocker encryption on a drive automatically generates a 48-digit numeric recovery
By: Wolfgang Sommergut submitted:Sep 13 2024
Activating BitLocker encryption on a drive automatically generates a 48-digit numeric recovery
password. This password is crucial if other unlocking methods fail and Windows prompts you with the BitLocker recovery console during startup.
By: Wolfgang Sommergut submitted:Sep 13 2024
Recreate Desktop and Start Menu shortcuts #ASRmageddon
(powershellisfun.com)
It's just a beautiful Friday 13th, due to a Windows Defender update that removed shortcuts from many
By: Harm Veenstra submitted:Jan 20 2023
It's just a beautiful Friday 13th, due to a Windows Defender update that removed shortcuts from many
machines with Attack Surface Reduction enabled for Macros. (Work-around "Setdefender ASR rule 92e97fa1-2edf-4476-bdd6-9dd0b4dddc7b to audit only unit issue is resolved.") This blog post describes how you can recreate the missing shortcuts and deploy this using Intune or run it manually on the affected system(s).
By: Harm Veenstra submitted:Jan 20 2023
Removing stale devices from Entra/Intune
(randriksen.net)
Today, I continued the cleanup process of our Entra Directory. There were about 7500 Stale devices
By: Ole submitted:Nov 10 2023
Today, I continued the cleanup process of our Entra Directory. There were about 7500 Stale devices
in the directory, and I'm not that fond of clicking my mouse. So I needed a quicker method to deal with the devices. And as you've probably figured out already, that means PowerShell.
By: Ole submitted:Nov 10 2023
Report on Non-Compliant Intune devices
(powershellisfun.com)
I received a question on the Microsoft Tech Community forum regarding creating a report about
By: Harm Veenstra submitted:May 3 2024
I received a question on the Microsoft Tech Community forum regarding creating a report about
non-compliant Intune devices. The report should give insight into what device has what issue with which setting; the person asking the question was already working on a Microsoft Graph script but couldn't find a suitable way. In this blog post, I will show how to create this report. There are other scripts out there, but I always like a challenge (And Microsoft Graph can be quite a challenge sometimes 😉 )
By: Harm Veenstra submitted:May 3 2024
Schedule PowerShell Script Intune
(nielskok.tech)
This is a blog post about how to schedule a PowerShell script via Intune. Of course, we would like
By: Niels Kok submitted:Feb 23 2024
This is a blog post about how to schedule a PowerShell script via Intune. Of course, we would like
this to be built-in within Microsoft Intune but we are not there yet. Hopefully, this will be an option in the future. We would like to schedule app installs and scripts via Microsoft Intune directly.
By: Niels Kok submitted:Feb 23 2024
Script to Install Chromium Based Edge from Intune
(wpninjas.ch)
Be prepared the Chromium based Edge will be released in January
By: Thomas Kurth submitted:Jun 15 2022
Be prepared the Chromium based Edge will be released in January
By: Thomas Kurth submitted:Jun 15 2022
Send Custom Notifications with Intune PowerShell SDK
(timmyit.com)
Last week Microsoft released a new feature in Intune where admins now can send custom notifications
By: submitted:Jun 15 2022
Last week Microsoft released a new feature in Intune where admins now can send custom notifications
to the Company Portal app to Android and iOS devices. If you?re like Timmy (and me) and don?t want to use the Intune Portal more than absoloutly necessary, there is also the option to send notifications using the Intune PowerShell SDK.
By: submitted:Jun 15 2022
Set Corporate Lock Screen Wallpaper with Intune for Non Windows 10 Enterprise or Windows 10 Education Machines
(thelazyadministrator.com)
Do you love corporate synergy, or just like things to look nice? Then check out Brad’s awesome
By: submitted:Jun 15 2022
Do you love corporate synergy, or just like things to look nice? Then check out Brad’s awesome
series on doing so with Intune.
By: submitted:Jun 15 2022
Simple method for adding notifications to scripted installations
(petervanderwoude.nl)
End user experience is everything, and Peter has a great write up on how you can add notifications
By: submitted:Jun 15 2022
End user experience is everything, and Peter has a great write up on how you can add notifications
to your end users during scripted installs. A must read for those using Intune or Chocolatey.
By: submitted:Jun 15 2022
Simple PowerShell Wrapper for the Intune Win32 Content Prep Tool
(jrudlin.github.io)
Super simple PowerShell script/wrapper for the IntuneWinAppUtil.exe content prep tool to speed up
By: submitted:Jun 15 2022
Super simple PowerShell script/wrapper for the IntuneWinAppUtil.exe content prep tool to speed up
your Intune packaging pipeline
By: submitted:Jun 15 2022
Understanding the Intune Management Extension client health check
(petervanderwoude.nl)
This week is sort of a follow-up on the posts of the last couple of weeks about Win32 apps. This
By: Peter van der Woude submitted:Jan 26 2024
This week is sort of a follow-up on the posts of the last couple of weeks about Win32 apps. This
week, however, the focus is more on the process that is in place to make sure that everything around the Intune Management Extension (IME) keeps functioning. The IME contains many important components for installing Win32 apps, for running PowerShell scripts, for running inventories, and more. That makes it important that the IME is running successfully. To make sure that the IME is running successfully, the Intune Management Extension Health Evaluation was introduced. That evaluation is focused on performing checks on the service of the IME. This post will have a closer look at the IME client health check and the actions that it performs.
By: Peter van der Woude submitted:Jan 26 2024
Uninstall any application in a jiffy using PowerShell and Microsoft Intune
(imab.dk)
Introduction This post is a just a quick follow up on my previous post: Uninstall any application in
By: Martin Bengtsson submitted:Jan 5 2024
Introduction This post is a just a quick follow up on my previous post: Uninstall any application in
a jiffy using PowerShell and Configuration Manager I received a few questions whether the PowerShell script can be used with Microsoft Intune instead of Microsoft Configuration Manager. And sure! This post will explain one of many approaches available with Intune.
By: Martin Bengtsson submitted:Jan 5 2024
Upload a PowerShell Script to Intune (With PowerShell) From Scratch
(adamtheautomator.com)
Automate deploying PowerShell scripts to Intune devices with Azure app registration, Graph API, and
By: Adam Bertram submitted:May 24 2024
Automate deploying PowerShell scripts to Intune devices with Azure app registration, Graph API, and
more in this step-by-step tutorial.
By: Adam Bertram submitted:May 24 2024
Uploading your RMM application to all Intune tenants
(cyberdrain.com)
This script is based on some earlier work I've done for uploading general applications to Intune
By: Kelvin Tegelaar submitted:Jun 16 2022
This script is based on some earlier work I've done for uploading general applications to Intune
tenants, but I've transformed this into a module to allow a easy synchronization between your RMM system and M365. There's some prework that'll need to be performed for each supported RMM system. Check out the Github page for the latest and greatest information as the blog can be outdated.
By: Kelvin Tegelaar submitted:Jun 16 2022
Use Intune Graph API export and import Intune ADMX templates
(scconfigmgr.com)
With the Intune ADMX template is now in public preview, let Zeng show you how to import and export
By: submitted:Jun 15 2022
With the Intune ADMX template is now in public preview, let Zeng show you how to import and export
them with PowerShell.
By: submitted:Jun 15 2022
Using a PowerShell script to determine app requirement in Intune
(sccmentor.com)
When creating Win32apps in Intune, we have a standard set of requirements we can use to determine if
By: Paul Winstanley submitted:Jun 16 2022
When creating Win32apps in Intune, we have a standard set of requirements we can use to determine if
an app will install on a device or not. These are
By: Paul Winstanley submitted:Jun 16 2022
Using Run-in-Sandbox for testing scripts and Intune packages
(powershellisfun.com)
Testing things is always essential, and Windows has a nice built-in Feature for that which is called
By: Harm Veenstra submitted:Apr 7 2023
Testing things is always essential, and Windows has a nice built-in Feature for that which is called
Windows Sandbox. You can look at this as a throwaway Windows VM, you start and use it, and afterward, there's no trace of it anymore, making it ideal for testing! In this blog post, I will show you how to test PowerShell scripts and Intune packages in Windows Sandbox.
By: Harm Veenstra submitted:Apr 7 2023
View and Export your Intune Device Management Scripts Using the Microsoft Graph PowerShell SDK
(thelazyadministrator.com)
Introduction
By: Brad Wyatt submitted:Mar 22 2024
Introduction
By: Brad Wyatt submitted:Mar 22 2024
We need entertainment during ESP…
(oofhours.com)
We've all sat and watched the Enrollment Status Page (ESP) during an Autopilot provisioning process
By: Michael Niehaus submitted:Apr 5 2024
We've all sat and watched the Enrollment Status Page (ESP) during an Autopilot provisioning process
- it's pretty boring overall, showing information that isn't really useful (e.g. what does "Preparing for mobile device management" really mean)
By: Michael Niehaus submitted:Apr 5 2024
Windows Autopilot health check: An experiment in Graph API scripting
(oofhours.com)
We have talked to a number of customers over the past months who have run into challenges with
By: Michael Niehaus submitted:Jun 15 2022
We have talked to a number of customers over the past months who have run into challenges with
Windows Autopilot - sometimes these were simple configuration issues, other times they were self-inflicted pains (e.g. deleting Azure AD device objects associated with a registered Windows Autopilot device). But as we learn more about the types of challenges encountered, we get better at detecting those issues (and eventually we'll try to prevent them from happening). To help with the detection process, I've published a new script called AutopilotHealthCheck.ps1 to the PowerShell Gallery. You can install it using PowerShell quite easily, along with its pre-requisite modules.
By: Michael Niehaus submitted:Jun 15 2022
WinTuner v 0.8.9
(powershellgallery.com)
Package and publish any apps from WinGet to Intune.
By: Stephan van Rooij submitted:Jun 14 2024
Package and publish any apps from WinGet to Intune.
By: Stephan van Rooij submitted:Jun 14 2024