Forum Discussion
Use PowerShell to retrieve all assigned Intune policies and applications per Azure AD group!
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 CoxApr 27, 2023
Microsoft
Keith_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