The Ultimate List of SharePoint Online URL Shortcuts!

Here is the list of handy shortcuts to frequently accessed SharePoint Online URLs! Just append it to your site URL. E.g., https://yourdomain.sharepoint.com/sites/SiteName/_layouts/RecycleBin .aspx Page URL Access Requests /Access Requests/pendingreq.aspx?mbypass=1 Add an App (Classic) /_layouts/addanapp.aspx Admin Recycle Bin /_layouts/AdminRecycleBin.aspx Apps (to configure App Catalog, etc) https://<<Tenant>>-admin.sharepoint.com/_layouts/15/online/TenantAdminApps.aspx Change Site Master Page /_layouts/ChangeSiteMasterPage.aspx Change the…

Read more

SharePoint Online: How to Allow Edit Permissions but Not Download?

Requirement: Allow edit but not download in SharePoint Online. SharePoint Online: How to Allow Edit but not download? We wanted to provide edit permissions to users on an Excel spreadsheet stored in the SharePoint Online document library, without giving them the ability to download the file! So, how to provide users the…

Read more

Web part Maintenance Page for Modern SharePoint Online

At times, we may need the web part maintenance page to remove an erroneous web part from a page in SharePoint. In SharePoint On-premises and Classic SharePoint Online, we used to append ?Contents=1 to the URL to open a page in web part maintenance mode that offers close/reset/remove functionalities on the selected…

Read more

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