Forum Discussion
naijacoder
Aug 23, 2018Copper Contributor
How to use rest API with PowerShell
Hi All, I have a list and I need to check if a date field column minus 10 days is today send an email. Is this achievable using rest API with PowerShell on premises? Thanks in advance
Heiko Watz
Aug 27, 2018Iron Contributor
I didn't know how to do it with REST API - but when you use Powershell: Take al look at https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps
I use it often to work with SharePoint without coding.