Get-MDMGlobalGatewayConfig

2/9/2009

The Get-MDMGlobalGatewayConfig cmdlet returns an MDMGlobalGatewayConfig object that represents the global virtual private network (VPN) settings that all computers that are running Mobile Device Manager Gateway Server share.

Syntax

Get-MDMGlobalGatewayConfig [<CommonParameters>]

Parameters

The following describes the Get-MDMGlobalGatewayConfig cmdlet parameters.

  • CommonParameters
    This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, and -OutVariable. For more information, at the MDM Shell prompt, type get-help about_commonparameters.

Input Type

None

Output Type

The Get-MDMGlobalGatewayConfig cmdlet returns an MDMGlobalGatewayConfig object. To see all the properties for this object, at the MDM Shell prompt, type Get-MDMGlobalGatewayConfig | Get-Member.

Examples

This Get-MDMGlobalGatewayConfig command example displays the current global VPN settings.

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

Reference

Set-MDMGlobalGatewayConfig