Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 7025

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 2162

Deprecated: Hook imagify_allow_picture_tags_for_webp is deprecated since version 2.2! Use imagify_allow_picture_tags_for_nextgen instead. in /www/collab365_296/public/wp-includes/functions.php on line 5758
Collab365 Blog Posts & Articles
Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1145

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1152

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1155

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1162

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1165

Deprecated: strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1145

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1152

Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1155

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1162

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/collab365_296/public/wp-includes/functions.php on line 1165

Warning: Undefined array key "url" in /www/collab365_296/public/wp-content/plugins/thrive-visual-editor/thrive-dashboard/inc/smart-site/classes/class-tvd-smart-shortcodes.php on line 85
Collab365
__CONFIG_colors_palette__{"active_palette":0,"config":{"colors":{"1016c":{"name":"Main Accent","parent":-1},"f88c6":{"name":"Main Accent Light","parent":"1016c","lock":{"saturation":1,"lightness":1}}},"gradients":[]},"palettes":[{"name":"Default","value":{"colors":{"1016c":{"val":"var(--tcb-skin-color-0)"},"f88c6":{"val":"rgb(251, 234, 234)","hsl_parent_dependency":{"h":359,"l":0.95,"s":0.66}}},"gradients":[]},"original":{"colors":{"1016c":{"val":"rgb(55, 179, 233)","hsl":{"h":198,"s":0.8,"l":0.56,"a":1}},"f88c6":{"val":"rgb(235, 246, 251)","hsl_parent_dependency":{"h":198,"s":0.66,"l":0.95,"a":1}}},"gradients":[]}}]}__CONFIG_colors_palette__
  • Blog
  • Join the Collab365 Academy
  • About us
  • Useful Links

World-class Microsoft 365 training delivered to your Academy account, on auto-pilot!

Sign-up for the Daily Digest 

Get updates from 350+ Microsoft Bloggers direct to your inbox!

Sign Up

*Plus get instant access to our free Microsoft 365 training and 2 free ebooks. Opt out any time: Privacy Statement.

The complete guide to SharePoint Permissions

Author Image

by  Gerry Brimacombe

Introduction Permissions act as the gateway and firewall to your SharePoint objects. The fact that SharePoint is (generally) available to all your staff in house and via the Internet is good news for ...

Read More

3 awesome CSS tips you can use in your SharePoint Online sites in minutes

Author Image

by  Jerry Ober

I am a SharePoint architect\developer currently employed by a global manufacturing company that has close to 10k SharePoint online users.  We are 100% in the cloud with Office 365 and do not have any ...

Read More

Annoying “The report server cannot process the report or shared dataset.”

Author Image

by  Maxim Khoruzhiy

I was recently stuck with an annoying error in the solution that uses SSRS. We have a SharePoint application with SSRS report infrastructure – reports library, shared data sets library, shared data connections ...

Read More

Walkthrough: How to display a list of users from an Office 365 tenant in iOS using Swift

Author Image

by  Balamurugan Kailasam

After my recent switch over to Mac as my main laptop for O365 / SharePoint development, Finally I got an IOS native app running using the O365 IOS SDK and Swift. Nearly after ...

Read More

Retrieving User Profile Properties in a SharePoint 2013 Workflow

Author Image

by  Paul Choquette

Introduction SharePoint 2010 Workflow includes an action called Lookup Manager of a User. This action was not included in SharePoint 2013 Workflow. The purpose of this blog post is to show how that ...

Read More

How to modify the ‘author’, ‘editor’, ‘date created’ and ‘date modified’ in SharePoint with Powershell

Author Image

by  Jason Ramsey

I recently had to prototype an event receiver that I wrote in my development environment designed to trigger on the migration of data from SharePoint 2007 to 2013 using DocAve Migrator. Since I ...

Read More

Disclaimer Popup in SharePoint 2010 or 2013

Author Image

by  Tony Di Leonardo

Having a disclaimer popup in SharePoint is something that is necessary for many businesses and their internal external web sites.  This is usually a mandate for legal requirements for tracking legal agreements.  Recently we had ...

Read More

Web Application Proxy with SharePoint 2013 and Open with Explorer

