Share via


Get method of the PS_DnsServerTrustAnchor class

Retrieves TAs on the server.

Syntax

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

Parameters

ComputerName [in]

Optional DNS server name.

Name [in]

Name of the trust anchor.

cmdletOutput [out]

One or more embedded instances of the DnsServerTrustAnchor 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_DnsServerTrustAnchor