Get method of the PS_DAMultiSite class

Retrieves global settings applied to all entry points in a multisite deployment.

Syntax

uint32 Get(
  [in]  string      ComputerName,
  [out] DAMultiSite cmdletOutput
);

Parameters

ComputerName [in]

The name or address (IPv4 or IPv6) of a remote access server that is included in a multisite deployment. If no value is specified, the local machine is used.

cmdletOutput [out]

  1. Multisite deployment name. 2. List of entrypoints included in the deployment along with the servers contained in each entrypoint. 3. Global load balancing FQDN (if defined). 4. Whether remote access clients can manually select an entry point.

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_DAMultiSite