Microsoft Graph SDK 2 released

Some exciting news today, the Microsoft Graph SDK V2 has been released and it has some changes which could cause you problems! You can find out more about the changes here: https://github.com/microsoftgraph/msgraph-sdk-powershell/blob/dev/docs/upgrade-to-v2.md The key things to note from an Intune perspective: To get around the connection changes, I have written … Read more

IntuneBackup.com – Now supporting App deployment

An exciting new addition to the IntuneBackup.com website, I have added the ability to deploy applications via the GUI. The app deployment at present uses the Winget community repository (when Advanced App Management is released by Microsoft, I will try and add that as an alternative) After clicking on the … Read more

Intune Newsletter – 23rd June 2023

Welcome to this weeks newsletter with a whole additional section for some Tech Community Live videos direct from Microsoft. This is also the first newsletter running from a new mailing application so fingers crossed if you are a subscriber you are reading this! Community Content We start this week looking … Read more

Automating App Control Policy Deployment

A feature fresh into Public Preview, Application Control using either a GUI for standard settings, or you can upload a custom WDAC XML. I’m not going to go into how to configure it because that is well described here: https://learn.microsoft.com/en-us/mem/intune/protect/endpoint-security-app-control-policy For creating your XML, WDAC Wizard is your friend: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/wdac-wizard … Read more

Intune Newsletter – 16th June 2023

Welcome to this weeks newsletter, a smouldering pot of goodness! Before we start with the content, the newsletter has just hit 1000 subscribers, a landmark I never saw coming. Thanks to everyone for subscribing and especially the community for creating the content. Community Content We start this week with a … Read more

Authenticating to new Get-WindowsAutoPilotInfo

As I am sure you have noticed, the Get-WindowsAutoPilotInfo script and associated WindowsAutoPilotIntune module have been updated and whether you are using the official one, or my forked version, the authentication method has changed to the Microsoft.Graph SDK. In this post we will look at the two different authentication methods … Read more

Updated Get-WindowsAutoPilotInfo with Groups fix

Update 14/06/2023 – I have created a Community version and added it to the PowerShell gallery so we can all add fixes, improvements and updates as a community effort. Read more here or download them with the commands below The Get-WindowsAutopilot script is in the toolbox or every Intune administrator, … Read more