Forum Discussion
Graph API query for Distribution List Group creation
What's wrong with using Exchange Online PowerShell? :)
VasilMichev wrote:What's wrong with using Exchange Online PowerShell? :)
If you're in an "API" kind of environment and mindset, do you really want to be calling out to Powershell?
- VasilMichevMay 02, 2018MVP
When it clearly gets the job done, why not? If anything, ExO PowerShell is way more mature compared to the Graph API.
- influentialeliotJun 16, 2023Brass Contributor
Sorry, VasilMichev , I know that this is an old one, but is this purposefully obtuse?
Because running PowerShell from the cloud, automatically, for free/micro-costs.
Where is that done again?
VasilMichev wrote:When it clearly gets the job done, why not? If anything, ExO PowerShell is way more mature compared to the Graph API.
- captbackfireAug 18, 2021Copper ContributorI came across this thread because I'm looking for a way to automatically create distribution groups from a WordPress server triggered by a custom user registration flow that copies multiple email addresses with order confirmations and invoices at the time of future purchase by either of the emailed parties. I'm hoping Graph will get there soon.
- Deva GnanamDec 06, 2018Copper Contributor
Still you can automate Powershell with .Net as well. Say, if i want to do with Exchange Powershell + .Net, then i would start it from https://blogs.technet.microsoft.com/exchange/2009/11/02/programmatic-access-via-remote-powershell-in-exchange-server-2010/.