Forum Discussion
TomWechsler
Feb 27, 2022MVP
Use PowerShell to retrieve all assigned Intune policies and applications per Azure AD group!
==>>A special thanks to Timmy Andersson for the PowerShell script!!<<==
Dear Microsoft Intune Friends,
In Microsoft Intune, it is possible to work with configuration profiles, among o...
Keith_Eves
Apr 11, 2022Copper Contributor
Hi Tom
I have the MD graph powershell module installed on my PC.
When I try to connect to MS Graph I'm prompted 'Need admin approval'
Is this just Application Administrator approval or is it full Azure AD Administrator approval.
I'm already an Intune administrator and am trying find standard information (such as groups a device is assigned to or applications assigned to a group), but this is proving at least very awkward or downright impossible in the Intune console (Microsoft Endpoint Manager Admin Centre
Cameron Cox
Microsoft
Apr 27, 2023Keith_Eves To use Graph for Intune within your Tenant, your GA must give consent to using graph. The simplest method to do this is have someone with GA rights to run the script below. This is a one time thing.
powershell-intune-samples/AdminConsent at master · microsoftgraph/powershell-intune-samples · GitHub