Get-MgGraphOption
Gets global configurations that apply to the SDK.
Syntax
Default (Default)
Get-MgGraphOption
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.