Replies: 1 comment
-
@ZucciDevs - This working for me in both v1.12.0 and v2.4.0 of PnP.Powershell. I Tried Could it be permission related? I have the SharePoint Tenant Admin role and I am part of the Admins of the site collection. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Reporting an Issue or Missing Feature
Running Request-PnPReIndexWeb seems to only initiate when run on root site (https://yourSPTenant.sharepoint.com) but not on other sites that reside ( https://yourSPTenant.sharepoint.com/sites/*)
Expected behavior
Output should mark any site for full reindexing
Actual behavior
Returns an error that does not pertain to action requested:
Request-PnPReIndexWeb : You are not allowed to rename this library.
At line:1 char:1
Steps to reproduce behavior
Connect-PnpOnline -Url "your tenant and site here" -Interactive
Request-PnPReIndexWeb
What is the version of the Cmdlet module you are running?
1.12.0
Which operating system/environment are you running PnP PowerShell on?
Beta Was this translation helpful? Give feedback.
All reactions