Get-MgGraphOption

Gets global configurations that apply to the SDK. For example, check if Web Account Manager (WAM) support has been enabled.

Syntax

Get-MgGraphOption
   [-ProgressAction <ActionPreference>]
   [<CommonParameters>]

Description

Gets global configurations that apply to the SDK. For example, check if Web Account Manager (WAM) support has been enabled.

Examples

Example 1: Check if WAM support has been enabled

PS C:\> Get-MgGraphOption
EnableWAMForMSGraph 
--------------------
                True

Confirms if WAM support has been enabled.

Parameters

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.Graph.PowerShell.Authentication.IGraphOption