Let's add some extra options to the entra m365group set command.
| Option |
Description |
--allowExternalSenders [allowExternalSenders] |
Indicates if people external to the organization can send messages to the group. Valid values: true, false. |
--autoSubscribeNewMembers [autoSubscribeNewMembers] |
Indicates if new members added to the group will be auto-subscribed to receive email notifications. Valid values: true, false. |
--hideFromAddressLists [hideFromAddressLists] |
Indicates if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups. Valid values: true, false. |
--hideFromOutlookClients [hideFromOutlookClients] |
Indicates if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web. Valid values: true, false. |
If I'm not mistaken, these options can only be set using delegated auth. Let's definitely check this and validate it in the command when necessary.
API: https://learn.microsoft.com/en-us/graph/api/group-update?view=graph-rest-1.0&tabs=http
Let's add some extra options to the
entra m365group setcommand.--allowExternalSenders [allowExternalSenders]true,false.--autoSubscribeNewMembers [autoSubscribeNewMembers]true,false.--hideFromAddressLists [hideFromAddressLists]true,false.--hideFromOutlookClients [hideFromOutlookClients]true,false.If I'm not mistaken, these options can only be set using delegated auth. Let's definitely check this and validate it in the command when necessary.
API: https://learn.microsoft.com/en-us/graph/api/group-update?view=graph-rest-1.0&tabs=http