Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/Set-PnPAzureADGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Sets the display name of the group where $group is a Group entity.

### EXAMPLE 2
```powershell
Set-PnPAzureADGroup -Identity $groupId -Descriptions "My Description" -DisplayName "My DisplayName"
Set-PnPAzureADGroup -Identity $groupId -Description "My Description" -DisplayName "My DisplayName"
```

Sets the display name and description of a group based upon its ID.
Expand Down
Loading