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: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -377,6 +377,12 @@ The resourceAppId `00000003-0000-0000-c000-000000000000` is the Microsoft Graph
377
377
378
378

379
379
380
+
#### UPDATED
381
+
382
+
Just updated this and `List-Applications` to dynamically resolve the IDs so you don't have to manually:
383
+
384
+

385
+
380
386
### List-RecentOneDriveFiles
381
387
382
388
List recent OneDrive files belonging to current user:
@@ -646,7 +652,7 @@ Graph permission IDs applied to objects can be easily located with detailed expl
646
652
-[x]`Deploy-MaliciousScript` - add input options to choose runAsAccount, enforceSignatureCheck, etc. and more assignment options
647
653
-[x]`Get-DeviceConfigurationPolicies` - tidy up the templateReference and assignmentTarget output
648
654
-[x]`Add-ApplicationPermission` - updated logic and added ability to grant admin consent for admin permissions assigned from the same command - update `Grant-AppAdminConsent` to handle any failures so users don't have to repeat this whole command again
649
-
-[]`Get-Application` - process the `requiredResourceAccess` attribute and resolved any Graph API app role IDs to their role name/description
655
+
-[X]`Get-Application` - process the `requiredResourceAccess` attribute and resolved any Graph API app role IDs to their role name/description - `List-Applications` updated with this as well
650
656
- New:
651
657
-[x]`Find-PrivilegedApplications` - identify enterprise applications which have privileged graph api permissions granted
652
658
-[x]`Grant-AppAdminConsent` - grant admin consent for requested/applied admin app permissions (if `Add-ApplicationPermission` fails)
0 commit comments