Microsoft Intune Powershell preview releases!
Microsoft has finally released their Intune Powershell module! This was the third most requested feature on the Uservoice section of Intune ( https://microsoftintune.uservoice.com/forums/291681-ideas/suggestions/8363319-add-powershell-support-to-manage-the-service).
Previously all the automation in Intune had to go through the Graph API. This meant creating an application in Azure Active Directory and connecting to the graph API for automation within Intune. The release of the Intune module simplifies this process!
With a simple command
Connect-MSGraph
you are able to connect to the API and start automation Microsoft Intune.
There are currently 1287 CMDlets available but I expect that will number to go up fairly soon. The preview can be downloaded through GitHub https://github.com/Microsoft/Intune-PowerShell-SDK.
There isn’t a lot of documentation on this module at the moment, using the built-in Get-Help function of Powershell will help you out a little bit. Documentation will become wider available when this module reaches public preview.
Microsoft has been announcing a lots of updates lately and Intune continues to grow!
Recent features include:
- Support for Win32 Apps (finally!)
- Configuration of the Outlook app
- Extensions of the Android For Enterprise capabilities
- Device compliance based on installed apps
- The new Microsoft 365 Device Management portal (which has a pretty cool dashboard that gives you a nice overview of the current situation in your Enterprise)
I will get to work on a working example of the Intune Powershell Module and will update this blog when it is available.
Stay tuned!
I am a 22-year old cloud and automation enthusiast. My main focus is EMS, Powershell and Azure. My scripts can be found through my GitHub account: https://github.com/thijslecomte. I am currently blogging at http://365bythijs.be
One comment on “Microsoft Intune Powershell preview releases!”