Today I got the
The Push Notifications feature is not activated on the site.
quite quickly I got an article describing what to do. I had however the same problem as others. I’m on office 365.
Easy solution:Â OfficeDev/PnP-PowerShell on Github has Enable-SPOFeature available.
[code lang=text]
Connect-SPOnline https:/ /mytenant.sharepoint.com
Enable-SPOFeature -Identity 41e1d4bf-b1a2-47f7-ab80-d5d6cbba3092
[/code]
Discover more from SharePains
Subscribe to get the latest posts sent to your email.
Is your business still running on paper trails, sprawling Excel files, or ageing Access databases? There's a better way — and I can show you exactly what it looks like.
I'm the Technical Director of Vantage 365, a Microsoft solutions consultancy working with clients across the UK, the Netherlands, and worldwide.
For over 30 years I've been turning messy, manual business processes into clean, automated systems that save time, reduce errors, and give teams the visibility they need to make better decisions.
You can contact me using contact@sharepains.com
Yes this has just hit me whilst testing the PnPProvisioiingTemplate. I take it I just need to implement this per site collection; rather than the thenant admin url https://company-admin.SharePoint.com
Yes, this would be something that you have to do for each site collection rather than centrally.