Create a Communication Site in SharePoint Online using PowerShell

Requirement: Create a communication site in SharePoint Online using PowerShell. How to create a Communication Site in SharePoint Online? One of the recent addition to the Microsoft SharePoint Online space is Communication sites! While modern team sites are used for departments/teams to collaborate, The SharePoint Online communication site templates are designed to…

Read more

PowerShell to Get All Sites Associated with the Hub Sites in SharePoint Online

Requirement: Get hub site association in SharePoint Online using PowerShell. SharePoint Online: Get Hub Sites Association using PowerShell SharePoint Online Hub sites help organize related sites into centralized portals based on organizational attributes such as projects, teams, concepts, departments, regions, etc. If you are unfamiliar with Hub Sites in Office 365, I’ll…

Read more

How to Deploy an App to App Catalog in SharePoint Online?

Requirement: Deploy an app to App Catalog in SharePoint Online. How to add an App to SharePoint Online App Catalog Site? The App Catalog is a centralized repository to manage and deploy custom apps in SharePoint. Apps (either SPFx .sppkg or Add-in .app file) to be uploaded and deployed there – is…

Read more

Generate SharePoint Online Site Usage Reports using Graph API and PowerShell

Requirement: Generate usage reports for SharePoint Online sites. How to Generate Usage Reports for All SharePoint Online Sites in the Tenant? If you are a SharePoint administrator, you may find it useful to generate reports about how your users use the sites and content. Microsoft has made it easy for you to…

Read more

SharePoint Online: How to Create a Site Design from an Existing Site Using PowerShell?

As a SharePoint expert, I’ve seen the tremendous value that site designs bring to organizations looking to streamline their site creation process and maintain consistency across their SharePoint environment. One of the most powerful features of site designs is the ability to create them based on existing sites, allowing you to capture…

Read more

SharePoint Online: Hide Site Contents Link from Quick Launch

Requirement: Hide site contents from quick launch in SharePoint Online. How to Remove Site Contents from Quick Launch? The Site Contents page in SharePoint Online provides a comprehensive view of all site lists, libraries, apps, and subsites. If you want to hide the site contents link in SharePoint Online quick launch navigation,…

Read more

SharePoint Online: Create Site Design and Site Scripts using PowerShell

What are Site Design and Site Scripts in SharePoint Online? Site design and site scripts are the new way to create site templates in SharePoint Online. Say, you want to create sites with a specific theme, apply a logo, set regional settings, create a list or library in the site, add users,…

Read more

SharePoint Online: Change Default Search Scope from “Search This Site” to “Search All Sites”

Requirement: Configure Search Scope in SharePoint Online site. How to Change the Default Search Scope in SharePoint Online? The default search scope in SharePoint Online is “Search this site”, which allows us to search inside the specific site collection. At times, you may want to change the search scope from Search This…

Read more

SharePoint Online: Display User Name in Top Navigation Suite Bar

Requirement: Display user name in the top navigation bar in SharePoint Online. How to Display User Name in the Top Navigation Bar? By default, SharePoint Online displays the user’s profile picture in the top-right corner of the screen. If there is no profile picture available, then the logged-in user gets the initials…

Read more