Remove method of the PS_RemoteAccessLoadBalancerNode class

This cmdlet removes a single remote access server from the load balancing cluster.

Syntax

uint32 Remove(
  [in]  string  RemoteAccessServer,
  [in]  string  ComputerName,
  [in]  boolean PassThru,
  [in]  boolean Force,
  [out] string  cmdletOutput
);

Parameters

RemoteAccessServer [in]

IPv4/IPv6 address or hostname of the remote access server that needs to be removed from the load balancing cluster

ComputerName [in]

IPv4/IPv6 address or hostname of the machine on which the Remote Access server machine specific tasks should be executed

PassThru [in]

When PassThru is specified this cmdlet returns the address of the server that was removed from the cluster. The cmdlet doesn't return an object by default

Force [in]

Switch parameter used to suppress user confirmation prompts for the following conditions. When suppressed the cmdlet assumes user confirmation for the below mentioned changes. 1. Removal of node from the load balancing cluster. The total amount of load that the network can take reduces and so does the availability of the network

cmdletOutput [out]

Output will be the IPv4/IPv6 address or hostname of the server that was removed from the cluster

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.mof
DLL
RAMgmtPSProvider.dll

See also

PS_RemoteAccessLoadBalancerNode