From ca9f74705331a05dee84208d0e2d025d3ed63346 Mon Sep 17 00:00:00 2001 From: sowjanya365 <48252408+sowjanya365@users.noreply.github.com> Date: Thu, 25 Apr 2019 18:29:03 +0530 Subject: [PATCH 1/3] Update disconnect-vpnuser.md Issue #537 - Example has been replaced now. --- docset/windows/remoteaccess/disconnect-vpnuser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/windows/remoteaccess/disconnect-vpnuser.md b/docset/windows/remoteaccess/disconnect-vpnuser.md index 0f77b3a4a7..77e64ab265 100644 --- a/docset/windows/remoteaccess/disconnect-vpnuser.md +++ b/docset/windows/remoteaccess/disconnect-vpnuser.md @@ -54,7 +54,7 @@ Note: Only one of these methods can be used at a time. ### EXAMPLE 1 ``` -@{navigationLink=@{uri=http://go.microsoft.com/fwlink/p/?LinkId=113302; linkText=Format-List}; #text=System.Management.Automation.PSObject[]} +Disconnect-VpnUser -UserName 'contoso\chris' ``` This example disconnects a VPN connection by specifying the host address. From 0e7b5e852a993e38e03bd48de90989b56fae2f44 Mon Sep 17 00:00:00 2001 From: sowjanya365 <48252408+sowjanya365@users.noreply.github.com> Date: Wed, 8 May 2019 23:26:31 +0530 Subject: [PATCH 2/3] Update disconnect-vpnuser.md Issue #537 - Example has been modified now. --- docset/windows/remoteaccess/disconnect-vpnuser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/windows/remoteaccess/disconnect-vpnuser.md b/docset/windows/remoteaccess/disconnect-vpnuser.md index 77e64ab265..05d6bedf04 100644 --- a/docset/windows/remoteaccess/disconnect-vpnuser.md +++ b/docset/windows/remoteaccess/disconnect-vpnuser.md @@ -54,7 +54,7 @@ Note: Only one of these methods can be used at a time. ### EXAMPLE 1 ``` -Disconnect-VpnUser -UserName 'contoso\chris' +Disconnect-VpnUser -HostIPAddress 10.1.1.11 -PassThru10.1.1.11 ``` This example disconnects a VPN connection by specifying the host address. From 862cf2eb29d1ceea8a502c0036d278c55911d3a7 Mon Sep 17 00:00:00 2001 From: sowjanya365 <48252408+sowjanya365@users.noreply.github.com> Date: Tue, 14 May 2019 09:54:00 +0530 Subject: [PATCH 3/3] Update disconnect-vpnuser.md Issue #537 - Typo fix. --- docset/windows/remoteaccess/disconnect-vpnuser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/windows/remoteaccess/disconnect-vpnuser.md b/docset/windows/remoteaccess/disconnect-vpnuser.md index 05d6bedf04..b346d886f0 100644 --- a/docset/windows/remoteaccess/disconnect-vpnuser.md +++ b/docset/windows/remoteaccess/disconnect-vpnuser.md @@ -54,7 +54,7 @@ Note: Only one of these methods can be used at a time. ### EXAMPLE 1 ``` -Disconnect-VpnUser -HostIPAddress 10.1.1.11 -PassThru10.1.1.11 +Disconnect-VpnUser -HostIPAddress 10.1.1.11 -PassThru 10.1.1.11 ``` This example disconnects a VPN connection by specifying the host address.