We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcdc5c commit 1fa33eeCopy full SHA for 1fa33ee
src/Resources/Resources/help/New-AzADGroupOwner.md
@@ -22,14 +22,14 @@ Create new navigation property ref to owners for groups
22
23
## EXAMPLES
24
25
-### Example 1: Assign a user as onwer of a group
+### Example 1: Assign a user as owner of a group
26
```powershell
27
$userId = (Get-AzADUser -DisplayName "John Doe").Id
28
$groupId = (Get-AzADGroup -DisplayName "someGroup").Id
29
New-AzADGroupOwner -GroupId $groupId -OwnerId $userId
30
```
31
32
-Assign a user as onwer of a group
+Assign a user as owner of a group
33
34
## PARAMETERS
35
0 commit comments