Something has gone wrong when setting up MySites in a fairly new SharePoint 2019 environment. Browsing to the MySite URL for the first few users shows the following message: My Site is currently not available. You may not have the…
While installing SharePoint 2019 with AutoSPInstaller I encountered an error at the point it starts to create a site collection. Here is the error message: Microsoft.SharePoint.SPException: Provisioning did not succeed. Details: Failed to create the ‘Cache Profiles’ list. OriginalException: Invalid…
While installing SharePoint 2019 with AutoSPInstaller () I encountered the following error: Error: Custom file location is not accessible This was a simple oversight on my part – I was running the installer in offline mode and neglected to copy…
Today I have been tasked with finding out why our SharePoint 2013 farm is not sending out emails to users when they are mentioned in news feeds, despite having the notifications enabled in the newsfeed settings: SharePoint is configured to…
Since installing Office 365 ProPlus (I was originally using Office 2016 ProPlus but now have an Office 365 account) on my desktop computer any documents I open in SharePoint 2013 open in Office Web Apps despite the document library being…
Here is how to connect to your SharePoint Online environment using PowerShell and the Connect-SPOService cmdlet: Download the SharePoint Online Management Shell Run the SharePoint Online Management Shell (there will be an icon in the Start Menu) Connect using the…
By default SharePoint lists are throttled with a threshold of 5000 items. This is mainly to prevent a drain on resource and performance decrease: Whilst not recommended for production environments it is possible to increase this value in Central Administration. …
I am exporting a document library from a SharePoint 2013 site using the Export-SPWeb PowerShell cmdlet but after a few minutes it generates the following error: Export-SPWeb : There is not enough space on the disk. The document library is…
I was testing my SharePoint 2013 disaster recovery farm today and was getting a HTTP 500 Internal Server Error for each of the site collections. I could see that Event ID 8306 was being recorded in the Application event log: An…