-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All entra m365group commands should accept displayName option
- Loading branch information
Showing
15 changed files
with
62 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,13 @@ m365 teams user remove [options] | |
|
||
```md definition-list | ||
`-i, --groupId [groupId]` | ||
: The ID of the Microsoft 365 Group from which to remove the user. Specify either `groupId`, `groupDisplayName` or `teamId`, but not multiple. | ||
: The ID of the Microsoft 365 Group from which to remove the user. Specify either `groupId`, `groupName` or `teamId`, but not multiple. | ||
|
||
`--groupDisplayName [groupDisplayName]` | ||
: Display name of the Microsoft 365 Group for which to remove the user. Specify either `groupId`, `groupDisplayName` or `teamId`, but not multiple. | ||
`--groupName [groupName]` | ||
: Display name of the Microsoft 365 Group for which to remove the user. Specify either `groupId`, `groupName` or `teamId`, but not multiple. | ||
|
||
`--teamId [teamId]` | ||
: The ID of the Microsoft Teams team from which to remove the user. Specify either `groupId`, `groupDisplayName` or `teamId`, but not multiple. | ||
: The ID of the Microsoft Teams team from which to remove the user. Specify either `groupId`, `groupName` or `teamId`, but not multiple. | ||
|
||
`-n, --userName <userName>` | ||
: User's UPN (user principal name), eg. `[email protected]` | ||
|
@@ -56,7 +56,7 @@ m365 entra m365group user remove --groupId '00000000-0000-0000-0000-000000000000 | |
Removes user from the specified Microsoft 365 Group without confirmation | ||
|
||
```sh | ||
m365 entra m365group user remove --groupDisplayName Finance --userName '[email protected]' --force | ||
m365 entra m365group user remove --groupName Finance --userName '[email protected]' --force | ||
``` | ||
|
||
Removes user from the specified Microsoft Teams team | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.