How to Add a Shared Mailbox in Office 365?

Creating shared mailboxes is an essential aspect of Office 365, which allows multiple users to access and manage a single email account. With the increasing need for collaboration and teamwork, having shared mailboxes can help streamline communication and improve workflow. However, many people get lost when it comes to creating shared mailboxes…

Read more

Error Handling with PowerShell Try Catch Block: Demystified!

As a PowerShell user, I’m sure you’ve encountered your fair share of errors. Dealing with errors is an inevitable part of writing PowerShell scripts. But what do you do when an error occurs? Well, with the use of Try Catch blocks, you can improve your error handling and ensure that your scripts…

Read more

PowerShell: How to Get the Folder Size?

As a system administrator or IT professional, it’s essential to be able to efficiently measure the size of directories or folders on your computer or server, allocate disk space, and identify storage-intensive directories effectively. While File Explorer provides a basic overview of folder sizes, PowerShell offers more advanced capabilities for precise and…

Read more

How to Change the Page Layout of a Modern SharePoint Online Page?

Requirement: Change the page layout in modern SharePoint Online sites. How to change the page layout in SharePoint Online? In SharePoint Online, a page layout is a predefined design for a page that determines the overall look and feel of the page, including the layout of the content, the location of web…

Read more

SharePoint Online: Bulk Add/Update/Delete Faster with New-PnPBatch in PowerShell

The PnP PowerShell Module brings the ability to perform bulk operations in batches in SharePoint Online using the New-PnPBatch cmdlet. This is extremely helpful when dealing with larger lists with create, edit or delete operations. The PnP Batch operations are accelerated and relatively reduce execution time and deliver faster performance. So now,…

Read more

SharePoint Online: How to Grant Permissions to a Document?

Requirement: Share a document in SharePoint Online. Permissions are hierarchical in SharePoint Online, from the Top-level Site collection to the file level. When documents are created in the libraries, they inherit the permissions of that library by default. However, This inheritance can be broken, and permissions can be applied directly to the…

Read more

How to Create a Folder using PowerShell?

Requirement: Create a new folder in PowerShell. PowerShell to Create a Folder As an Administrator, I always look for ways to streamline my workflow and increase productivity. One tool that has been a game-changer for me is PowerShell. PowerShell is designed to automate tasks, so if you find yourself doing something repeatedly,…

Read more

How to Check the PowerShell Version?

Requirement: Get the PowerShell version. How to check the PowerShell version? PowerShell is a powerful scripting language that enables you to automate tasks, manage your environment, and more. The latest version of PowerShell has brought many new features. Hence, it’s important to know what version of PowerShell you have. Do you know…

Read more

How to Remove a Redirect Site in SharePoint Online?

Problem: When you edit the URL of an existing SharePoint Online site, it automatically creates a new redirect from the old site to the new site. So, You can’t use the old site URL for new sites as there is an existing redirect site with the old URL already in place! Delete…

Read more

Display Profile Photo on Person or Group Columns in SharePoint Online

Do you know you can display the profile picture in the Person column in Modern SharePoint Online Lists and Libraries? Well, Here is how it works: That’s all! Once the list is populated, this is how it looks: You can also edit existing columns and enable the “Show Profile Photos” option. Please…

Read more