Forum Discussion
nemanja011
Jun 09, 2022MCT
Changing access request settings 'Allow members to invite others to the site members group' with PNP
Hello, I am trying to change the following setting using PNP for number of sites in the farm. I was not able to find a correct PowerShell command.
JakubUrban
Sep 05, 2025Copper Contributor
Hi nemanja011 , I just came across this post. Might help.
Disable-PnPSharingForNonOwnersOfSite -Connection $SCConn #This will also disable Access Requests
Set-PnPRequestAccessEmails -Connection $SCConn -Disabled:$false #Enabling Access Requests with default setting