Tag: sharepoint

Preservation Hold Library And The Site Storage Quota
Preservation Hold Library And The Site Storage Quota
Blog Posts

This blog post idea comes from a reader’s recent question… “Is there any way to get a size of our PHLs in each site collection?” Background… when you publish a retention policy to a SharePoint site with a setting to retain for a period of time, changes and deletions are preserved in a special library… READ MORE

SharePoint admin Center: New columns on Active sites page
SharePoint admin Center: New columns on Active sites page
Blog Posts

SharePoint admins will now be able to see where sites were created from – be it PowerShell, via the SharePoint admin center, from Teams, from SharePoint “Create site” – and to be able to see more clearly who created the site. In the SharePoint admin center, the Active sites page will provide new information:  The “Created from”… READ MORE

Create An App Catalog Site In SharePoint Online
Create An App Catalog Site In SharePoint Online
Blog Posts

In this blog, we will create an app catalog site in SharePoint Online in 3 simple steps.  What is App catalog? As a SharePoint or global admin in Microsoft 365, you can create an App Catalog site to make internally developed custom apps (say SPFx) available for users to install when they browse apps under the From Your Organization filter… READ MORE

SharePoint Document Sets
SharePoint Document Sets
Blog Posts

I’m a fan of Document Sets for complex document management scenarios. Document Sets are a great way to store related documents together (folder style) while also adding metadata that can inherit to each document stored in the document set. The use case for Document Sets is usually where you have a requirement to store related documents in… READ MORE

Troubleshooting External Access to SharePoint Sites
Troubleshooting External Access to SharePoint Sites
Blog Posts

We frequently get questions about external contacts that can not access SharePoint sites that they should have access to. Well, access and permissions are troublesome in all organizations, but access issues for external users can have additional causes and solutions, so here’s an overview to help Site Owners and support and admin people (such as… READ MORE

SharePoint Framework performance optimization list
SharePoint Framework performance optimization list
Blog Posts

Reduce the HTTPS calls that your SPFx web part does to SharePoint and external apis HTTPS is the biggest enemy when we deal with web services in the cloud. Every HTTPS call introduces delay in your web part because of latency. To reduce the delay we could: Minimize the HTTPS calls and the data size… READ MORE