How to use Connect-MgGraph – All Options

Connect MgGraph

The Microsoft Graph module in PowerShell allows you to interact with different Microsoft 365 services. But to use the module, you will first need to connect to Microsoft Graph, using the Connect-MgGraph cmdlet. There are different options when it comes … Read moreHow to use Connect-MgGraph – All Options

How to get MFA Status from Microsoft Entra

MFA Status Entra

When you enable the security defaults or enable per-user the MFA, then at some point you want to check if and what they have configured for the Multifactor Authentication. Which methods are they using, can they use passwordless sign-in, etc. … Read moreHow to get MFA Status from Microsoft Entra

How to Set an Environment Variable in PowerShell

powershell set env var

Environment variables are used by the operating system and applications to store configuration settings, system paths, and other information. All programs on your computer can access this data. We can use PowerShell to view, change, or set an environment variable. … Read moreHow to Set an Environment Variable in PowerShell