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

Disable “New Folder” in SharePoint Online Lists and Libraries

Requirement: Disable Folder Creation in SharePoint Online List or Document Library. How to Prevent Folder Creation in SharePoint Online? Would you like to disable the “New Folder” button in SharePoint Online lists and libraries? In this blog post, I will show you how to do just that. This can be helpful if…

Read more

Configure HTML Field Security in SharePoint Online

Requirement: Configure HTML Field Security in SharePoint Online. HTML Field Security in SharePoint Online: IFrames can lead to JavaScript injection attacks. Hence, We have a security precaution in SharePoint Online to allow embedding scripts only from trusted domains. If you try to add an embed script from any other site, You’ll get…

Read more

Find All OneDrive for Business Sites using PowerShell

Requirement: Get a list of all OneDrive site collections from SharePoint Online. I was asked to get the list of all OneDrive sites to get the usage of OneDrive for Business in our Office 365 tenant. It’s a bit tricky to find all of your OneDrive site collections, and here is how…

Read more

How to Delete an Office 365 Group using PowerShell?

Requirement: Delete Office 365 Group using PowerShell. How to Delete an Office 365 Group? Microsoft Office 365 Groups offer a collaborative environment for teamwork. However, sometimes you may need to delete an Office 365 Group. Perhaps, You may want to clean up old Office 365 groups. This blog post will walk through…

Read more

How to Find All Office 365 Groups using PowerShell?

Requirement: Get Office 365 Groups using PowerShell. How to Get Office 365 Groups in Admin Center? Microsoft Office 365 Groups provide a simple and efficient way to collaborate with others in your organization. However, manually locating all the groups in your tenant can be a tedious task. This blog post will show…

Read more

Call REST API Methods in SharePoint Online from PowerShell

Requirement: Call SharePoint Online REST API from PowerShell. PowerShell to Call a REST API method in SharePoint Online For those unfamiliar with the concept, REST stands for Representational State Transfer and is an architecture that can provide interoperability between computer systems over a network such as the Internet. The REST API is…

Read more

SharePoint Online: How to Hide the Left Navigation Bar using PowerShell?

Requirement: Hide Quick Launch Bar in SharePoint Online. How to Hide the Quick Launch in SharePoint Online? The Quick Launch or left navigation located on the left side of the site typically contains links to resources located in the current site, like lists and libraries, subsites, etc. As a SharePoint Online user,…

Read more

SharePoint Online: PowerShell to Get List Permissions

Requirement: Get List Permissions in SharePoint Online using PowerShell. How to Get List Permissions in SharePoint Online? If you are a SharePoint administrator, you will need to get list permissions in SharePoint Online sooner or later. The process is not complicated, but there are a few steps that you need to follow….

Read more

SharePoint Online: Clone User Group Memberships using PowerShell

Requirement: Clone a user’s group permissions to another user in a SharePoint Online Site. PowerShell to Clone User’s Group Memberships in SharePoint Online: It’s a common real-world scenario that when someone leaves the organization, and somebody else takes that role, they want the same permissions! While the requirement sounds simple, it’s cumbersome…

Read more