Get-Set OneDrive Site Collection Storage Quota Size using PowerShell

Get OneDrive Site Collection Storage Quota Information Office 365 comes with 1 TB of storage per user in OneDrive for Business. You can use this space to store your documents, photos, and other files. It can be helpful to keep track of the storage consumption to ensure the most effective use of…

Read more

Get All SharePoint Online Site Collections Inventory using PowerShell

Requirement: Get all site collections inventory in SharePoint Online using PowerShell. PowerShell to Get All SharePoint Online Site Collections Inventory Have you ever wanted to prepare an inventory of SharePoint Online sites in your tenant? Keeping track of all the sites in a SharePoint Online environment can be important for governance and…

Read more

How to Disable Auditing in SharePoint using PowerShell?

Requirement: Disable auditing in a SharePoint site collection. How to Disable Audit Log in SharePoint? Auditing in SharePoint is a great way to track what’s happening on your site. However, it’s easy to disable if you don’t need or want to use auditing. In this article, we will discuss how to disable…

Read more

SharePoint Online: Add Site Column to List using PowerShell

Requirement: Add an existing site column to the SharePoint list or library using PowerShell. How to Add a Site Column to SharePoint Online List? Site columns in SharePoint provide great re-usability without having to recreate the same columns multiple times! Once created at the top-level site, we can utilize them to store…

Read more

SharePoint Online: Restore Deleted Subsite from Recycle Bin using PowerShell

Requirement: The user had deleted a subsite by mistake. Now the requirement is to restore the deleted subsite in SharePoint Online. How to restore a deleted subsite in SharePoint? Have you or the end-user ever accidentally deleted a subsite in SharePoint Online? Did anyone with full control permissions hit the delete button…

Read more

SharePoint Online: Get Recycle Bin Storage Size using PowerShell

Requirement: Get the recycle bin storage space consumption of all SharePoint Online site collections SharePoint Online: Find Recycle Bin Storage Size of a Site Collection Are you curious about how much space your SharePoint Online recycle bin is taking up? The recycle bin in SharePoint Online allows you to restore deleted content…

Read more

SharePoint Online: How to Hide Default Themes?

Themes are quick ways to add branding to SharePoint Online sites. However, we wanted to restrict site owners from changing the themes for a uniform look and feel overall sites. Fortunately, SharePoint Online provides a cmdlet to hide default themes and enforce governance. PowerShell to Hide Default Themes in SharePoint Online Hiding…

Read more

How to Add a Domain to Office 365? – Step by Step Guide

Domain names play a vital role in establishing trust and a personalized brand in your organization. It’s typically used in your website addresses and Email Ids. When you first sign up for Office 365, The default domain name “Your-domain.onmicrosoft.com” will be assigned. Until you add your own domain to Office 365, any…

Read more

SharePoint Online: Delete Site Collection from Recycle Bin using PowerShell

Requirement: Delete Site Collection from recycle bin in SharePoint Online. How to Delete SharePoint Online Site from recycle bin? In this article, we will show you how to delete a site collection from the recycle bin in SharePoint Online. Deleting a site collection from the recycle bin permanently deletes a site collection,…

Read more

SharePoint Online: Check If a Folder Exists using PowerShell

Requirement: Check if a folder exists in the SharePoint Online document library. SharePoint Online: PowerShell to Check If Folder Exists When Working with SharePoint Online PowerShell scripts, you may need to determine if a folder exists in SharePoint Online before creating a new folder or deleting an existing folder. In this blog…

Read more