Featured

Connect-ToMgGraph script is now on PowerShell Gallery

šŸ’« Connect-ToMgGraph Script is now published at PowerShell Gallery šŸ’« https://www.powershellgallery.com/packages/Connect-ToMgGraph/ šŸ”– Version : 1.2 , updated on 10/1/2024 2:40 AM EST Please download and share your thoughts about it. I moved the script from https://github.com/thiagogbeier/Scripts/blob/main/Connect-To-MgGraph/Connect-ToMgGraph.ps1 to a separate repo, allowing forks and commits,Ā to better serve the community. #powershell #msgraph #mggraph #automation #mvpbuzz Thank you … Continue reading Connect-ToMgGraph script is now on PowerShell Gallery

Featured

Register windows autopilot devices – get-windowsautopilotinfocommunity.ps1

Hi everyone. šŸ“¢ Updated: 7/18/2023 – get-windowsautopilotinfocommunity 3.0.4 and its parameters 'case sensitive' If you have followed me on twitter and linkedin You probably saw the post about using get-windowsautopilotinfocommunity.ps1 to register devices in Windows autopilot devices by Andrew Taylor link1. He's published a community version šŸ‘šŸ» and I've tested it in a few scenarios: … Continue reading Register windows autopilot devices – get-windowsautopilotinfocommunity.ps1

Featured

How to track device objects in Intune.

šŸ“¢ Updated: 06/24/2023 / DeviceID Diagram Hi again If you checked this post about Create a Temporary Windows autopilot dynamic device group, you might have asked why would we care about Ids Here's what I've found about device management in HAADJ and AADJ for HAADJ - Hybrid Azure AD joined devices we have the following … Continue reading How to track device objects in Intune.

Automated filter rule update inĀ Intune – 2

Hi Eveyone In the previous post about the same topic the goal was simple, make sure a filter membership (based on windows devices) would have devices coming from an Entra Groups as follows: retrieve Entra Group members add them to Filter "membership rule" as "device name" OR "device name" This week I had the chance … Continue reading Automated filter rule update inĀ Intune – 2

Scripts updated

Hi Everyone. šŸ”–Updated: 10/1/2024 Thanks to my fellows Maxime GuilleminĀ  and Harm Veenstra I was able to publish an updated version of the following: Connect-ToMgGraph.ps1: used to simplify connection to MsGraph using SSL certificate thumbprint, Entra ID app registered with secret, device code, interactive or preset scopes. It's now published at PowerShell Gallery. Measure-Time-To-Run.ps1: used … Continue reading Scripts updated

PowerShell Script – Connect Graph Api

Hi everyone After the latest changes and updates on the GraphAPI and following what Andrew S. Taylor (MVP) shared the other day link I started to put a silent function to connect to Microsoft Graph using PowerShell using parameters as we have for https://www.powershellgallery.com/packages/get-windowsautopilotinfocommunity/3.0.4 I got the following script working for whatever we need when … Continue reading PowerShell Script – Connect Graph Api

Wipe a macOS from Intune

If you have deployed macOS enrollment in Intune you might be wondering how we refresh macOS devices to keep mimicking all changes during the validation process. Go to Microsoft Intune admin center Go to Devices Click macOS Search for the targeted device (by user name, device serial number) Make sure you're targeting the right device … Continue reading Wipe a macOS from Intune