DisconnectByHostIP method of the PS_VpnUser class
This cmdlet disconnects a VPN connection originated by a specific user or originating from a specific client machine
Syntax
uint32 DisconnectByHostIP(
[in] string ComputerName,
[in] boolean PassThru,
[in] string HostIPAddress[],
[out] string cmdletOutput[]
);
Parameters
-
ComputerName [in]
-
IPv4/IPv6 address or hostname of the machine on which the remote access server machine specific tasks should be executed. When ComputerName is specified the cmdlet looks for the specified user or host IP on that remote access server
-
PassThru [in]
-
Returns an object, viz. the list of users/client IPs that were successfully disconnected. By default this cmdlet does not generate any output
-
HostIPAddress [in]
-
List of tunnel IP address of the VPN connection. These can be IPv4 or IPv6 addresses.
-
cmdletOutput [out]
-
- List of users successfully disconnected - if username is specified. 2. List of host machines successfully disconnected - if host IP is specified.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|