Forum Discussion
StuartK73
Nov 04, 2024Iron Contributor
Microsoft Graph Command Line Tools Blocked by CA
Hi All I hope you are well. Anyway, I recently turned ON a Conditional Access Policy Template, "Require MDM-enrolled and compliant device to access cloud apps for all users (Preview)" this se...
SebastiaanSmits
Nov 06, 2024Steel Contributor
How we deal with this is by excluding Microsoft Graph Command Line Tools in your CA Policy in the Target Resource section in the Policy.
After this you can restrict it's use by going to Entra ID portal > Enterprise Application > find the Microsoft Graph Command Line Tools > go to properties > and configure 'Assignment required'. Now only explicitly assigned users can use the App.
StuartK73
Nov 07, 2024Iron Contributor
This looks promising, I'll test it, thank you.