Update method of the PS_DAMgmtServer class

This cmdlet updates the list of Management servers of the DA deployment. Management server here refers to patch servers, Domain Controllers and other servers.

Syntax

uint32 Update(
  [in]  boolean      PassThru,
  [in]  string       ComputerName,
  [out] DAMgmtServer cmdletOutput
);

Parameters

PassThru [in]

Specifying PassThru returns the DAMgmtServers object which contains the list of changes to the management server list and the list of unchanged management servers. This cmdlet doesn't generate an object by default.

ComputerName [in]

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

cmdletOutput [out]

Output contains the following: 1) List of added domain controllers 2) List of removed domain controllers 3) List of unchanged domain controllers 4) List of added SCCM servers 5) List of removed SCCM servers 6) List of unchanged SCCM servers 7) List of manually entered servers that have resolved to new IP addresses 8) List of unchanged manually entered servers.

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