You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CIPP-Permissions.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -425,6 +425,11 @@
425
425
"Name": "UserAuthenticationMethod.ReadWrite",
426
426
"Description": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods."
427
427
},
428
+
{
429
+
"Id": "424b07a8-1209-4d17-9fe4-9018a93a1024",
430
+
"Name": "TeamsTelephoneNumber.ReadWrite.All",
431
+
"Description": "Allows the app to read and modify your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc."
432
+
},
428
433
{
429
434
"Id": "b7887744-6746-4312-813d-72daeaee7e2d",
430
435
"Name": "UserAuthenticationMethod.ReadWrite.All",
@@ -697,6 +702,11 @@
697
702
"Name": "User.ReadWrite.All",
698
703
"Description": "Allows the app to read and update user profiles without a signed in user."
699
704
},
705
+
{
706
+
"Id": "0a42382f-155c-4eb1-9bdc-21548ccaa387",
707
+
"Name": "TeamsTelephoneNumber.ReadWrite.All",
708
+
"Description": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc."
"Description": "In this repo, you will find Intune profiles in JSON format, which can be used in setting up your Modern Workplace. All policies were created in Microsoft Intune and exported to share with the community.",
$PendingQueries=Get-CIPPAzDataTableEntity@AuditLogSearchesTable-Filter "Tenant eq '$TenantFilter' and (CippStatus eq 'Pending' or (CippStatus eq 'Processing' and Timestamp le datetime'$15MinutesAgo')) and Timestamp ge datetime'$1DayAgo'"|Sort-Object Timestamp
20
+
$PendingQueries=Get-CIPPAzDataTableEntity@AuditLogSearchesTable-Filter "PartitionKey eq 'Search' and Tenant eq '$TenantFilter' and (CippStatus eq 'Pending' or (CippStatus eq 'Processing' and Timestamp le datetime'$15MinutesAgo')) and Timestamp ge datetime'$1DayAgo'"|Sort-Object Timestamp
$CippQueueData=Get-CIPPAzDataTableEntity@CippQueue-Filter "PartitionKey eq 'CippQueue' and Timestamp ge datetime'$3HoursAgo'"|Sort-Object-Property Timestamp -Descending
21
+
22
+
if ($QueueId) {
23
+
$Filter="PartitionKey eq 'CippQueue' and RowKey eq '$QueueId'"
24
+
} elseif ($Reference) {
25
+
$Filter="PartitionKey eq 'CippQueue' and Reference eq '$Reference' and Timestamp ge datetime'$3HoursAgo'"
26
+
} else {
27
+
$Filter="PartitionKey eq 'CippQueue' and Timestamp ge datetime'$3HoursAgo'"
0 commit comments