IMPORTANT NOTICE.A new updated article from 2023 on this topic has been published here:https://timmyit.com/2023/10/23/invoke-sync-to-all-intune-devices-with-microsoft-graph-powershell-sdk/ The new article covers using the new Microsoft.Graph Powershell SDK instead of the old Intune Powershell SDK that has not been updated since 2019. I recommend you take a look at the newer article. Continuing
Tag: Intune
Intune – Rename iOS devices with Intune Powershell SDK
Update 2023 – This is an article from 2019, please check out my most recent post from 2023 on this topic since there are some things that have changed. https://timmyit.com/2023/06/23/intune-rename-devices-with-powershell-and-microsoft-graph-module/ This will be the first post in a series where I will cover Graph API and in this specific post
Intune – Show VPP account information directly from the Client Apps view for easier management
One challange I hear from customers and other IT Pros working with VPP (Volume purchase program) applications from Apple in Intune is that it if you have multiple VPP accounts and need to manage the application deployment for those in Intune there’s no way of seeing which app is linked
MDM join an already Azure AD joined Windows 10 PCs to Intune with a provisioning package
When working with a client the other day an Interesting situation came up where they had already used Azure AD for a while and now were ready to start using Intune for managing their Windows 10 PC’s. Prior to that they haven’t had any device management like ConfigMgr or Intune
Intune Powershell SDK
For those who want to administrate Intune with the help of powershell there’s been a good source of sample scripts over at https://github.com/microsoftgraph/powershell-intune-samples for quite some time now. If you want to interact with Intune, Azure, O365 and more you need to use Microsofts Graph API. To get started