How to Run a PowerShell Script? A Comprehensive Guide!

As a system administrator, PowerShell is an essential tool that you need to have in your toolset. PowerShell is a powerful scripting language developed by Microsoft for task automation and configuration management. It provides a command-line shell and a scripting language that can be used to automate various administrative tasks on Windows…

Read more

Microsoft 365: Password Expiration Notification Email

Password expiration notifications play a crucial role in maintaining the security of your organization’s Microsoft 365 accounts. Ensuring users are aware of upcoming password expirations can help prevent account lockouts and encourage users to create strong, unique passwords. In this guide, we will demonstrate how to create a Microsoft Graph PowerShell script…

Read more

How to Connect to Microsoft Graph API from PowerShell?

Introduction Microsoft Graph API is a RESTful web API that consolidates access to various Microsoft 365 services, allowing developers to create applications that interact with data across multiple platforms, including Azure Active Directory, SharePoint, OneDrive, Outlook, and more. Microsoft Graph PowerShell works on all platforms, including Windows, macOS, and Linux. Supports modern…

Read more

How to Disable Built-in Site Templates in SharePoint Online?

SharePoint Online offers several built-in site templates that provide preconfigured site structures and features. By using these templates, you can quickly create business-specific sites without requiring extensive customization. You can apply any built-in template using the “Apply a site template” link under your existing sites’ “Site Settings” menu. However, in some cases,…

Read more

How to Connect Power BI to SharePoint Online List?

Over the years, business intelligence has become increasingly important in decision-making processes. Power BI is one of the most popular tools organizations use to create and share interactive dashboards. In this article, I will discuss how to use Power BI to create reports from SharePoint Online Lists. We will explore the benefits…

Read more

Embedding Power BI Report in SharePoint Online – A Step-by-Step Guide

Introduction In SharePoint Online, you might have discovered that it lacks powerful reporting and business intelligence capabilities. But there is a way to take advantage of these features without leaving your SharePoint environment. The answer is to embed Power BI in SharePoint Online! Microsoft Power BI provides powerful and intuitive ways to…

Read more

How to Identify Inactive Users in Office 365: A Step-by-Step Guide

Requirement: Get inactive users report in Office 365. How to Find Inactive Users in Office 365? Inactive users are those who have not logged in to Microsoft 365 for a specified period of time. Inactive user accounts in your Office 365 environment can pose a security risk and waste valuable resources. Fortunately,…

Read more

Connect to SharePoint Online using Azure AD App ID from PowerShell

Requirement: Connect to SharePoint Online with Azure Active Directory Application from PowerShell. How to Connect to SharePoint Online using Azure Application ID from PowerShell? Using Azure Application ID to connect to SharePoint Online is a great way to manage your SharePoint Online environment from unattended PowerShell scripts. In this post, we’ll go…

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