SharePoint Online: Get List Views using PowerShell
July 28, 2017
Requirement: Get SharePoint Online List Views using PowerShell. PowerShell to Get All Views from a List: This PowerShell script gets all views from a SharePoint Online list or library. #Load SharePoint CSOM Assemblies Add-Type -Path "C:\Program Files\Common Files\Microsoft Shared\Web Se…