次の方法で共有


Set method of the PS_DAEntryPoint class

Configures settings for the entry point.

Syntax

uint32 Set(
  [in]  string       ComputerName,
  [in]  string       Name,
  [in]  string       GslbIP,
  [in]  boolean      PassThru,
  [in]  string       NewName,
  [out] DAEntryPoint cmdletOutput
);

Parameters

ComputerName [in]

Name or IP address of the remote access server in the entry point. If no value is specified the name of the local remote access server on which the cmdlet runs is used.

Name [in]

Name of the entry point. If no value is specified entry point information is configured for the remote access server specified in the ComputerName parameter.

GslbIP [in]

IPv4 or IPv6 address used for global load balancing for the entry point.

PassThru [in]

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

NewName [in]

Specifies the name of the entry point.

cmdletOutput [out]

  1. Entry point name 2. IPv4 or IPv6 address used for global load balancing 3. List of servers in the 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_DAEntryPoint