次の方法で共有


Add method of the PS_DAMgmtServer class

This cmdlet adds the specified Management servers to the DA deployment. Management server here refers to patch servers, Domain Controllers and other servers.

Syntax

uint32 Add(
  [in]  string  MgmtServer[],
  [in]  string  ComputerName,
  [in]  boolean PassThru,
  [out] string  cmdletOutput[]
);

Parameters

MgmtServer [in]

List of management servers specified by IPv4/IPv6 address, subnet or hostname

ComputerName [in]

IPv4/IPv6 address or hostname of the machine on which the remote access server machine specific tasks should be executed

PassThru [in]

Returns the management server object which is the list of configured management servers. By default this cmdlet does not generate any output

cmdletOutput [out]

List of management servers that were successfully added to the DA deployment

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_DAMgmtServer