Skip to content

Commit

Permalink
Merge pull request #6428 from Azure/filter-coffee-patch-1
Browse files Browse the repository at this point in the history
Update the example members
  • Loading branch information
Maddie Clayton authored Jun 8, 2018
2 parents 900d8de + ef87872 commit 860a3ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Adds a user to an existing AD group.
### Example 1 - Add a user to a group by object id

```
PS C:\> Add-AzureRmADGroupMember -MemberObjectId D9076BBC-D62C-4105-9C78-A7F5BC4A3405 -GroupObjectId 85F89C90-780E-4AA6-9F4F-6F268D322EEE
PS C:\> Add-AzureRmADGroupMember -MemberObjectId D9076BBC-D62C-4105-9C78-A7F5BC4A3405 -TargetGroupObjectId 85F89C90-780E-4AA6-9F4F-6F268D322EEE
```

Adds the user with object id 'D9076BBC-D62C-4105-9C78-A7F5BC4A3405' to the group with object id '85F89C90-780E-4AA6-9F4F-6F268D322EEE'.
Expand Down

0 comments on commit 860a3ab

Please sign in to comment.