SharePoint Online: How to Change the Site Title (Name) using PowerShell?

Requirement: Change the Site Title in SharePoint Online. SharePoint Online: How to Change the Name of a Site? You may want to change the name of your SharePoint site for many reasons, like branding. This blog post will walk you through how to change the name of your SharePoint site in Office…

Read more

SharePoint Online: Change Alert Schedule using PowerShell

Requirement: Change the Alert Schedule from “Immediate” to “Daily” for all alerts of a specific user in a SharePoint Online site collection. Business Case: A SharePoint User subscribed for alerts in various lists and libraries in a SharePoint Online site collection. Alerts were created with “Immediate” frequency, which flooded his Inbox, as…

Read more

How to Make a Field Required in SharePoint List using PowerShell?

Requirement: Make a Field Required in SharePoint Online List. How to Set a List Field Required in SharePoint? A required field in SharePoint Online is a column that users must fill out when creating or editing an item. Required fields are a way to ensure that certain information is always captured and…

Read more

SharePoint Online: PowerShell to Get-Set Date Field Value

PowerShell to Get Date Column Value in SharePoint Online: Date time fields are commonly used in SharePoint Online lists and libraries to capture and display dates and times. These fields can be set to display date only or date and time. By using SharePoint Online PowerShell, you can easily get or set…

Read more

SharePoint Online: Upload File to Sub-Folder using PowerShell

Requirement: SharePoint Online PowerShell to Upload File to a Folder. How to upload a File to a Folder in SharePoint Online? Folders are still a great way to organize your files and keep them all in one place. In this blog post, I will show you how to use PowerShell to upload…

Read more

SharePoint Online: Upload a Folder using PowerShell

Requirement: Upload a Folder to SharePoint Online using PowerShell. How to upload a Folder to SharePoint Online Document Library? You can upload a folder and its contents to SharePoint either using the web browser – upload button in the toolbar or by dragging and dropping the folder onto the library from Windows…

Read more

SharePoint Online: Export List Version History to Excel using PowerShell

Requirement: Export all versions of SharePoint Online List Items to CSV (Excel) file. PowerShell to Extract and Export List Item’s Version History to CSV File As an administrator, there may be occasions when you need to export a SharePoint Online list version history to Excel for further analysis. We can export the…

Read more

SharePoint Online: Find and Delete Orphaned Users using PowerShell

What are “Orphaned Users” in SharePoint Online? In short, orphaned users are those who were deleted from the authentication provider (such as removed from Active Directory when the user leaves the organization) and still continue to exist in SharePoint Online sites! Scanning each user in the SharePoint Online site collection for orphaned…

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: 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