< Back

Get-AzureRmADApplication

Tue Jan 29, 2019 10:04 pm

NAME Get-AzureRmADApplication



SYNOPSIS

Lists existing azure active directory applications.





SYNTAX

Get-AzureRmADApplication -ApplicationId <Guid> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmADApplication [-DefaultProfile <IAzureContextContainer>] -DisplayNameStartWith <String> [<CommonParameters>]



Get-AzureRmADApplication [-DefaultProfile <IAzureContextContainer>] -IdentifierUri <String> [<CommonParameters>]



Get-AzureRmADApplication [-DefaultProfile <IAzureContextContainer>] -ObjectId <Guid> [<CommonParameters>]





DESCRIPTION

Lists existing azure active directory applications. Application lookup can be done by ObjectId, ApplicationId, IdentifierUri or DisplayName. If no

parameter is provided, it fetches all applications under the tenant.





PARAMETERS

-ApplicationId <Guid>

The application id of the application to fetch.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DisplayNameStartWith <String>

Fetch all applications starting with the display name.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-IdentifierUri <String>

Unique identifier Uri of the application to fetch.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ObjectId <Guid>

The object id of the application to fetch.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

System.Collections.Generic.List`1[Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADApplication]







NOTES









Example 1



PS E:\\> Get-AzureRmADApplication



Lists all the applications under a tenant.





Example 2



PS E:\\> Get-AzureRmADApplication -IdentifierUri http://mySecretApp1



Gets the application with identifier uri as "http://mySecretApp1".







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... pplication

Remove-AzureRmADAppCredential

New-AzureRmADAppCredential

Get-AzureRmADAppCredential

Remove-AzureRmADApplication

Set-AzureRmADApplication

New-AzureRmADApplication