I recently ran into an issue trying to delete a list over 5,000 items from SharePoint. I tried using Metalogix Content Matrix to delete the list/site, but they all were bound by the threshold. I realized I had to use PowerShell, but research lead to even this having issues deleting the list. The solution was … Continue reading Deleting a large list from SharePoint using PowerShell
Tag: featured
SharePoint Online Communication site – How to share with external users
I had an issue where when I tried to share my SharePoint Online Communication Site with an external user, I received an error: Your organization's policies don't allow you to share with these users. Go to External Sharing in the Office 365 admin center to enable it. But when I went to my O365 tenant, … Continue reading SharePoint Online Communication site – How to share with external users
SharePoint Online blog site- How to edit the homepage
Problem After about a week of troubleshooting the classic SharePoint Online blog subsite template (BLOG#0), I was FINALLY able to figure out why I could not edit the homepage. Solution: There is a site feature called "Site Pages" that needs to be activated. Once activated, you can edit the blog homepage (assuming you have permissions). … Continue reading SharePoint Online blog site- How to edit the homepage
SharePoint Online- Enable New Modern experience on root site collection
UPDATE 9/27/2019- Microsoft this month is releasing a way to "Swap" sites. So create a new modern site collection, then swap it with the root. Invoke-SPOSiteSwap https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/invoke-spositeswap?view=sharepoint-ps#description If the target is the root site at https://tenant-name.sharepoint.com, then the following preparation activities should be performed prior to performing the swap: Any Featured links defined in SharePoint Start … Continue reading SharePoint Online- Enable New Modern experience on root site collection
SharePoint Server- Renewing SSL certificates quickly
A week ago, my wildcard SSL certificate expired on GoDaddy. It was automatically purchased, but I still had to validate my domain and download a new IIS CER certificate request file. My old post from a few years ago has some good info on certs, the file types, etc. https://eschrader.com/2014/09/23/sharepoint-2013-iis7-nlb-ssl-certificates-and-godaddy/ This is a quick guide. … Continue reading SharePoint Server- Renewing SSL certificates quickly
SharePoint Online Azure AD B2B – Custom email invites for users using PowerShell
Big changes have been happening with External User sharing for SharePoint Online over the past few months now that Azure Active Directory Business to Business (Azure AD B2B) is now generally available. Azure AD B2B allows you to share Office 365 content and line of business applications to users outside your organization. If you are … Continue reading SharePoint Online Azure AD B2B – Custom email invites for users using PowerShell
Azure Linux Ubuntu disk space full
I noticed our dev team had some issues with our disk space on an Azure VM saying the disk was full. I saw something in Linux called dev/sba1 that was taking up all my space and my disk was full. Why was my Linux storage space low? Our website is only 5-6GB in size, so … Continue reading Azure Linux Ubuntu disk space full
SharePoint 2013 Newsfeed – We’re still collecting the latest news error
If you are a SharePoint admin or use, you have probably seen this error message on your SharePoint 2013 MySite Newsfeed: "We're still collecting the latest news. You may see more if you try again a little later." Hopefully this article will help explain a few common scenarios I have ran into, and how to … Continue reading SharePoint 2013 Newsfeed – We’re still collecting the latest news error
SharePoint 2013, IIS7, NLB, SSL certificates and GoDaddy Renewal Steps
Overview: SSL certificates with SharePoint 2013 web applications expire, and when that does, you have to generate a new SSL Certificate. In this post, I will go over how to renew you SharePoint 2013 SSL HTTPS website with GoDaddy, even including multi-server Web Front End (WFE's) topologies. If you use wildcard certificates on you SharePoint websites, there are a … Continue reading SharePoint 2013, IIS7, NLB, SSL certificates and GoDaddy Renewal Steps