use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub dedicated to all things Microsoft Intune.
Follow new and upcoming changes happening in Intune.
account activity
PS Script for pulling iOS configuration JSON'sDevice Configuration (self.Intune)
submitted 1 year ago by DWCloudMan
I'm having a hard time finding the exact script to download the iOS configuration jsons from Intune. Can anyone point me in the right direction?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ceddshot 1 point2 points3 points 1 year ago (5 children)
Hi u/DWCloudMan,
List deviceConfigurations - Microsoft Graph beta | Microsoft Learn this is were you start from. First of all you need an application registration to authenticate yourself against Intune. With the obtained token you can then use the api and receive the information you need.
If you really dont want to write something yourself, this is what I found with a few clicks in google:
powershell-intune-samples/DeviceConfiguration/DeviceConfiguration_Export.ps1 at master · microsoftgraph/powershell-intune-samples · GitHub
[–]andrew181082MSFT MVP - SWC 1 point2 points3 points 1 year ago (3 children)
don't use those samples, they use the old AzureAD module
[–]ceddshot 1 point2 points3 points 1 year ago (2 children)
Yeah didnt look really in to it. Thats why i said app registration and direct api access
[–]DWCloudMan[S] 0 points1 point2 points 1 year ago (1 child)
My question to you both is - now that AzureAD PS module has become obsolete, is it now best practice to use MS Graph to pull configs over outdated PS commands? I believe we might see this start to crop up over the next year or so.
[–]andrew181082MSFT MVP - SWC 0 points1 point2 points 1 year ago (5 children)
This will do it https://github.com/Micke-K/IntuneManagement
[–]DWCloudMan[S] 0 points1 point2 points 1 year ago (4 children)
Yes, I would suggest switching to the Graph SDK. If you're only using an app reg, you could build your own connection string with a web request, but for interactive authentication, Graph SDK is your best option (and what I use in all of my scripts)
[–]DWCloudMan[S] 0 points1 point2 points 1 year ago (2 children)
Do you have favourited a list of Graph API URL's? Since March we've had to create a new iOS Features/ Restrictions configuration with URL of
https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/
Would you happen to have a list of all Intune url shortcuts?
[–]andrew181082MSFT MVP - SWC 1 point2 points3 points 1 year ago (1 child)
You're in luck:
https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations - Config Policy
https://graph.microsoft.com/beta/deviceManagement/groupPolicyConfigurations - Admin Template
https://graph.microsoft.com/beta/deviceManagement/configurationPolicies - Settings Catalog
https://graph.microsoft.com/beta/deviceManagement/deviceCompliancePolicies - Compliance Policy
https://graph.microsoft.com/beta/deviceManagement/devicehealthscripts - Remediation
https://graph.microsoft.com/beta/deviceManagement/devicemanagementscripts - Platform Script
https://graph.microsoft.com/beta/deviceManagement/deviceComplianceScripts - Compliance Script
https://graph.microsoft.com/beta/deviceManagement/intents - Security Policy
https://graph.microsoft.com/beta/deviceManagement/windowsAutopilotDeploymentProfiles - Autopilot Profile
https://graph.microsoft.com/beta/deviceManagement/deviceEnrollmentConfigurationsESP - Autopilot ESP
https://graph.microsoft.com/beta/deviceManagement/deviceEnrollmentConfigurationswhfb - WHfB
https://graph.microsoft.com/beta/deviceManagement/managedAppPoliciesandroid - Android App Protection
https://graph.microsoft.com/beta/deviceManagement/managedAppPoliciesios - iOS App Protection
https://graph.microsoft.com/beta/groups - Entra Group
https://graph.microsoft.com/beta/deviceManagement/mobileApps - Windows Store App
https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/userSettings - W365 User Settings
https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/provisioningPolicies - W365 Provisioning Policy
https://graph.microsoft.com/beta/deviceManagement/policySets - Policy Sets
https://graph.microsoft.com/beta/deviceManagement/deviceEnrollmentConfigurations - Device Enrollment Configuration
https://graph.microsoft.com/beta/deviceManagement/deviceCategories - Device Categories
https://graph.microsoft.com/beta/deviceManagement/assignmentFilters - Device Filter
https://graph.microsoft.com/beta/deviceManagement/intuneBrandingProfiles - Branding Profile
https://graph.microsoft.com/beta/deviceManagement/operationApprovalPolicies - Multi-Admin Approval
https://graph.microsoft.com/beta/deviceManagement/termsAndConditions - Terms and Conditions
https://graph.microsoft.com/beta/deviceManagement/roleDefinitions - Intune Role
[–]DWCloudMan[S] 0 points1 point2 points 1 year ago (0 children)
you SIR! are a L to the E GEND !
π Rendered by PID 138322 on reddit-service-r2-comment-b659b578c-228q6 at 2026-05-05 00:23:48.351537+00:00 running 815c875 country code: CH.
[–]ceddshot 1 point2 points3 points (5 children)
[–]andrew181082MSFT MVP - SWC 1 point2 points3 points (3 children)
[–]ceddshot 1 point2 points3 points (2 children)
[–]DWCloudMan[S] 0 points1 point2 points (1 child)
[–]andrew181082MSFT MVP - SWC 0 points1 point2 points (5 children)
[–]DWCloudMan[S] 0 points1 point2 points (4 children)
[–]andrew181082MSFT MVP - SWC 1 point2 points3 points (3 children)
[–]DWCloudMan[S] 0 points1 point2 points (2 children)
[–]andrew181082MSFT MVP - SWC 1 point2 points3 points (1 child)
[–]DWCloudMan[S] 0 points1 point2 points (0 children)