Forum Discussion
AnuragSaini
May 31, 2019Copper Contributor
How can we hide/show teamify using powershell in SharePoint online?
Hello All, how can we hide teamify notification comes over SharePoint online site which is visible to site owners only. I have written a powershell which is as below but its not working there i...
Unnie
May 31, 2019Iron Contributor
AnuragSaini I see from your screenshot that you have removed the script to disable
DenyAddAndCustomizePages property of the site. By default running custom script is disabled in SPO and you need that script for disabling DenyAddAndCustomizePages to make the Set-PnPPropertyBagValue work.