Connect to SharePoint Online using Azure AD App ID from PowerShell

Requirement: Connect to SharePoint Online with Azure Active Directory Application from PowerShell. Connecting to SharePoint Online programmatically is essential for automating administrative tasks and processes. PowerShell provides a powerful way to access SharePoint Online, manage data and settings, and integrate with other Microsoft cloud services. To connect through PowerShell, an Azure Active…

Read more

Fix: “Map and filled map visuals aren’t enabled for your org. Contact your tenant admin to fix this.” Error in Power BI

Problem: The Power BI report displays an error message, “Map and filled map visuals aren’t enabled for your org. Contact your tenant admin to fix this.” Solution: This error message appears when the map visuals feature is not enabled at the tenant level in Power BI. A tenant admin can resolve this…

Read more

How to Convert User Mailbox to Shared Mailbox in Office 365?

Introduction Office 365 is a cloud-based platform that provides a suite of productivity tools, including email, calendars, and file sharing. As an Office 365 administrator, you are responsible for managing user accounts, groups, and resources such as mailboxes. With the increasing number of employees and the need for teamwork, shared mailboxes are…

Read more

How to use Substring in PowerShell?

Strings are fundamental to programming and scripting, and often we need to work with just a part or subset of a string variable. In PowerShell, the substring method allows you to extract specific parts of a string based on the starting index and length of characters. This powerful feature is incredibly useful…

Read more

How to Create and Manage Scheduled Tasks in PowerShell?

As a Windows user, you might be familiar with the concept of Scheduled Tasks. The Windows Task Scheduler is an essential tool for automating tasks on Windows machines. It allows you to schedule and run tasks regularly, freeing you from having to execute them manually. These are automated tasks that can be…

Read more

How to Zip a File or Folder using PowerShell?

Introduction Whether it’s sharing files with colleagues or backing up our own data, compressing files and folders into a zip archive can save storage space and reduce transfer times. Are you tired of manually zipping files or folders on your computer? Do you find it time-consuming and tedious to compress large amounts…

Read more

How to Create a Site Template in SharePoint Online?

SharePoint Online offers a powerful feature called Site Templates, which allows users to automate the provisioning of modern SharePoint sites with custom or pre-defined configurations and content. With Site Templates, you can maintain consistency across your site collection, including themes, lists and libraries, site columns and content types, association with hub sites,…

Read more

SharePoint Recycle Bin: A Comprehensive Guide

As a SharePoint user, you may have come across the term “Recycle Bin” on several occasions. However, do you know what the Recycle Bin is, how it works, and how to use it effectively? In this comprehensive guide, we will take a deep dive into everything you need to know about the…

Read more

SharePoint Online: How to Enable “View in File Explorer” in Microsoft Edge?

Requirement: Configure view in file explorer feature with Edge browser. How to configure the “View in File Explorer” Feature in Edge? As Internet Explorer is discontinued from Windows 11, We may be missing the nifty feature file explorer view or mapped network drives of SharePoint document libraries. The good news is that…

Read more

Solution for “AADSTS90072: User Account from identity provider does not exist in tenant and cannot access application” error in SharePoint Online

Problem: A guest user in SharePoint Online is getting this error message when trying to access a SharePoint Online site “AADSTS90072: User Account ‘User@Domain.com’ from identity provider ‘https://sts.windows.net/…’ does not exist in tenant ‘Tenant-Name’ and cannot access the application in that tenant. The account needs to be added as an external user…

Read more