How to Connect to Microsoft Graph API with Connect-MgGraph 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

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

How to Change the Display Name of a User in Office 365?

In the world of Microsoft 365, the user display name plays a vital role in identifying individuals and facilitating effective communication. As an administrator of Office 365, there might be a need to change the display name for a user. Having a consistent display name allows your team members and customers easy…

Read more

How to Bulk Invite Guest Users to Azure AD?

Requirement: Bulk invite guest users to Azure Active Directory. How to invite Multiple guest users in Azure Active Directory? In many business scenarios, you may need to bulk invite guest users to Azure AD. This means inviting a large number of guests at one time, rather than inviting them one at a…

Read more

How to Connect to Azure AD using PowerShell?

Requirement: Connect to Azure AD with PowerShell. How to Connect to Azure Active Directory using PowerShell? Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service. Azure AD allows you to manage user identities and access rights to your applications, whether on-premises or in the cloud. With the Power…

Read more

Microsoft 365: How to Set the Password to Never Expire?

In the ever-evolving world of cybersecurity, password management is crucial. One common practice is to enforce regular password changes to protect user accounts periodically. While this may seem like a good security measure, it can be quite frustrating to keep up with, and frequent password changes lead to weak passwords, as people…

Read more

How to Resend Azure AD Invitation to Guest User?

Requirement: Resend Azure AD guest user invitation. How to resend guest user invitation for SharePoint Online External User Access? Have you ever had to send the invitation again to the guest user, as the guest user claims he didn’t receive the invitation email? As an administrator, you may need to resend Azure…

Read more

SharePoint Online: How to Change the User’s Display Name?

Requirement: Change the user display name in SharePoint Online using PowerShell. How to Change the Display Name of the User in SharePoint Online? When working with SharePoint Online, there may be instances where you need to update a user’s display name. Perhaps you have an employee whose last name has changed, and…

Read more