Fix “We can’t sign you into your company portal because something on the server isn’t configured correctly.” Error

Problem: When trying to open a SharePoint Online site through SharePoint Designer, I got this error message, “We can’t sign you into your company portal because something on the server isn’t configured correctly.” Solution: Login to the site through Internet Explorer once so that your authentication cookie gets generated!

Read more

SharePoint Online: Add Site Collection Admin to Multiple Sites from a CSV File using PowerShell

Requirement: Bulk add site collection administrators to multiple SharePoint Online sites from a CSV file. If you’re like most SharePoint administrators, you probably want to add a site collection administrator to many of your SharePoint Online sites, to quickly grant permissions to someone! Well, PowerShell can help you to automate this task….

Read more

SharePoint Online: How to Change the User’s Display Name?

Requirement: Change the user display name in SharePoint Online using PowerShell. How to Change the Display Name of the User in SharePoint Online? When working with SharePoint Online, there may be instances where you need to update a user’s display name. Perhaps you have an employee whose last name has changed, and…

Read more

Office 365: How to Add Users to Security Group using PowerShell?

Security groups are powerful tools for managing user access and security in Office 365. They are used to setting and controlling access to resources and applications, such as email or documents, and managing user permissions. This enables businesses to maintain control over their environment and ensure that only authorized users can access…

Read more

How to Delete Guest users in Office 365?

What are Guest Users in Office 365? Guest users are individuals outside your organization who can access specific Office 365 services. Typically, they won’t be an employee, contractor, or other full-time members of your organization. Still, they need access to Office 365 resources such as email, SharePoint documents, Microsoft Teams, and calendars….

Read more

How to Import CSV Files in PowerShell using Import-CSV cmdlet?

Are you looking for a quick and easy way to import CSV files into PowerShell? Importing data from CSV files is one of the most useful tasks in working with large datasets. With PowerShell’s numerous cmdlets, it’s easy to quickly parse through your CSVs and use them as input for automated scripts…

Read more

PowerShell: How to Merge CSV Files?

Do you have multiple CSV files that you need to merge into one file? This can be a tedious and time-consuming task if you don’t know the right way to go about it. Fortunately, with PowerShell, it becomes much simpler. In this tutorial, we’ll look at how to use PowerShell to quickly…

Read more

Adding and Editing Featured Links in SharePoint Online: A Step-by-Step Guide

What are Featured Links in SharePoint Online? SharePoint Online Featured Links are links that you can add to the home site of your SharePoint Online tenant. They allow you to quickly and easily link to important pages, documents, sites, and more. Featured Links are a great way to highlight significant content in…

Read more

How to Add Image Slideshow in SharePoint Online?

Requirement: Add image slideshow in SharePoint Online. How to Create a Picture Slideshow in SharePoint Online? One of the best ways to showcase your images in SharePoint Online is by creating a picture slideshow. In this article, we will explain how to create a picture slideshow in SharePoint Online from a library….

Read more