How to Delete a Distribution List in Office 365 using PowerShell?

Microsoft Office 365 is an effective tool for communicating and collaborating within an organization. One of the features of Office 365 is the ability to create and manage distribution lists, which allow users to send emails to groups of people at once. However, there may come a time when you need to…

Read more

How to Bulk Add Members to Distribution List in Office 365?

Distribution lists in Office 365 allow you to send emails to a group of recipients with a single email address. This feature can simplify email communication within an organization by enabling users to send emails to specific groups or individuals with a single click. Adding members to a distribution list is an…

Read more

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