次の方法で共有


Remove method of the PS_DAEntryPoint class

Removes an entry point from a multisite deployment.

Syntax

uint32 Remove(
  [in]  string       ComputerName,
  [in]  string       Name,
  [in]  boolean      PassThru,
  [in]  boolean      Force,
  [out] DAEntryPoint cmdletOutput
);

Parameters

ComputerName [in]

The name or address (IPv4 or IPV6) of a server included in the multisite deployment from which an entry point should be removed. If no value is specified, the name of the local server on which the cmdlet runs is used.

Name [in]

Name of the entry point to be removed. If no value is specified the name of the entry point associated with the computer specified in the ComputerName parameter is used.

PassThru [in]

Returns the object which was removed.

Force [in]

Suppresses the user confirmation that prompts during running the cmdlet.

cmdletOutput [out]

If the PassThru flag is specified, the output will provide the entry point name, the IP address used for global load balancing to the entry point, and a list of servers in the entry point. If the flag is not specified nothing is returned.

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