Get method of the PS_RemoteAccessLoadBalancer class

This cmdlet displays the load balancing configuration.

Syntax

uint32 Get(
  [in]  string                   ComputerName,
  [in]  string                   EntrypointName,
  [in]  boolean                  Brief,
  [out] RemoteAccessLoadBalancer cmdletOutput
);

Parameters

ComputerName [in]

IPv4/IPv6 address or hostname of the machine on which the remote access server machine specific tasks should be executed.

EntrypointName [in]

Entrypoint refers to the identity of a site in a multi-site deployment whose load balancing configuration needs to be retrieved. If entrypoint is not specified then the entrypoint to which the server on which the cmdlet is executed belongs is used. The server could also be represented using the ComputerName parameter. If both entrypoint and computername are specified and the ComputerName doesn't belong to the site represented by the entrypoint then the entrypoint takes precedence and its load balancing configuration is retrieved.

Brief [in]

This is a switch parameter which suppresses the retrieval of node status.

cmdletOutput [out]

  1. List of nodes in the cluster. 2. Status of each node. 3. VPN IP address range for each node (if applicable). 4. IPv6 prefix assigned to VPN clients (if applicable). 5. List of internal and Internet virtual IPs of the cluster. 6. Status of 3rd party load balancer

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_RemoteAccessLoadBalancer