Invoke-MgGraphRequest — Basic UsageIT technician command center
Microsoft Graph · Entra ID and Graph

Invoke-MgGraphRequest — Basic Usage

Use Invoke-MgGraphRequest for a standard administrative task.

Copy-ready commandInvoke-MgGraphRequest — Basic Usage
Invoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/organization"

Requirements and permissions

Requirements
Microsoft.Graph PowerShell SDK
Permissions
Graph delegated or application permissions
Last reviewed
2026-07-31

Examples

Basic Usage

Use Invoke-MgGraphRequest for a standard administrative task.

Invoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/organization"

Original command

Call Microsoft Graph directly.

Invoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/organization"

Common errors

Command not found

Confirm Microsoft.Graph PowerShell SDK is installed and available in your current shell.