How to Invite a Guest User to Azure AD for SharePoint Online?

Requirement: Invite a guest user to SharePoint Online Azure AD. How to invite a guest user to SharePoint Online Azure Active Directory? Azure Active Directory (Azure AD) is a cloud-based identity and access management service that enables organizations to manage access to their resources. As an administrator, you can invite guest users…

Read more

PowerShell: Check If File Exists

Requirement: Check if a file exists in PowerShell. How to check if a file exists in PowerShell? PowerShell is an amazing tool that allows you to automate tasks and manage your Windows operating system. One of the most basic tasks you can do in PowerShell is to check if a file exists….

Read more

SharePoint Online: Convert Classic Team Site to Communication Site

Requirement: Convert Classic Team Site to Communication Site in SharePoint Online. SharePoint Online: How to Convert Classic Team Site to Modern Communication Site? Communication sites are ideal for broadcasting news, announcements, reports, etc., to broader audiences, such as teams or the entire organization. The responsive, dynamic site design delivers great experiences for…

Read more

How to Disable Export to Excel Button in SharePoint Online?

Requirement: Disable Export to Excel in SharePoint Online. How to Disable Export to Excel in SharePoint Online? The Export to Excel button located on the toolbar can be helpful for exporting data from your SharePoint lists and Libraries to an Excel spreadsheet. However, sometimes you may not want others to be able…

Read more

Download SharePoint Documents from CSV File using PowerShell

Requirement: Download files in the SharePoint document library from a CSV file to a local disk. PowerShell Script to Download Documents from SharePoint : If you need to quickly and easily download your SharePoint documents from a CSV file, PowerShell is the tool for you. This quick guide will show you how…

Read more

SharePoint Online: Monitor Site Collection Storage Usage with PowerShell

Requirement: Monitor SharePoint Online storage metrics and Send Emails on current usage. SharePoint Online: Storage Usage Report using PowerShell By default, SharePoint Online storage management is set to “Automatic,” and all storage allocations are automatically managed from the central pool of storage. However, In your environment, if the storage management option is…

Read more

Fix “Get-SPWeb : The term ‘Get-SPWeb’ 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 path is correct and try again.” Error in PowerShell

Problem: When trying to run a PowerShell script in SharePoint, I got this error Get-SPWeb : The term ‘Get-SPWeb’ 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 path is correct…

Read more

Fix “A compliance policy is currently blocking this site deletion” Error in SharePoint Online

Problem: When trying to delete a SharePoint Online site collection, getting an error message “Can’t Delete Site: A compliance policy is currently blocking this site deletion”. Also, in the SharePoint Admin center, we get an intimation saying, “This site has a compliance policy set to block deletion.”  Root Cause: This is because…

Read more

Find All InfoPath Form Libraries in SharePoint Online using PowerShell

Requirement: Find All InfoPath Form libraries in SharePoint Online. How to Find All InfoPath Form Libraries in SharePoint Online Site? In SharePoint Online, InfoPath forms can be stored in form libraries, which are special types of document libraries that are designed to store and manage InfoPath forms. If you need to find…

Read more

SharePoint Online: Get Subsite Permission Report using PowerShell

Requirement: PowerShell script to get subsite permissions in SharePoint Online. How to Get Subsite Permissions in SharePoint Online? Do you need to access the SharePoint Online site permissions but don’t know how? If so, this blog post is for you! With a few steps, you will be able to view all of…

Read more