Forum Discussion
Nigel Price
Sep 29, 2017Iron Contributor
How do I know if a page is in modern UI mode using PnPPowerShell ?
I need to audit a site and one of my tasks is to ensure that all pages are in Modern UI mode, the other thing I need to know is what Client Side Web Parts are deployed to each page. I want to use...
Mahendran D
Jan 10, 2020Brass Contributor
Get-PnPClientSidePage throws error if you are trying to find details of OOTB pages (or pages created in browser).
It works on custom pages created using pnp cmdlets.
Here is the issue opened in Github.
https://github.com/SharePoint/PnP-PowerShell/issues/1947