How to Add a Column to List in SharePoint Online Using PowerShell?

Requirement: Add a Column to a List in SharePoint Online with PowerShell. How to Add a Column to SharePoint Online List or Library? SharePoint Online Lists are used to store data, and each list can have multiple columns. Columns define the type of data that can be stored in the list. For…

Read more

Switch between Document Libraries with Document Library Dropdown Menu in SharePoint Online and OneDrive

The latest Microsoft 365 update 81990 has brought a dropdown menu next to modern document libraries to switch between document libraries in a SharePoint Online site or OneDrive. When you click on the dropdown, you’ll get a menu with a list of document libraries to choose from the site. This enables users…

Read more

How to Install Exchange Online PowerShell Module?

Requirement: Install Exchange Online PowerShell Module for Microsoft 365. Introduction Are you looking to streamline your administrative tasks and want to learn how to install the PowerShell module? Look no further! This blog post will guide you through step-by-step instructions on successfully installing the Exchange Online PowerShell Module. With our easy-to-follow guide,…

Read more

Hide a Button in SharePoint Online List or document library Toolbar

Requirement: Hide a Button (E.g. New, Upload, Share, etc.) in SharePoint Online. How to hide the “New” button in SharePoint Online List View? Have you ever wanted to hide a button from the SharePoint Online list or document library? E.g. You may want to hide the new button in the SharePoint Online…

Read more

Fix: The Term ‘Connect-MgGraph’ is Not Recognized Error

Problem: When trying to connect to Microsoft Graph using the Connect-MgGraph command, I got this error message: Connect-MgGraph : The term ‘Connect-MgGraph’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the…

Read more

Office 365: Export Distribution List Members to CSV using PowerShell

Requirement: Export Office 365 distribution list members to CSV. How to Export Distribution Group Members to CSV in Office 365? Office 365 provides a range of tools and features to help organizations manage their email communication and collaboration needs. Distribution Groups, also known as Distribution Lists, are ideal for sending emails to…

Read more

Office 365: How to Create a Distribution List using PowerShell?

What is a Distribution List in Office 365? A distribution list in Office 365 is a collection of email addresses used to send email messages to several recipients simultaneously. An administrator or any user with the appropriate permissions may create this type of group. Any email sent to a distribution list is…

Read more

SharePoint Online: Update Calculated Field Formula using PowerShell

How to Update the Calculated Column Formula in SharePoint Online? Calculated columns in SharePoint allow you to perform calculations on other columns within a list or library. They can be used to automatically calculate values based on data entered in other columns or perform more complex calculations involving multiple columns. SharePoint supports…

Read more

PowerShell: How to Extract a Zip File?

The ZIP file format is widely used for compressing files into a single archive, reducing their size and making them easier to share and store. As a system administrator or IT professional, you may find yourself dealing with a lot of compressed files on a regular basis. Having to extract a huge…

Read more