SharePoint Online: PowerShell to Update Lookup Field Value

Requirement: Update the Lookup field using PowerShell in SharePoint Online. We have a parent list called “Parent Projects” and a child list “Project Milestones”. The “Parent Project Name” field in the child list is being looked up from the parent list’s “Project Name” field. Here is my PowerShell script to set lookup…

Read more

SharePoint Online: How to Restore a Deleted Site Collection using PowerShell?

Requirement: Restore a Deleted Site Collection in SharePoint Online. How to Restore a Deleted Site Collection in SharePoint Online? If you are a SharePoint Online administrator or a Microsoft 365 global Admin, you may know that site deletions can happen accidentally, and you may need to restore them as quickly as possible….

Read more

SharePoint Online: Get All List Items with Unique Permissions using PowerShell

Requirement: Get All SharePoint Online List Items with Unique Permissions using PowerShell. How to check if a list Item has Unique permissions or inheriting permissions from the parent? To get if a SharePoint Online list Item or File in a document library has unique permissions, follow these steps: SharePoint Online: PowerShell to…

Read more

Fix “Unfortunately, help seems to be broken…There aren’t any help collections in the current language for the site you’re using.” Error in SharePoint 2016

Problem: The Help Menu (?) in SharePoint 2016 is not working! On clicking the Help menu, it gets the error message: “Unfortunately, help seems to be broken… There aren’t any help collections in the current language for the site you’re using.” Troubleshooting Steps:  Enable External Web-based Help in Privacy Options of SharePoint…

Read more