SharePoint Online: PowerShell to Get Site Columns

Requirement: Get Site Columns in SharePoint Online using PowerShell. SharePoint Online: How to Get Site Columns? Site columns or metadata fields you create at any list or library stay within that list or library. Say you create a choice column “Department” in a list with a number of choices. If you need…

Read more

SharePoint Online: Set Site Column Properties using PowerShell

Requirement: Update Properties of a Site Column in SharePoint Online using PowerShell. How to edit a Site Column in SharePoint Online? In this blog post, we’ll show you how to update the settings for a site column using PowerShell in SharePoint Online. This can be useful if you need to make changes…

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: Find Site Column Usage in Lists and Libraries using PowerShell

Requirement: Find a Site Column usage in SharePoint Online Site Collection. SharePoint Online: PowerShell to Get a Site Column’s usage in lists and libraries of a Site Collection: Are you looking to find where a specific column is used in your SharePoint Online lists and libraries? PowerShell can help! This blog post…

Read more

SharePoint Online: Export-Import Site Columns using PowerShell

Requirement: Export-Import Site Columns in SharePoint Online. SharePoint Online: Export Site Columns using PowerShell So, you have a lot of Site Columns in your SharePoint Online environment. And need to export and import those Site Columns between environments? Doing this through a web browser interface can be tedious, so I wrote some…

Read more

SharePoint Online: Find Site Column Usage in Content Types using PowerShell

Requirement: Find Site Column Usage in Content Type in SharePoint Online site collection. A little background: When trying to delete a site column in SharePoint Online, got an error message: “site columns which are included in content types cannot be deleted. Remove all references to this site column prior to deleting it”….

Read more

SharePoint Online: Create a Site Column using PowerShell

Requirement: Create site columns in SharePoint Online. Site columns in SharePoint Online Site columns provide great re-usability in SharePoint without having to recreate fields every time you need them in lists and libraries. They save a lot of time, especially when you have to standardize columns, create columns with data (such as…

Read more

SharePoint Online: Delete a Site Column using PowerShell

Requirement: Delete a Site Column in SharePoint Online using PowerShell. How to delete a site column in SharePoint Online? Have you ever added a site column to your SharePoint Online environment and later decided that you no longer want it? If you need to delete a site column in SharePoint Online, you…

Read more

SharePoint Online: Rename a Column in List using PowerShell

When we create a new list or library in SharePoint Online, the “Title” column gets created automatically. SharePoint doesn’t allow us to delete this title column. However, we can change the “title” column name to something relevant, such as “Project Name” in the “Projects” list. How to Rename a List Column in…

Read more