Skip to main content
Version: 2.1.0

Get-MtM365AdvisorApp

SYNOPSIS

Retrieves M365Advisor applications from Azure AD/Entra ID.

SYNTAX

ById

Get-MtM365AdvisorApp -Id <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

ByApplicationId

Get-MtM365AdvisorApp -AppId <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Default

Get-MtM365AdvisorApp [-Name <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Retrieves all applications in Azure AD/Entra ID that have been tagged as M365Advisor applications. This includes applications created by New-MtM365AdvisorApp or manually tagged with 'm365advisor'.

EXAMPLES

EXAMPLE 1

Get-MtM365AdvisorApp

Retrieves all M365Advisor applications in the tenant.

EXAMPLE 2

Get-MtM365AdvisorApp -AppId "12345678-1234-1234-1234-123456789012"

Retrieves the specific M365Advisor application with the given Application ID.

EXAMPLE 3

Get-MtM365AdvisorApp -Name "DevOps"

Retrieves all M365Advisor applications that start with "DevOps" in their display name.

PARAMETERS

-Id

The ID of the M365Advisor app to update

Type: String
Parameter Sets: ById
Aliases: ObjectId

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-AppId

If specified, retrieves only the M365Advisor application with the specified Application (Client) ID.

Type: String
Parameter Sets: ByApplicationId
Aliases: ClientId

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

If specified, retrieves only M365Advisor applications with display names containing the specified text.

Type: String
Parameter Sets: Default
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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

https://m365advisor.dev/docs/commands/Get-MtM365AdvisorApp