Partager via


Get method of the PS_DnsServerTrustPoint class

Retrieves Trust points on the server

Syntax

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

Parameters

Name [in]

Specifies name of the zone.

ComputerName [in]

Optional DNS server name.

cmdletOutput [out]

One or more embedded instances of the DnsServerTrustPoint class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

PS_DnsServerTrustPoint