次の方法で共有


Get method of the PS_DAEntryPoint class

Displays the settings for an entry point.

Syntax

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

Parameters

ComputerName [in]

Name or IP address of the remote access server for which the entry point information should be retrieved. 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 for which information should be retrieved. If no value is specified entry point information is retrieved for the remote access server specified in the ComputerName parameter.

cmdletOutput [out]

  1. Entry point name 2. Global load balancing server IP address 3. List of NLB 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