Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please let me know..how to extract list data from sharepoint using powershell..i hope that might genius help me ...
Hi Praveen,
Your question is quite compact so I might be missing your point. For now I assume you want to get data out of Sharepoint Online. For an on-premise Sharepoint setup I have no answer.
To get data (list items) out of Sharepoint Online (part of Office 365) you can use the Microsoft Graph API. It's documented at Microsoft Graph - Documentation - Overview. The part you need is in beta currently, see Microsoft Graph - Documentation - SharePoint. I have to note this: it requires moderate to advanced Powershell and developer skills to do this. You'll need to know:
With regards,
Egbert