How to Make a Subsite Read-Only in SharePoint using PowerShell?

Requirement: Make a SharePoint Subsite read-only. This method replaces all other permissions applied on the subsite with “Read” and can’t be reverted! Make sure you are proceeding only in scenarios where you don’t need to revert the read-only (E.g. Post migration)! You can take backup of the existing permissions though. If you…

Read more

SharePoint Online: Fix “Error 0x800700DF: The file size exceeds the limit allowed and cannot be saved” Error

Problem: When copying a file from SharePoint Online through file explorer, I got this error message: “An unexpected error is keeping you from copying the folder. If you continue to receive this error, you can use the error code to search for help with this problem. Error 0x800700DF: The file size exceeds…

Read more

OneDrive for Business: Set the Default Storage Quota

Requirement: Set the default OneDrive for Business storage space. How to Change OneDrive for Business Default Storage Limit? The default storage space allocated to users in OneDrive for Business depends on your Microsoft 365 subscription plan. E.g., If you have plans like “Office 365 Enterprise E3”, your licensed users will get 1…

Read more

How to Set Retention Period in OneDrive for Business?

Requirement: Increase OneDrive for Business Retention Period. How to Configure OneDrive for Business Deleted User Retention? Users with a SharePoint Online license get a OneDrive for Business site to store their content in Office 365. When a user leaves the company, the user account is deleted from the Active Directory, and it…

Read more

Create a Modern Page in SharePoint Online using PowerShell

Requirement: Create Modern Page in SharePoint Online using PowerShell. How to Create a Modern Page in SharePoint Online? Modern site pages are fast, sleek, Responsive, easy to author, and support rich multimedia content. Creating modern pages can be done through the SharePoint user interface, but it can also be done using PowerShell….

Read more

Fix “App Step” is Disabled in SharePoint Designer Workflow

Problem: “App Step” is grayed out in SharePoint Designer Workflow! What is App Step in SharePoint?SharePoint Designer workflows get executed from the context of the user who initiated the trigger – started the workflow. E.g., If a workflow gets triggered on new item creation, it gets executed from the context of the…

Read more

SharePoint Online: Create Modern Team Site without Office 365 Group

Requirement: Create a modern team site without a group in SharePoint Online. SharePoint Online: Create a modern Team Site without Group A SharePoint site collection is a logical group of sites with a common top-level site and subsites organized as a hierarchy. Every site collection shares a common top site, navigation, security,…

Read more

SharePoint Online: How to Create Site Collection App Catalog?

Requirement: Enable site collection app catalog in SharePoint Online. How to create a Site Collection App Catalog in SharePoint Online? App catalog in SharePoint Online is a central repository where Apps are installed and accessible to all your Office 365 tenant sites. Site collection app catalog allows you to configure a site…

Read more

SharePoint Online: Web Part Usage Report using PowerShell

Requirement: Get All Web Parts from SharePoint Online Page using PowerShell. SharePoint Online: How to Find All Web Parts from a Page? Are you looking for a way to get a list of web parts from a modern page in SharePoint Online for troubleshooting or for gathering data about specific web parts…

Read more