Martin Machacek
Martin Machacek
@andrueastman Hi, I'm including more details To filter `microsoft.graph.calendarSharingMessage` messages, only way is to use `singleValueExtendedProperties` /v1.0/me/messages?$filter=singleValueExtendedProperties/Any(ep: ep/id eq 'String 0x001A' and ep/value eq 'IPM.Sharing') Then when using any id...
@irvinesunday Thank you for the quick feedback. To be honest the description of the parameter in API definition is not user friendly. Hidden messages? I don't remember that message resource...
Can I take it? Could you please explain a little bit more what do you mean by _allow unknown options_?
@milanholemans maybe wrong descriptions for `id` and `displayName` options. > The ID of the Azure AD group to update. Specify either id or **mailNickname** but not both Do `newDisplayName`, `mailNickname`...
Hi @MartinM85, Scope is a set of resources that role applies to. The disadvantage here is that the Graph API exposes unified backend model for different types of RBAC providers....
A few notes: - without option `resultsOnly`, the output to csv and markdown is empty, I think it's caused by the complex structure of [searchResponse](https://learn.microsoft.com/en-us/graph/api/resources/searchresponse?view=graph-rest-1.0) - with option `resultsOnly`, the...
@milanholemans The suppressError switch or similar to https://github.com/pnp/cli-microsoft365/issues/5472#issuecomment-1937798769 can be really handy in this case. User can always call `entra group user list` for check before/after. Similar switch can be...
@waldekmastykarz You can also [add a tenant to a multitenant organization](https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0&tabs=http), so maybe grouping under `entra` would be better. `m365 entra multitenant add` - create a multitenant organization `m365 entra...
@Adam-it I will work on it
@Jwaegebaert I will use [this](https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0&tabs=http). `entra multitenant remove` will remove all joined tenants and the owner tenant will be removed as the last one which will trigger deletion of the...