SharePoint Online: Update Multiple Lines of Text Field Value using PowerShell

Requirement: Update Multiple lines of text field value in SharePoint Online using PowerShell. PowerShell to Set Multiline text field in SharePoint Online: I have a column called “Project Description” of “Plain text” type in the “Projects” list, and here is the CSOM PowerShell script to update multiple lines of text field value…

Read more

How to Find SharePoint Sites Associated with Microsoft Teams?

Requirement: Find the SharePoint Online site of the Microsoft Team. How to Get the Associated SharePoint Online Site of a Microsoft Team? Microsoft Teams is a collaboration tool that allows team members to communicate and collaborate on projects. Every Microsoft Teams created has a SharePoint Site associated behind the scenes to store…

Read more

How to Delete a Folder in PowerShell?

Requirement: Remove a Directory in PowerShell. PowerShell to Delete a Folder Deleting a folder using PowerShell is a simple process that can be completed using a few different methods. Let’s take a look at how to delete a folder using PowerShell, step by step. To begin, open the Windows Start menu, type…

Read more

Fix “Get-SPOSite : The managed path Sites/URL is not a managed path in this tenant.” Error in SharePoint Online

Problem: Getting “Get-SPOSite: The managed path sites/URL is not a managed path in this tenant.” error in PowerShell. Solution:  A simple PowerShell script to get a site collection in SharePoint Online gave this error message. After a while, I noticed the error was because of the “/” character at the end of…

Read more

How to Create a Redirect in SharePoint Online?

Requirement: Create a redirect in SharePoint Online. How to Redirect SharePoint Online page to a different URL? Redirects are a great way to send your visitors automatically to another page or forward users to other sites from your SharePoint Online when they try to access a page that doesn’t exist or has…

Read more

SharePoint Online: Set Current User as Default Value in Person or Group Field

Requirement: Fill the Current user in person or group field (People Picker column) in SharePoint Online list New form. How to Set the Person or Group Field Default Value as Current User in SharePoint Online? I have a list to track travel requests and want to fill some people picker columns to…

Read more

How to Convert SharePoint Online Site to Microsoft Teams?

Requirement: Connect SharePoint Online Site to Microsoft Teams. Microsoft Teams is a chat-based collaboration platform that brings together people, conversations, content, and tools to create a more open, digital environment. Every time you create a new team in Teams, you’re also creating a new Office 365 Group, Calendar, OneNote, Planner, SharePoint team…

Read more

Get Documents Inventory for a Site Collection using PowerShell

Requirement: Get all documents inventory in a CSV format from a SharePoint Site collection. PowerShell to Get Documents Inventory of a SharePoint Site: SharePoint Site collections can quickly become cluttered with files and documents. The document inventory can help keep track of what is stored in each site collection and where specific…

Read more