forked from Azure/azure-docs-powershell-azuread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGet-AzureADApplication.yml
99 lines (91 loc) · 3.22 KB
/
Get-AzureADApplication.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
### YamlMime:PowershellCmdlet
summary: |-
Gets an application.
module: AzureAD
notes: ""
syntaxes:
- Get-AzureADApplication [-All <Boolean>] [-Top <Int32>] [-Filter <String>] [<CommonParameters>]
- Get-AzureADApplication [-SearchString <String>] [-All <Boolean>] [<CommonParameters>]
- Get-AzureADApplication -ObjectId <String> [-All <Boolean>] [<CommonParameters>]
examples:
- title: 'Example 1: Get an application by display name'
code: |-
PS C:\>Get-AzureADApplication -Filter "DisplayName eq 'TestName'"
ObjectId AppId DisplayName
-------- ----- -----------
3ddd22e7-a150-4bb3-b100-e410dea1cb84 36ee4c6c-0812-40a2-b820-b22ebd02bce3 TestName
description: |-
This command gets an application by its display name.
summary: ""
- title: 'Example 2: Get an application by ID'
code: |-
PS C:\>Get-AzureADApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"
description: |-
This command gets an application by its ID.
Output:
ObjectId AppId DisplayName -------- ----- -----------
ed192e92-84d4-4baf-997d-1e190a81f28e 36ee4c6c-0812-40a2-b820-b22ebd02bce3 MyNewApp
summary: ""
- title: Retrieve an application by identifierUris
code: |-
Get-AzureADApplication -Filter "identifierUris/any(uri:uri eq 'http://wingtips.wingtiptoysonline.com')"
description: ""
summary: ""
parameters:
- type: <xref href="Boolean" data-throw-if-not-resolved="False" />
name: All
description: |+
If true, return all applications.
If false, return the number of objects specified by the Top parameter
defaultValue: None
pipelineInput: true
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: Filter
description: |+
Specifies an oData v3.0 filter statement.
This parameter controls which objects are returned.
defaultValue: None
pipelineInput: true
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: ObjectId
isRequired: true
description: |+
Specifies the ID of an application in Azure Active Directory.
defaultValue: None
pipelineInput: true
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: SearchString
description: |+
Specifies a search string.
defaultValue: None
pipelineInput: true
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="Int32" data-throw-if-not-resolved="False" />
name: Top
description: |+
Specifies the maximum number of records to return.
defaultValue: None
pipelineInput: true
position: Named
aliases: ""
parameterValueGroup: ""
uid: AzureAD.Get-AzureADApplication
name: Get-AzureADApplication
description: |-
The Get-AzureADApplication cmdlet gets an Azure Active Directory application.
metadata:
external help file: Microsoft.Open.AzureAD16.Graph.PowerShell.dll-Help.xml
Module Name: AzureAD
online version: ""
schema: 2.0.0