SharePoint Online: Disable Alerts using PowerShell

Requirement: Disable Alerts in SharePoint Online! How to disable alerts in SharePoint Online? Ever wanted to disable alerts for a SharePoint Online list or library temporarily? Especially the ones with workflows or event receivers deployed – because adding items may trigger alert Emails? Well, there is no way to disable alerts from…

Read more

Content Editor, Script Editor Web Part Missing in SharePoint Online?

Problem: The content Editor Web Part in SharePoint Online is missing! Fix SharePoint Online Content Editor web part missing Issue: In Modern SharePoint Online sites (E.g., Group sites, Communication Sites), Self-serviced sites, and Root site, custom scripting is disabled by default! So, how to get a content editor web part in SharePoint…

Read more

SharePoint Online: Change Idle Session Timeout Settings

Task: Set idle session timeout value for SharePoint Online. How to Set SharePoint Online Idle Session Timeout? Did you know that there is a session timeout for SharePoint Online? Well, Idle session timeout in SharePoint Online is a security mechanism that warns and sign-outs the user after a period of inactivity. By…

Read more

SharePoint Online: How to Add New Custom Theme using PowerShell?

Requirement: Create a new Theme in SharePoint Online. How to create a new color theme in SharePoint Online? A SharePoint Online theme is a collection of settings that you can use to adjust the appearance of your site. You can use themes to control the colors, fonts, and layout of your site….

Read more

Find All Office 365 Group Sites in SharePoint Online

Requirement: Get All Group Sites in SharePoint Online. How to Find All Group-Connected Team Sites in SharePoint Online? The new SharePoint Online admin center lists all group sites and modern sites. You can log in to SharePoint Online Admin Center >> Click on “Active Sites” and then look for the “Primary Admin”…

Read more

SharePoint Online: Enable or Disable the “Everyone”, “Everyone except external users” Groups using PowerShell

Requirement: Enable or Disable the “Everyone” and “Everyone except external users” groups in SharePoint Online. “Everyone” claims in SharePoint Online consist of all users already having access to the site – This includes all accounts from the authentication provider (typically Active Directory) as well as any external accounts that are invited to…

Read more

SharePoint Online: Get Lookup Column Value using PowerShell

Requirement: Get Lookup field value in SharePoint Online using PowerShell. Scenario: We have a parent list called “Parent Projects” and a child list called “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…

Read more

SharePoint Online: Get All Alerts from a Site Collection using PowerShell

Requirement: View all alerts in a SharePoint Online site collection. How to get all alerts of a user in SharePoint Online? Alerts are scoped at the web level in SharePoint. So, to get alerts of a user on a specific site, follow these steps: Now the question is: How to view all…

Read more