Usage
m365 aad app get
Description
Gets an Azure AD app registration
Options
| Option |
Description |
--appId [appId] |
Application (client) ID of the Azure AD application registration to get. Specify either appId, objectId or name |
--objectId [objectId] |
Object ID of the Azure AD application registration to get. Specify either appId, objectId or name |
--name [name] |
Name of the Azure AD application registration to get. Specify either appId, objectId or name |
Additional Info
Add remark to docs:
For best performance use the objectId option to reference the Azure AD application registration to update. If you use appId or name, this command will first need to find the corresponding object ID for that application.
If the command finds multiple Azure AD application registrations with the specified app name, it will prompt you to disambiguate which app it should use, listing the discovered object IDs.
Code would be similar to: https://github.com/pnp/cli-microsoft365/blob/main/docs/docs/cmd/aad/app/app-set.md
Usage
m365 aad app get
Description
Gets an Azure AD app registration
Options
--appId [appId]appId,objectIdorname--objectId [objectId]appId,objectIdorname--name [name]appId,objectIdornameAdditional Info
Add remark to docs:
For best performance use the
objectIdoption to reference the Azure AD application registration to update. If you useappIdorname, this command will first need to find the corresponding object ID for that application.If the command finds multiple Azure AD application registrations with the specified app name, it will prompt you to disambiguate which app it should use, listing the discovered object IDs.
Code would be similar to: https://github.com/pnp/cli-microsoft365/blob/main/docs/docs/cmd/aad/app/app-set.md