Author Image

by  Christopher Scott

After working with Microsoft for over a month to try to resolve an issue where Open with Explorer does not work when access externally through WAP (Web Application Proxy), we finally have a ...

Read More

SharePoint 2013 Apps, Load Testing and Resources throttling

Author Image

by  Mahmoud Hamed Mahmoud

If you are building a SharePoint 2013 Apps you will need at some point in your development lifecycle to do load testing for your app to see how it will behave under big ...

Read More

SharePoint 2013 On-Premises Vs. SharePoint Online – Which One is Right For My Organization?

Author Image

by  Rob Aycock

As SharePoint Online matures into a viable alternative to its on-premises counterpart, many people are asking the question Which version is right for my organization? As is usually the case, the answer is “It ...

Read More

A guide explaining how to create a new customized Master Page in SharePoint 2013

Author Image

by  Kirti Prajapati

I was working on SharePoint 2013 pilot project and I need to integrate customized HTML into Master page for this (publishing site). SharePoint 2013 comes up with new feature called “Design Manager” (This feature available ...

Read More

How to publish a SharePoint App to a ‘non-developer’ Site Collection

Author Image

by  Kirti Prajapati

Visual Studio allows developers to deploy/publish Apps to a site (site collection) which has been created using the ‘Developer Site Template’. Recently, I was working with a SharePoint 2013 App for one of ...

Read More

SharePoint 2013 Server Error in ‘/’ Application( Configuration error, AppSettings)

Author Image

by  Waqas Sarwar

Today, I configured the SharePoint 2013 Farm with 2 WFE and 2 Apps server. Everything went smooth with no issues or errors . Central Admin was working, I successfully created the Search, MMS, ...

Read More

How to fix the Feature Delegation problem in SharePoint

Author Image

by  Waqas Sarwar

Today, while I was configuring a test farm for my client, I got stuck on a strange issue. Everything was configured by default. I had ran and installed the pre-requisite’s via the GUI, ...

Read More

How to create an email-enabled SharePoint List on Office 365

Author Image

by  Paul Choquette

Introduction One of the neat features that is available in on-premises SharePoint but not in Office 365 is the email-enabled list. This feature allows a list to have a special email address that ...

Read More

How to list all SharePoint Service Accounts (and Passwords) with PowerShell

Author Image

by  Kirk Alsup

I wanted to share a script I came across (developed by Ivan Josipovic) that will hopefully help many others out there in the future. I recently inherited a SharePoint/Project Server environment that no ...

Read More

SharePoint 2013 SP1 update error in Config Wizard step 9

Author Image

by  Emily Dorsett

When performing the SharePoint 2013 SP1 upgrade, I received the following error in the Upgrade log file (modified for readability): INFO Updating the 'IntranetPool' application pool to run in integrated mode. SPIisWebSiteWssSequence ajywk ERROR Action 4.0.14.0 ...

Read More

How to build a Registration or Sign-Up Solution in SharePoint

Author Image

by  Rick Mucha

Ever have someone ask you to build a registration form for training or sign-up sheet for an event on SharePoint?  Seems simple enough until you go to do it…  Well next time that happens give ...

Read More

SharePoint SSL (https://) Not Supported – Management Reporter 2012

Author Image

by  Chirag Shivalker

One of the developers ran into an error with Management Reporter while he was trying to publish publish a report link to SharePoint. It threw the error: “Unable to create the related report ...

Read More

How to remove the Search Topology (Removing Existing SSA with PowerShell)

Author Image

by  Tony Di Leonardo

This is the script we used for the removal process… Add-PSSnapin Microsoft.SharePoint.PowerShell #Removing Existing Search Service Applications $SSAS = Get-SPEnterpriseSearchServiceApplication ForEach ($SSA in $SSAS) { $SSA | FT Name, ID, ApplicationPool $Response = Read-Host -Prompt ...

Read More

Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]

First

Previous

Next

Last

top 20 posts

Popular posts:

  • How to sync Microsoft Excel with Microsoft Forms responses (using Power Automate)
  • How to search and filter records in PowerApps (inc delegation)
  • 37 Microsoft Teams Tricks and Tips for 2022
  • SharePoint modern view formatting with JSON – part 1 of 2
  • How to send (or forward) an Email to a Microsoft Teams Channel
  • How to create a Parent / Child PowerApp with related SharePoint Lists
  • The Ultimate Guide to Microsoft Forms
  • How to create a Poll or Quiz in Microsoft Teams
  • How to create a User Registration Form using PowerApps, Flow & SharePoint Lists
  • How to use SharePoint Designer 2013 with SharePoint 2016 / 2019 / Online
  • How to update the SharePoint People Picker Field using Power Automate
  • Tutorial: How to create, read, update and delete files in SharePoint using REST
  • PowerApps Tutorial: How to build your first Power App
  • SharePoint modern view formatting with JSON – part 2 of 2
  • Tutorial: How to use SharePoint PnP with Powershell
  • Using Power Automate for SharePoint News Notifications
  • Using OBS Studio with Microsoft Teams to stream to Youtube, LinkedIn & Facebook
  • PowerShell from an Array to Comma Separated file (CSV) via the PSObject
  • PowerApps Best Practices
  • How to manage permissions on a SharePoint List Item using Microsoft Flow – changing Item permissions

Summit Bundle

Get 200+ hours of Microsoft 365 Training for 27$!

Master Office 365, Power Platform & SharePoint & Teams With 200+ Hours Of Training Videos and 108 Ebooks in the Collab365 Academy. This offer is insane and is only available for a limited period. 

Get 200+ hours training for 27$

popular links

  • Ultimate Guide to Microsoft Forms
  • What's in a Microsoft 365 subscription?
  • Best SharePoint Intranet Templates
  • Microsoft Teams Administrator Course
  • Microsoft Teams Governance Workshop

collab365 network

  • Collab365 Daily Digest
  • Collab365 Blog
  • Collab365 Events
  • Collab365 Directory
  • Collab365 Certifications

about us

__CONFIG_colors_palette__{"active_palette":0,"config":{"colors":{"f3080":{"name":"Main Accent","parent":-1},"f2bba":{"name":"Main Light 10","parent":"f3080"},"trewq":{"name":"Main Light 30","parent":"f3080"},"poiuy":{"name":"Main Light 80","parent":"f3080"},"f83d7":{"name":"Main Light 80","parent":"f3080"},"frty6":{"name":"Main Light 45","parent":"f3080"},"flktr":{"name":"Main Light 80","parent":"f3080"}},"gradients":[]},"palettes":[{"name":"Default","value":{"colors":{"f3080":{"val":"rgba(23, 23, 22, 0.7)"},"f2bba":{"val":"rgba(23, 23, 22, 0.5)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"trewq":{"val":"rgba(23, 23, 22, 0.7)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"poiuy":{"val":"rgba(23, 23, 22, 0.35)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"f83d7":{"val":"rgba(23, 23, 22, 0.4)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"frty6":{"val":"rgba(23, 23, 22, 0.2)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}},"flktr":{"val":"rgba(23, 23, 22, 0.8)","hsl_parent_dependency":{"h":60,"l":0.09,"s":0.02}}},"gradients":[]},"original":{"colors":{"f3080":{"val":"rgb(23, 23, 22)","hsl":{"h":60,"s":0.02,"l":0.09}},"f2bba":{"val":"rgba(23, 23, 22, 0.5)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.5}},"trewq":{"val":"rgba(23, 23, 22, 0.7)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.7}},"poiuy":{"val":"rgba(23, 23, 22, 0.35)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.35}},"f83d7":{"val":"rgba(23, 23, 22, 0.4)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.4}},"frty6":{"val":"rgba(23, 23, 22, 0.2)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.2}},"flktr":{"val":"rgba(23, 23, 22, 0.8)","hsl_parent_dependency":{"h":60,"s":0.02,"l":0.09,"a":0.8}}},"gradients":[]}}]}__CONFIG_colors_palette__
  • About Collab365
  • hello@collab365.com

Privacy policy

Terms and Conditions

cookie policy

Badhan Ct, Castle St, Hadley, Telford, Shropshire, TF1 5QX, UK

Copyright 2025 Collab365, all rights reserved.