PowerShell is excellent at collecting objects. The harder question often comes one step later: how are those objects related?
A table can tell us that an Orders API uses a database, a message broker, and a vault. It is much less useful when we need to answer questions such as:
What will be affected …
Microsoft Graph PowerShell Module: Getting Started Guide by Jeff Brown
Microsoft is retiring the Azure AD Graph API sometime after June 30, 2023 (announcement). This retirement includes the Azure AD PowerShell module. In its place, Microsoft has released the Microsoft Graph PowerShell module. The …