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