次の方法で共有


Remove method of the PS_DAClientDnsConfiguration class

This cmdlet removes the NRPT entry corresponding to the specified DNS suffix from the NRPT table.

Syntax

uint32 Remove(
  [in]  string            DnsSuffix[],
  [in]  string            ComputerName,
  [in]  boolean           PassThru,
  [out] DnsClientNrptRule cmdletOutput[]
);

Parameters

DnsSuffix [in]

Specifies a list of DNS suffixes

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 DNS client NRPT object. By default this cmdlet does not generate any output

cmdletOutput [out]

NRPT object for the NRPT entry that was removed

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_DAClientDnsConfiguration