Stop-MDMVPNService

2/9/2009

The Stop-MDMVPNService cmdlet stops the virtual private network (VPN) service on the specified Mobile Device Manager Gateway Server.

All VPN connections close when the VPN service state stops. You can still manage the specified MDM Gateway Server remotely.

Syntax

Stop-MDMVPNService [-Name] <string> [-confirm] [-whatif] [<CommonParameters>]

Parameters

The following describes the Stop-MDMVPNService cmdlet parameters.

  • Name <String>
    Specifies the name of the computer that is running MDM Gateway Server for which the VPN service is to be stopped. The name parameter can be the logical name or the fully qualified domain name (FQDN). If the value contains a space or other special characters, enclose the string in quotation marks.
  • WhatIf
    Informs you of what changes would be made if the action were to be performed (the cmdlet is not executed).
  • Confirm
    Prompts you for confirmation before the cmdlet executes.
  • 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

The Stop-MDMVPNService cmdlet accepts a string through the pipeline, or an object that has the property, name, that specifies the name of the computer that is running MDM Gateway Server.

Output Type

None

Examples

This Stop-MDMVPNService command example stops the VPN service for MDM Gateway Server, Gateway1.

C:\PS>Stop-MDMVPNService -Server Gateway1

Cmdlet Help

To view this information online, at the MDM Shell prompt, type:

get-help Stop-MDMVPNService -detailed, or get-help Stop-MDMVPNService -full

See Also

Reference

Start-MDMVPNService
Set-MDMGatewayServer