Office 365 – SharePoint – Update list items using PowerShell
The PowerShell commands of the PnP Framework have many useful commands that help you manage SharePoint online. One of these commands is the Set-SPOListItem Command. Set-SPOListItem –Identity <ListItemPipeBind> [–ContentType <ContentTypePipeBind>] [–Values…