forked from Azure/azure-docs-powershell-azuread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Add-AzureADGroupOwner.yml
75 lines (69 loc) · 2.1 KB
/
Add-AzureADGroupOwner.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
### YamlMime:PowershellCmdlet
summary: |-
Adds an owner to a group.
module: AzureAD
notes: ""
syntaxes:
- >-
Add-AzureADGroupOwner -ObjectId <String> -RefObjectId <String> [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
examples:
- title: 'Example 1: Add an owner to a group'
code: |-
PS C:\>Add-AzureADGroupOwner -ObjectId "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb" -RefObjectId "bbbbbbbb-1111-2222-3333-cccccccccccc"
description: |-
This command adds an owner to a group.
summary: ""
parameters:
- type: <xref href="ActionPreference" data-throw-if-not-resolved="False" />
name: InformationAction
description: |+
Specifies how this cmdlet responds to an information event.
The acceptable values for this parameter are:
- Continue
- Ignore
- Inquire
- SilentlyContinue
- Stop
- Suspend
defaultValue: None
position: Named
aliases: infa
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: InformationVariable
description: |+
Specifies a variable in which to store an information event message.
defaultValue: None
position: Named
aliases: iv
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: ObjectId
isRequired: true
description: |+
Specifies the ID of a group in Azure Active Directory.
defaultValue: None
pipelineInput: true
position: Named
aliases: ""
parameterValueGroup: ""
- type: <xref href="String" data-throw-if-not-resolved="False" />
name: RefObjectId
isRequired: true
description: |+
Specifies the ID of the Azure Active Directory object that will be assigned as owner/manager/member.
defaultValue: None
pipelineInput: true
position: Named
aliases: ""
parameterValueGroup: ""
uid: AzureAD.Add-AzureADGroupOwner
name: Add-AzureADGroupOwner
description: |-
The Add-AzureADGroupOwner cmdlet adds an owner to an Azure Active Directory group.
metadata:
external help file: Microsoft.Open.AzureAD16.Graph.PowerShell.dll-Help.xml
Module Name: AzureAD
online version: ""
schema: 2.0.0