SYNOPSIS
Get registered application in Microsoft GraphSYNTAX
DESCRIPTION
Retrieves registered applications from Microsoft Graph. If no ApplicationID is provided, returns all applications with selected properties.EXAMPLES
EXAMPLE 1
EXAMPLE 2
PARAMETERS
-ApplicationID
The unique identifier of the registered application to retrieve. If not provided, all applications are returned.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.