Skip to main content

SYNOPSIS

Get registered application in Microsoft Graph

SYNTAX

All (Default)

ByAppId

ByObjectId

ByDisplayName

DESCRIPTION

Retrieves registered applications from Microsoft Graph. If no ApplicationID, ObjectID, or DisplayName is provided, returns all applications with selected properties.

EXAMPLES

EXAMPLE 1

This command retrieves the registered application with the specified Application ID (AppId).

EXAMPLE 2

This command retrieves the registered application with the specified ObjectID.

EXAMPLE 3

This command retrieves the registered application with the specified DisplayName.

EXAMPLE 4

This command retrieves all registered applications whose DisplayName starts with “Azure”.

EXAMPLE 5

This command retrieves all registered applications whose DisplayName contains “Portal”.

EXAMPLE 6

This command retrieves all registered applications.

PARAMETERS

-ApplicationID

The unique identifier (AppId) of the registered application to retrieve. If not provided, all applications are returned.

-ObjectID

(Optional) Retrieves the application for a specific application by its ObjectID.

-DisplayName

(Optional) Retrieves the application for a specific application by its DisplayName. Supports wildcards (* and ?) for partial name matching (e.g. “Azure*”, “Portal”).

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Same as the Microsoft Graph built-in function Get-MgApplication but with a simplified output. https://ps365.clidsys.com/docs/commands/Get-MgRegisteredApp