├── DocGetIntuneAssignments.pdf ├── README.md ├── index.html └── index_files ├── colorschememapping.xml ├── filelist.xml ├── image001.jpg ├── image002.jpg └── themedata.thmx /DocGetIntuneAssignments.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sibranda/GetIntuneAssignments/e2f7e3bedb5c83f82bd5e477bb8eb24ccf9e47bd/DocGetIntuneAssignments.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ### **About** 2 | GIA is a C#.NET free app built for Intune that queries Intune and Entra ID via MS Graph. 3 | Which has already reached more than 1,400 downloads! 4 | This app aims to retrieve all active Intune item assignments. 5 | The focus is to retrieve Assignments, so if you have an item (policy, settings, app) but it does not have an assignment, 6 | GIA will not report it. 7 | You can also export the data to a CSV file if desired. 8 | Please send me any comments you would like. This can help me fix bugs and create better solutions to help everyone. 9 | 10 | ### **Copyrights Warranty and Support** 11 | This application is completely **free**. I created it for personal needs and my work needs, as it was extremely useful, I 12 | decided to share it with the community. 13 | I created this app in my spare time which I don't have much of, like most people, so I can't provide support or 14 | guarantee that the app will work as expected in your environment. 15 | I'm just trying to do my part in the world. 16 | You don't need to use this app; you don't need to be rude to me because you don't know me and don't trust me or 17 | think the app is malicious. Like I said: you have no obligation to use the app. If you want to give it a try, I hope it can 18 | be helpful to you and/or your clients. 19 | And feel free to send me feedback as it helps everyone. 20 | 21 | ### **What's New on GIA 3.1 - June 18, 2024** 22 | 23 | ver. 3.1 – June 18, 2024 24 | Implementation of new tabs in Device Information. 25 | Removed status tabs from selected assignments. 26 | Search limited to 100 results for best performance. 27 | Added Functions: 28 | - Retrieve Conditional Access (CA) assignments based on roles. 29 | - Windows Updates including Rings, Quality, Features and Drivers. 30 | BUG Fix 31 | - CA excluded by group was not showing to user member. 32 | - CA for all users was not working. 33 | - Fixed error when multiple clicks in assignments list. 34 | - Fixed error when user have assignments in uplevel groups. 35 | - Fixed display name missing from policy sets in logs. 36 | - Fixed filters function to filter without need to click clear button first. 37 | - Fixed log information during the search. 38 | - Fixed text information when selecting a user from search. 39 | 40 | ### **Requirements** 41 | 42 | An User account with access to Intune and Azure Resources:\ 43 | Users must have access to read All Intune Items and query for Azure AD Groups. 44 | 45 | To use this app you need to:\ 46 | Create/Register an Azure App to Get Intune Assignments get data from the environment.\ 47 | Follow the **READ ONLY** Rights the User and the Azure App may need: 48 | 49 | Device.Read.All\ 50 | DeviceManagementApps.Read.All\ 51 | DeviceManagementConfiguration.Read.All\ 52 | DeviceManagementManagedDevices.Read.All\ 53 | DeviceManagementServiceConfig.Read.All\ 54 | Group.Read.All\ 55 | GroupMember.Read.All\ 56 | Policy.Read.All\ 57 | User.Read.All 58 | 59 | ### **Be Safe!** 60 | 61 |  62 | 63 | You can test all other themes by selecting from GIA settings: 64 | 65 |  66 | 67 | 68 | Download the Latest Release 3.1 from June, 2024 69 | https://github.com/sibranda/GetIntuneAssignments/releases/tag/v3.1 70 | 71 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 41 | 42 | 43 | 664 | 866 | 895 | 896 | 897 | 899 | 900 |GIA 3.1 - Get Intune
906 | Assignments
About
Get Intune Assignments
917 | is a C#.NET free app built for Intune that queries Intune and Entra ID via MS Graph. This app aims to retrieve all active
919 | Intune item assignments.
920 | The focus is to retrieve Assignments, so if you have
921 | an item (policy, settings, app) but it does not have an assignment, GIA will
922 | not report it. You can also export the data to a CSV file if desired.
923 | Please, send me any comments you would like. This can help me fix bugs and create
924 | better solutions to help everyone.
Copyrights Warranty
935 | and Support
This application is
941 | completely free.
942 | I created it for personal needs and my work needs, as it was
943 | extremely useful, I decided to share it with the community. I created this app
944 | in my spare time which I don't have much of, like most people, so I can't provide
945 | support or guarantee that the app will work as expected in your environment.
946 | I'm just trying to do my part in the world. You don't need to use this app; you
947 | don't need to be rude to me because you don't know me and don't trust me or
948 | think the app is malicious.
949 | Like I said: you have no obligation to use the app.
950 | If you want to give it a try, I hope it can be helpful to you and/or your
951 | clients. And feel free to send me feedback as it helps everyone.
Requirements
A user account with
970 | access to Intune and Entra Resources:
971 | Users must have access to read All Intune Items and query for Entra ID Groups.
To use this app, you
977 | need to:
978 | Create/Register an Azure App to Get Intune Assignments get data from the
979 | environment.
980 | Follow the READ ONLY Rights the User and the Azure App may need:
Device.Read.All
1000 | DeviceManagementApps.Read.All
1001 | DeviceManagementConfiguration.Read.All
1002 | DeviceManagementManagedDevices.Read.All
1003 | DeviceManagementServiceConfig.Read.All
1004 | Group.Read.All
1005 | GroupMember.Read.All
1006 | Policy.Read.All
1007 | User.Read.All
Screen Shot
Download the Latest
1058 | Release: GIA v3.1
Visit my GitHub Page.
LinkedIn
1077 | Profile: Sidnei Brandao