Get site page security (permissions) with site template #597
Unanswered
ramonahyde
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
First and foremost, thank you for developing this very useful module.
I'm trying to retrieve the permissions of each client side page of some site with the cmdlet
Get-PnPSiteTemplate
, usingPageContents
handler, just like withLists
handler (I needpnp:Security
block).But I couldn't.
I have seen in the source code that you're using the
GetProvisioningTemplate
method fromMicrosoft.SharePoint.Client
library, if I'm not wrong. I've checked the documentation and I found thatClientSidePage
class has aSecurity
property (see source)..Did I miss something? Is there any parameter that I didn't hear about?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions