Directory extensions allow to add custom data to Entra objects:
To be able to read the directory extension, the commands must support the properties option, which allows to specify the name of directory extension to be retrieved.
Currently, only these commands have the properties option and return the extension property:
entra user get
entra user list
Add the properties option to the following commands:
entra group get
entra group list
entra app get
entra app list
entra administrativeunit get
entra administrativeunit list
| Option |
Description |
-p, --properties [properties] |
Comma-separated list of properties to retrieve |
Directory extensions allow to add custom data to Entra objects:
To be able to read the directory extension, the commands must support the
propertiesoption, which allows to specify the name of directory extension to be retrieved.Currently, only these commands have the
propertiesoption and return the extension property:entra user getentra user listAdd the
propertiesoption to the following commands:entra group getentra group listentra app getentra app listentra administrativeunit getentra administrativeunit list-p, --properties [properties]