az ad group member
Manage Azure Active Directory group members.
Commands
| az ad group member add |
Add a member to a group. |
| az ad group member check |
Check if a member is in a group. |
| az ad group member list |
Gets the members of a group. |
| az ad group member remove |
Remove a member from a group. |
az ad group member add
Add a member to a group.
az ad group member add --group
--member-id
[--additional-properties]
Required Parameters
Group's object id or display name(prefix also works if there is a unique match).
The object ID of the contact, group, user, or service principal.
Optional Parameters
Unmatched properties from the message are deserialized this collection.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az ad group member check
Check if a member is in a group.
az ad group member check --group
--member-id
Examples
Check if a member is in a group. (autogenerated)
az ad group member check --group MyGroupDisplayName --member-id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Required Parameters
Group's object id or display name(prefix also works if there is a unique match).
The object ID of the contact, group, user, or service principal.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az ad group member list
Gets the members of a group.
az ad group member list --group
Required Parameters
Group's object id or display name(prefix also works if there is a unique match).
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az ad group member remove
Remove a member from a group.
az ad group member remove --group
--member-id
Required Parameters
Group's object id or display name(prefix also works if there is a unique match).
The object ID of the contact, group, user, or service principal.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