{'Description':'The IP address (IPv4 or IPv6) or name of the Remote Access server to be added to the load balanced cluster.','In':True}
InternalInterface
string
1
✓
-
{'Description':'Name of the corporate network facing interface of the specified server. If name is not specified then cmdlet tries to detect the internal interface automatically. For a single network adapter configuration the same name is specified for both the internal and internet interfaces','In':True}
InternetInterface
string
2
✓
-
{'Description':'Name of the Internet facing interface of the specified server. If name is not specified then cmdlet tries to detect the Internet interface automatically. For a single network adapter configuration the same name is specified for both the internal and Internet interfaces','In':True}
VpnIPAddressRange
string
3
✓
-
{'Description':'This parameter must be specified if VPN is enabled. The parameter indicates the IP address range for allocation to VPN clients. The range should not overlap with ranges configured on other servers in the cluster.
In a cluster, only static pool address assignment can be used. DHCP is not supported.','In':True}
ComputerName
string
4
✓
-
{'Description':'IPv4/IPv6 address or hostname of the computer on which the Remote Access server computer specific tasks should be executed. If ComputerName is specified it represents the cluster to which the server is added','In':True}
Force
boolean
5
✓
-
{'Description':'Switch parameter used to suppress user confirmation prompts for the following conditions. When suppressed the cmdlet assumes user confirmation for the following changes
1. If self-signed Network Location Server certificate is found on all other nodes in the cluster then a self-signed certificate is created for this node
2. If self-signed SSL (IPTTPS) certificate is found on all other nodes in the cluster then a self-signed certificate is created for this node','In':True}
PassThru
boolean
6
✓
-
{'Description':'Returns the load balancer server object.
','In':True}
{'Description':'The object consists of the following properties
1. The IPv4/IPv6 address or hostname of the node that was added to the cluster
2. The load balancing status of the node
3. IPv4 address ranges configured on the node for VPN static pool address assignment','EmbeddedInstance':'RemoteAccessLoadBalancerNode','Out':True}
{'Description':'The address (IPv4 or IPv6) or name of the server that will be removed from the load balanced cluster.','In':True}
ComputerName
string
1
✓
-
{'Description':'The address (IPv4 or IPv6) or name of the computer on which the cmdlet runs.','In':True}
PassThru
boolean
2
✓
-
{'Description':'Returns the address of the server that was removed from the cluster. ','In':True}
Force
boolean
3
✓
-
{'Description':'Turns off the option to allow a user to override a setting using the prompt that confirms user approval for an action(ShouldContinue prompt). The removal of the server will complete without prompting for user approval.
','In':True}
cmdletOutput
string
4
-
✓
{'Description':'The address ( IPv4 or IPv6) or name of the server that was removed from the cluster.','Out':True}
Description
'Removes a server from the load balancing cluster.'