Check if a SharePoint web application uses Claims-Based Authentication or Classic mode?

Check SharePoint Web Application Authentication Mode How to check if the SharePoint web application is using Claims or Classic mode authentication? Well, To determine if the particular web application is using Claims or Classic Authentication, from SharePoint 2013 Central Administration follow these steps: PowerShell to Check SharePoint web application uses Claims Based…

Read more

SharePoint Online: Add Person or Group (People Picker) Column to List using PowerShell

Requirement: Create a Person or Group Column in SharePoint Online List. How to Add a Person or Group Column to List in SharePoint Online? The “Person or Group” column in SharePoint Online is used to get user or group value. This field can be configured to accept any value from the authentication…

Read more

SharePoint Online: Add Lookup Column to List using PowerShell

Requirement: Create a new Lookup Column to a SharePoint Online List. How to Create a Lookup Column in SharePoint Online List? The Lookup column in SharePoint Online lets you populate the column value based on another column’s value from a different list on the same site. Adding a lookup column using PowerShell…

Read more

SharePoint Online: Add Number Column to List using PowerShell

Requirement: Create Number Column in SharePoint Online List. How to Add Number Column to SharePoint Online List? Adding columns is a quick and easy way to extend the functionality of your SharePoint Online lists. The number column in SharePoint Online is used for numerical entry. Further, this field can be configured to…

Read more

SharePoint Online: Remove User from Site Collection using PowerShell

Requirement: SharePoint Online Remove User from a site collection. How to delete a user from the site collection in SharePoint Online? As a SharePoint site owner, you may at some point need to delete a user from a site collection for various reasons. For example, the user may no longer need access…

Read more

SharePoint Online: PowerShell to Upload Master Page

Requirement: Upload master page to SharePoint Online. How to add a master page to SharePoint Online? To add a master page to SharePoint Online, do the following: PowerShell to Upload Master page to SharePoint Online This PowerShell script gets the Master page from the location specified and uploads it to SharePoint Online….

Read more

SharePoint Online: Change Master Page using PowerShell

Requirement: Change the Master Page in SharePoint Online. How to Set Master Page in SharePoint Online? If you want to change the master page in SharePoint Online, follow these steps: Note: If the Master Page link is not available in site settings, you need to activate SharePoint Publishing feature with these steps:…

Read more

SharePoint Online: Create a Folder using PowerShell

Requirement: Create a Folder in SharePoint Online Document Library. Folders are used to organize files in SharePoint, similar to what we do on our computers. When it comes to managing files, creating folders in SharePoint Online is the most efficient option and makes it easier to find what you’re looking for. A…

Read more

SharePoint Online: Delete List View using PowerShell

Requirement: Delete a view in SharePoint Online. How to Delete a View in SharePoint Online? Are you looking for a way to delete a list view that is no longer needed in SharePoint Online? This blog post will show you how to delete a list view. To delete a list view in…

Read more