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...
SidSB
Oct 20, 2022Copper Contributor
Nice Script Tom.
You helped me a lot.
I developed a C# App to retrieve information about Assignments using MSGraph.
Maybe you could check out too 😉
https://github.com/sibranda/GetIntuneAssignments
You helped me a lot.
I developed a C# App to retrieve information about Assignments using MSGraph.
Maybe you could check out too 😉
https://github.com/sibranda/GetIntuneAssignments
JabinB
Nov 16, 2022Copper Contributor
AzureAD module has been deprecated. Have you updated to work with the new MgGraph commands?
- SidSBNov 16, 2022Copper ContributorHello JabinB
Thanks for ask.
I don't use PowerShell commands in this App, everything is query from MsGraph using Get and queries commands 🙂
By the way. I published a new version and now you can use Client Secret if you want.
Just keep in mind to create an Azure App with READ Only permissions 😉