How to Enable or Disable Spaces Feature in SharePoint Online?

Requirement: Enable/Disable the SharePoint Spaces feature in SharePoint Online. How to enable the “Spaces” in SharePoint Online? SharePoint spaces is an immersive platform that lets you render 2D/3D images on modern sites and can be an excellent addition for applications like learning programs, product catalogs, Virtual tours (360° Tour), Interactive content, etc.,…

Read more

Office 365 Group: How to Disable Welcome Email for new members?

Requirement: Turn-Off the Welcome Email in a Microsoft 365 Group. How to disable the welcome email for Office 365 Group? When a new user is added to Microsoft 365 group, they will receive an email with the subject “You’ve joined the <Team Name>”. Welcome emails are a useful feature in Office 365…

Read more

Fix “No connection available. Use Connect-SPOService before running this CmdLet.” Error in SharePoint Online PowerShell!

Problem: Getting this error, “No connection available. Use Connect-SPOService before running this CmdLet.” while trying to connect SharePoint Online via PowerShell through SharePoint Online Management Shell. Solution: You must connect to SharePoint Online Service using Connect-SPOService PowerShell cmdlet first before executing any other cmdlets for SharePoint Online. On running the Connect-SPOService cmdlet,…

Read more

SharePoint Online: How to Track Document Downloads from Audit Log?

Requirement: Track document downloads in SharePoint Online. How to Audit Downloads in SharePoint Online? Do you need to keep track of who is downloading your SharePoint Online documents? Are you looking for a way to track document downloads from Audit Log in SharePoint Online? In this guide, we will show you how…

Read more

SharePoint Online: Number Column without Comma

Requirement: Display a number column without a comma in the SharePoint Online list. How to remove the comma from the number column in SharePoint Online? By default, SharePoint will display numbers with a comma as a thousand separator, but it is possible to modify this behavior and display numbers without a comma….

Read more

SharePoint Online: Copy All Document Libraries to Another Site using PowerShell

Requirement: Copy All Document Libraries to another Site collection in SharePoint Online. PowerShell to Copy Document Libraries from One Site to Another Site Collection: Are you looking to migrate all of your SharePoint Online document libraries from one site to another? If so, you can use PowerShell to copy them all over…

Read more

PowerShell: How to Get File Size?

PowerShell is a powerful command-line tool that allows you to automate many tasks, including working with files and directories. By using a combination of built-in PowerShell cmdlets and a little bit of scripting, you can easily get the file size of any file or multiple files in a directory. With the help…

Read more

PowerShell to Create a File

Requirement: Create a file in PowerShell. How to create a new file in PowerShell? PowerShell is a powerful scripting language that allows you to automate and manage various tasks on Windows and other systems. One of the common tasks that you may have to perform using PowerShell is creating a file. In…

Read more

SharePoint Online: How to Inject Custom CSS in Modern Sites?

Requirement: Add custom CSS to modern SharePoint Online sites. How to Inject Custom CSS to Modern Sites in SharePoint Online? Customizing the look and feel of a SharePoint Online site can be a great way to make the site more visually appealing and better suited to your needs. One way to do…

Read more