Set method of the PS_DAMultiSite class

Configures global settings that are applied to all entry points in a multisite deployment.

Syntax

uint32 Set(
  [in]  string      ComputerName,
  [in]  string      GslbFqdn,
  [in]  string      ManualEntryPointSelectionAllowed,
  [in]  string      Name,
  [in]  boolean     PassThru,
  [out] DAMultiSite cmdletOutput
);

Parameters

ComputerName [in]

The name or address (IPv4 or IPV6) of a server included in the multisite deployment for which parameters should be set. If no value is specified, the name of the local server on which the cmdlet runs is used.

GslbFqdn [in]

FQDN of the global load balancer configured to support the multisite deployment.

ManualEntryPointSelectionAllowed [in]

Specifies whether Windows 8 clients can manually select the entry point to which they connect. Can be set as Enabled or Disabled.

Enabled ("Enabled")

Disabled ("Disabled")

Name [in]

The friendly name used to identify the multisite deployment.

PassThru [in]

Specifying PassThru returns the Multisite object which contains the entire Multisite configuration. This cmdlet doesn't generate an object by default.

cmdletOutput [out]

  1. Multisite deployment name. 2. Multisite deployment entry points each describes the list of servers associated with the entry points 3. Global load balancing FQDN (if required) 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