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 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

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

Microsoft Teams: Change Meeting Recording Expiration Policy

Requirement: Change the expiration date on Teams recordings. How to Set the Meeting Recording Expiration Days? The auto-expiration feature in Microsoft Teams automatically deletes Microsoft Teams recording files stored in OneDrive after the default expiration time. To change the default auto-expiration setting for your tenant, do the following: By changing the expiration…

Read more

Office 365: Get the Last Password Change Date using PowerShell

Requirement: Check the last password change date in Office 365. How to check the last password change in Office 365? One of the key components of security is managing passwords. Password management is a critical aspect of maintaining security in the digital realm. For Microsoft 365 users, knowing when your password expires…

Read more