Forum Discussion
Nigel_Price9911
Jun 14, 2018Iron Contributor
Can I run PnP PowerShell or CSOM PowerShell using Flow ?
Hi I want Flow to kick off a PnP Powershell script. This seems a pretty out of the box sort of thing to want to do. Can I found anything on this ? No Anybody any ideas ? Regar...
Jun 14, 2018
HI Nigel_Price9911,
Yes you can. Run the PnP PowerShell in an Azure Function and then trigger the azure Function from flow.
- Nigel_Price9911Jun 14, 2018Iron Contributor
Thanks Pieter.
Unfortunately, I do not have access to Azure.
Is there another way of calling either PnP PowerShell or CSOM Powershell ?
Regards
Nigel
- Jun 14, 2018
Maybe a webservice and call it with an HTTP action.
- Jun 14, 2018Agree with Pieter here, best option is to call an Azure Function