Thursday, March 28, 2019

SharePoint Online List Items update using PowerShell

https://sharepoint.stackexchange.com/questions/228801/sharepoint-online-list-items-update-using-powershell/228805
The SharePoint Online cmdlets lack the ability to work with lists or list items. Though, we can still do this with CSOM from PowerShell. If you haven't done this before, you may find it easier to use the PNP PowerShell cmdlets, as the CSOM code has already been written for you.
This is a link to the getting started page. This is a link to the list of available commands, and this is a link to the page that shows how to update a list item.
Once you've gone through the setup process on the first page, the following is from the docs and hows the code to update a list item:

No comments:

Post a Comment

Decision Tree In Python

https://towardsdatascience.com/decision-tree-in-python-b433ae57fb93