The Get-MDMGlobalGatewayConfigcmdlet returns an MDMGlobalGatewayConfigobject that represents the global virtual private network (VPN) settings that all computers that are running Mobile Device Manager (MDM) Gateway Server share.
Syntax
Get-MDMGlobalGatewayConfig [<CommonParameters>]  | 
Parameters
The following describes the Get-MDMGlobalGatewayConfigcmdlet parameters.
- CommonParameters
 - 
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, and -OutVariable. For more information, at the Mobile Device Manager (MDM) Shell prompt, type get-help about_commonparameters.
 
Input Type
None
Output Type
The Get-MDMGlobalGatewayConfigcmdlet returns an MDMGlobalGatewayConfigobject. To see all the properties for this object, at the MDM Shell prompt, type Get-MDMGlobalGatewayConfig | Get-Member.
Examples
This Get-MDMGlobalGatewayConfigcommand example displays the current global VPN settings.
 Copy Code
 | 
|
|---|---|
C:\PS>Get-MDMGlobalGatewayConfig  | 
|
Cmdlet Help
To view this information online, at the MDM Shell prompt, type:
get-help Get-MDMGlobalGatewayConfig -detailed, or get-help Get-MDMGlobalGatewayConfig -full
See Also