Configure SSO with Intune on corporate macOS devices

MacOS devices are registered in Azure AD. Enduser is logged on with a local account. You can leverage JAMF Connect to log in using an AAD account, but without this kind of third-party tool, local session is the way. Eventhough the user affinity is established during the device enrollment, the enduser still use a localLire la suite « Configure SSO with Intune on corporate macOS devices »

Enroll a corporate MacOS device in Intune through Apple Business Manager

To manage the MacOS device at his full potential, you want to enroll it in a corporate way. It’s easier to enroll a MacOS device using the company portal (MS article here). But from an Intune perspective, the thing is you get a personnal device, not a corporate one. In this post, i enroll aLire la suite « Enroll a corporate MacOS device in Intune through Apple Business Manager »

My thoughts on the Powershell Scripts feature using MS Graph

To be honest, i struggled to understand the usecases behind the Powershell Scripts feature. Technically, i get it. It gives me the possbility to perform tasks on remote managed workstation using a powershell script. However, from the Intune portal, i could not find a proper way to leverage the feature with a relevant reporting moreLire la suite « My thoughts on the Powershell Scripts feature using MS Graph »

Locate device using Microsoft Graph and Invoke-RestMethod with Intune

This post is just for fun haha. We will use Graph API and Powershell to remotely run the remote action to locate a device. And for our curiosity, we will open a map to locate the device automatically. Remotely locate the device First, you need the Intune device id. You get this id either inLire la suite « Locate device using Microsoft Graph and Invoke-RestMethod with Intune »

How to remotely get any local log files from Microsoft Intune

Frustated aren’t you ? You’re trying to get remotely a log file located in some deep folder locally on your managed workstations. In this post, we will collect the file leveraging the « Device Diagnostics » feature. How does Device Diagnotics work ? When running device diagnotics on a computer, the Intune Agent runs many commands onLire la suite « How to remotely get any local log files from Microsoft Intune »

Get Powershell and Bash Scripts back from Intune using MS Graph

If you read this post, it’s because we are the same. You cannot find where you stored your script. You succeeded to run a script from Intune either for proactive remediations or MacOS Custom Attributes. Sadly, you can’t find the script you wrote and you would like to have it back from Intune. Using theLire la suite « Get Powershell and Bash Scripts back from Intune using MS Graph »