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

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

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

List Intune Device Status using GraphApi

Hi Everyone, Today I'd share some cool ways to retrieve device information from Intune using GraphApiĀ šŸ“š Sometimes when we need to delete devices from Intune we should keep in mind we need to search by Serial Number to avoid issues with duplicated names, duplicated device A serial number can be used to search the device … Continue reading List Intune Device Status using GraphApi

Proactive Remediation – recover local admin

Hi there I hope you're enjoying other posts related to Intune today I'm publishing a Proactive Remediation script (detection and remediation) to assist with local admin credential recovery for any environment size. This will probably be replaced by LAPS when it comes to Intune in GA (General Availability). If you have worked with companies where … Continue reading Proactive Remediation – recover local admin