Skip to content

Commit 812f2fa

Browse files
adrian-mooredavefalkus
authored andcommitted
Added iOS Provisioning Profile analysis script (#103)
* Added iOS Provisioning Profiles analysis script * Added readme * Updated filenames to correct name * Updated file names * Renamed folder * Renamed files * Renamed files * removed spaces at end of script * support multiple groups * updated console output for no profiles * Updated to include standard readme header * Updated filename * Updated formatting * Updated formatting * Updated formatting * Updated formatting * Updated formatting * Updated formatting * Updated formatting * Updated output * Updated to output to include unassigned groups
1 parent 41dd1cf commit 812f2fa

File tree

2 files changed

+474
-0
lines changed

2 files changed

+474
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# iOS App Provisioning Profile Script Samples
2+
3+
4+
5+
This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell.
6+
7+
8+
9+
Documentation for Intune and Microsoft Graph can be found here [Intune Graph Documentation](https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/resources/intune_graph_overview).
10+
11+
12+
13+
#### Disclaimer
14+
Some script samples retrieve information from your Intune tenant, and others create, delete or update data in your Intune tenant. Understand the impact of each sample script prior to running it; samples should be run using a non-production or "test" tenant account.
15+
16+
17+
18+
Within this section there are the following scripts with the explanation of usage.
19+
20+
### iOSAppProvisioningProfile_Analysis.ps1
21+
This script gets the iOS Provisioning Profiles in an Intune tenant and outputs the expiry information from the mobileprovision file.
22+
23+
#### Get-AADGroup Function
24+
This function is used to get AAD Groups from the Graph API REST interface
25+
26+
#### Get-iOSAppProvisioningProfile
27+
This function is used to get iOS Provisioning Profile expiry information from the plist file uploaded to Intune.
28+

0 commit comments

Comments
 (0)