Skip to content

Commit efe98cd

Browse files
authored
Rename and update description for list_all_applications script
Updated script name from list_all_applications2.ps1 to list_all_applications.ps1 and revised its description for clarity.
1 parent f4c6150 commit efe98cd

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PowerShell-Scripts/
3838
│ └── Get-AzureStorageAnonymousAccess.ps1
3939
│ └── Test-AzureBlobAnonymousEndpoints.ps1
4040
│ └── 👉** Azure AD application auditing tools **
41-
list_all_applications2.ps1
41+
list_all_applications.ps1
4242
BulkMultiPermExploitability2.ps1
4343
Profile-App.ps1
4444
Audit-AppDelegationRisks.ps1
@@ -260,10 +260,8 @@ Prerequisites: An active Graph session (Connect-MgGraph) with User.ReadWrite.All
260260
---
261261
👉** Azure AD application auditing tools **
262262

263-
### `list_all_applications2.ps1`
264-
- **Purpose:** Enumerates every registered application and service principal in an Entra ID tenant.
265-
- **Use Case:** Provides a broad **inventory baseline** of all apps.
266-
- **Frequency:** Run **monthly or quarterly** as part of regular inventory checks.
263+
### `list_all_applications.ps1`
264+
Enumerates all Microsoft Entra application registrations and enterprise application service principals visible to the current Microsoft Graph session. Exports separate application and service-principal reports, plus a normalized combined CSV inventory. Reuses an existing Graph session by default and supports optional interactive connection using Application.Read.All.
267265

268266
### `BulkMultiPermExploitability2.ps1`
269267
- **Purpose:** Bulk‑checks each app for exploitable Microsoft Graph permissions against a defined high‑risk list.

0 commit comments

Comments
 (0)