Blog

Stay in the loop with our blog

Blog Feb 16th,2022

PNP PowerShell script to speed up SharePoint li…

Software Developer Matthew Woodhall shared his tips to speed up list creation for SharePoint Development "If like me, you are always looking for ways to speed up your development, here is a PowerShell script that will help with just that." Firstly, to use pnp for PowerShell you will need to install the modules. I will not be explaining that here, but you can check out this Microsoft documentation to help with that. Simply open up PowerShell on your pc and type in the code below. This code will add a single line of text column to a SharePoint list with the display column name of test To add more columns at once just simply copy and paste the last line again into the co…

Software Developer Matthew Woodhall shared his tips to speed up list creation for SharePoint Development "If like me, you are always looking for ways to speed up your development, here is …

Blog May 15th,2020

Using SharePoint for Safety Management

SR1 Director Steven Richardson speaks to McNeil Collective to discuss how SharePoint can be used to manage Health and Safety within organisations. They discuss uses such as Health a…

Blog Apr 14th,2020

Helping Professional Service Companies manage c…

We have recently been working with several professional service companies including financial advisors, accountants, and solicitors to help them leverage Office 365 and SharePoint online capa…

Blog Mar 16th,2020

Branding Modern SharePoint

One of the limitations of modern SharePoint sites is the end-user options to brand them to meet company brand guidelines. In this post, we will show you how to easily apply your corporate colour scheme to modern SharePoint sites, and add a logo to give your users a familiar UI experience. Create your modern SharePoint site 2. Navigate to Microsoft UI Fabric Designer 3. Select corporate colour values 4. Select Export Theme, and copy PowerShell Values 5. Paste the powershell values into the following PowerShell script and run Connect-SPOService “https://SPTenant-admin.sharepoint.com/” -Credential (Get-Credential) $themeName = “SR1 Development” …

One of the limitations of modern SharePoint sites is the end-user options to brand them to meet company brand guidelines. In this post, we will show you how to easily apply your corporate …

Blog Mar 14th,2020

My favourite SharePoint tools

Lead consultant Steven Richardson discusses his favourite SharePoint tools for migration, workflow, form development, digital signatures, and people search. Over the last 15+ years, I have…

Blog Mar 6th,2020

Office 365 E1 – 6 month free trial

Microsoft is now offering a 6-month free trial of Office 365 E1 in response to the coronavirus. Click here to get started with your free trial. Get in touch today to…