Get method of the PS_DAMgmtServer class

This cmdlet displays the configured Management servers. Management server here refers to patch servers, Domain Controllers and other servers.

Syntax

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

Parameters

ComputerName [in]

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

Type [in]

The type of management server to be listed. This can have the value of DC, SCCM, Manual or All. If not specified, only manual servers will be output.

Manual ("Manual")

Sccm ("Sccm")

DC ("DC")

All ("All")

cmdletOutput [out]

List of management servers configured

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