Forum Discussion
RashmiJ
Sep 09, 2020Copper Contributor
Support for retrieving mail folder permissions
Hi, We would like to retrieve mail folder permissions via Graph API's but not able to see support for it. Is there any way with which we will be able to get them and if not, what is the likeliho...
- Sep 09, 2020
Graph has zero support for Exchange admin operations currently, it might be years before we get anything. Use PowerShell instead.
RashmiJ
Sep 10, 2020Copper Contributor
Thanks for the information.
One more question then is : Is it better to use EWS Managed API's than Powershell in that case? We would like to access both Exchange On Premise and Exchange Online accounts for such operations.
Thanks
Rashmi
VasilMichev
Sep 10, 2020MVP
Depends on which tasks you want to cover, and the permissions model you will use. EWS usually means impersonation, which is highly sensitive permission. For PowerShell, you can get very granular and grant permissions to just the cmdlets you need.
- RashmiJSep 10, 2020Copper Contributor