PowerShell Logo Small

Get-VpnConnectionTrigger



This is the built-in help made by Microsoft for the command 'Get-VpnConnectionTrigger', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets trigger properties of a VPN connection.

SYNTAX


Get-VpnConnectionTrigger [-ConnectionName] <String> [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-VpnConnectionTrigger cmdlet gets trigger properties of a virtual private network (VPN) connection.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkId=290780

REMARKS

<

Examples


Example 1: Get trigger properties of a VPN connection

PS C:\> Get-VpnConnectionTrigger -ConnectionName "ContosoVPN"
ConnectionName: Contoso


ApplicationID: {microsoft.windowsphotos_8wekyb3d8bbwe, C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe}


TrustedNetwork: {newyork.contoso.com, washington.contoso.com}



This command gets the trigger properties of the VPN connection named ContosoVPN.