SYNOPSIS
Get registered application in Microsoft GraphSYNTAX
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
EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
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.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 functionGet-MgApplication but with a simplified output.