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
Wim_Groffils
Nov 08, 2022Brass Contributor
That sound and looks pretty nice, but security wise how can know it 100% safe to use?
- SidSBNov 16, 2022Copper Contributor
Wim_Groffils Thanks for your question.
I create the app using the best practices and orientation from Microsoft docs.
But you right to concern about security.
I explain in the doc to create and give just read permission to Azure App because the app just queries the data.
- JabinBNov 16, 2022Copper Contributor
An Attacker would have to sniff out your Tenant ID, App ID and crack your secret before being able to use it to simply read the data it has access to. It cannot make changes to your environment.