Fix: “We can’t show this embedded content because the code seems to be incomplete. Make sure that the embed code includes width, height and a valid address for the src attribute.” Error

Problem: SharePoint Online Embed web part displays an error message, “We can’t show this embedded content because the code seems to be incomplete. Make sure that the embed code includes width, height and a valid address for the src attribute.” Solution: This is a security setting to prevent malicious scripts from the…

Read more

SharePoint Online: Copy columns from one list to another using PowerShell

Requirement: Copy a column to another list in SharePoint Online. How to copy columns Between Lists in SharePoint Online? Have you ever wanted to copy a column from one SharePoint list to another? Maybe you want to use the same column in multiple lists, you want to duplicate data from one list…

Read more

Copy Column Values Between Lists in SharePoint Online

Requirement: Copy data from one list column to another in SharePoint Online. How to copy the values of columns from one list to another? Here is the PowerShell script to copy column values between lists: Make sure the destination list contains similar fields (Field Internal Name, field settings, etc.) as the source…

Read more

SharePoint Online: Change the “Search this site” text in the Search Box

Requirement: Change the “Search this site” default placeholder text in the SharePoint Online site search box. How to Set the Search Box Text in SharePoint Online? By default, the site search box in the modern SharePoint Online search box has “Search this site” as the search label. We can change this placeholder…

Read more

Replace Site Collection Administrator for All Sites in SharePoint Online

Requirement: Replace a SharePoint Online site collection administrator for all sites in the tenant. How to change the site collection administrators in SharePoint Online? Replacing site collection administrators in SharePoint Online is straightforward: You can also set site collection administrators from the SharePoint Admin center by: How about replacing an existing site…

Read more

SharePoint Online: “Edit User permissions”, “Remove User Permissions” greyed out!

Problem: In a SharePoint Online site, under site permissions, Users are unable to edit or remove user permissions as the “Edit user permissions” and “Remove user Permissions” buttons are disabled for everyone, including site owners and site collection administrators! Root Cause: This is because the SharePoint Online site is connected to a…

Read more

SharePoint Online: How to Prevent Users from Editing Pages?

Requirement: Disable the ability to edit site pages in SharePoint Online from site members. How to Prevent Users from Editing Pages in SharePoint Online? By default, members of the SharePoint Online site can edit any page, including the Home page. At times, this creates unnecessary issues, and we wanted to stop users…

Read more