Hi All,
How can we hide Recycle bin in sharepoint online communication site under left navigation .
When i try to activate Sharepoint publishing feature.
I am getting error.
Thank you,
Sowjanya.
Hi All,
How can we hide Recycle bin in sharepoint online communication site under left navigation .
When i try to activate Sharepoint publishing feature.
I am getting error.
Thank you,
Sowjanya.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rijwan AnsariPosted Aug 13, 2021, 12:55 PM
Hi
You can activate SharePoint Server Publishing Infrastructure with script.
For site:
PnP code: Enable-PnPFeature -Identity f6924d36-2fa8-4f0b-b16d-06b7250180fa -Scope Site
Even for web:
Enable-PnPFeature -Identity 94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb -Scope Web
After that, you can hide from Navigation setting.
Regards
Rijwan
Jefferson S. MottaPosted Aug 12, 2021, 1:52 AM