Azure Active Directory (AAD) - az ad
Synchronize on-premises directories and manage Azure Active Directory resources.
Commands
| az ad app | Manage Azure Active Directory applications. |
| az ad app create | Create an application. |
| az ad app delete | Delete an application. |
| az ad app list | List applications, with optional filtering. |
| az ad app show | Get an application. |
| az ad app update | Update an application. |
| az ad group | Manage Azure Active Directory groups. |
| az ad group create | Create a group in the directory. |
| az ad group delete | Delete a group in the directory. |
| az ad group get-member-groups | Gets a collection that contains the Object IDs of the groups of which the group is a member. |
| az ad group list | List groups in the directory. |
| az ad group member | Manage Azure Active Directory group members. |
| az ad group member add | Add a memeber to a group. |
| az ad group member check | Checks whether the specified user, group, contact, or service principal is a direct or a transitive member of the specified group. |
| az ad group member list | Gets the members of a group. |
| az ad group member remove | Remove a memeber from a group. |
| az ad group show | Gets group information from the directory. |
| az ad sp | Manage Azure Active Directory service principals for automation authentication. |
| az ad sp create | Create a service principal. |
| az ad sp create-for-rbac | Create a service principal and configure its access to Azure resources. |
| az ad sp delete | Delete a service principal and its role assignments. |
| az ad sp list | List service principals, with optional filtering. |
| az ad sp reset-credentials | Reset service principal credentials. |
| az ad sp show | Get a service principal. |
| az ad user | Manage Azure Active Directory users and user authentication. |
| az ad user create | Request parameters for create a new work or school account user. |
| az ad user delete | Delete a user. |
| az ad user list | List users, with optional filtering. |
| az ad user show | Gets user information from the directory. |

