Blog
Stay in the loop with our blog
Stay in the loop with our blog
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 …
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…
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…
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 …
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…
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…