Forum Discussion
Gilbert Okello
Aug 22, 2020Iron Contributor
How to query View Definition
I have hundreds of sites each having a specific document library with custom views. I would like to query the sites, identify the ones where the view is not correctly configured and fix. e.g. ...
- Aug 25, 2020
Gilbert Okello I have not done this myself but you might try https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/get-sposite?view=sharepoint-ps to get all the sites and then run this https://gallery.technet.microsoft.com/office/Get-all-views-from-a-f544f457 to get all these views and their properties.
Regards, Magnus
MagnusGoksoyrOLDProfile
Aug 25, 2020Bronze Contributor
Gilbert Okello I have not done this myself but you might try https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/get-sposite?view=sharepoint-ps to get all the sites and then run this https://gallery.technet.microsoft.com/office/Get-all-views-from-a-f544f457 to get all these views and their properties.
Regards, Magnus
Gilbert Okello
Aug 26, 2020Iron Contributor