How to Connect to Microsoft Graph API from PowerShell?

Introduction Microsoft Graph API is a RESTful web API that consolidates access to various Microsoft 365 services, allowing developers to create applications that interact with data across multiple platforms, including Azure Active Directory, SharePoint, OneDrive, Outlook, and more. Microsoft Graph PowerShell works on all platforms, including Windows, macOS, and Linux. Supports modern…

Read more

How to Disable Built-in Site Templates in SharePoint Online?

SharePoint Online offers several built-in site templates that provide preconfigured site structures and features. By using these templates, you can quickly create business-specific sites without requiring extensive customization. You can apply any built-in template using the “Apply a site template” link under your existing sites’ “Site Settings” menu. However, in some cases,…

Read more

Connect to SharePoint Online using Azure AD App ID from PowerShell

Requirement: Connect to SharePoint Online with Azure Active Directory Application from PowerShell. How to Connect to SharePoint Online using Azure Application ID from PowerShell? Using Azure Application ID to connect to SharePoint Online is a great way to manage your SharePoint Online environment from unattended PowerShell scripts. In this post, we’ll go…

Read more

SharePoint Online: How to Enable “View in File Explorer” in Microsoft Edge?

Requirement: Configure view in file explorer feature with Edge browser. How to configure the “View in File Explorer” Feature in Edge? As Internet Explorer is discontinued from Windows 11, We may be missing the nifty feature file explorer view or mapped network drives of SharePoint document libraries. The good news is that…

Read more

Microsoft Teams: Change Meeting Recording Expiration Policy

Requirement: Change the expiration date on Teams recordings. How to Set the Meeting Recording Expiration Days? The auto-expiration feature in Microsoft Teams automatically deletes Microsoft Teams recording files stored in OneDrive after the default expiration time. To change the default auto-expiration setting for your tenant, do the following: By changing the expiration…

Read more

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

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

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

How to remove the Page Title in SharePoint Online Modern Page?

Requirement: Remove the title area from the page in SharePoint Online. When you create a new page in SharePoint Online, The title area appears on the top with a banner image and the page title. In some cases, you may want to remove the page title to make the page look cleaner…

Read more