AddByWins method of the PS_DnsServerResourceRecord class

Adds the record to a specified zone in a DNS server.

Syntax

uint32 AddByWins(
  [in]  datetime                LookupTimeout,
  [in]  boolean                 Replicate,
  [in]  string                  WinsServers[],
  [in]  string                  ZoneName,
  [in]  string                  ComputerName,
  [in]  datetime                CacheTimeout,
  [in]  boolean                 PassThru,
  [in]  boolean                 Force,
  [in]  boolean                 Wins,
  [in]  string                  ZoneScope,
  [in]  string                  VirtualizationInstance,
  [out] DnsServerResourceRecord cmdletOutput
);

Parameters

LookupTimeout [in]

Specifies the lookup time-out value for a resource record.

Replicate [in]

WINS flag to allow or disallow replication

WinsServers [in]

Specifies one or more IP addresses of WINS servers that you want to use for a resource record.

ZoneName [in]

Specifies the name of the zone.

ComputerName [in]

The name of the DNS server. If you do not specify this parameter, the command runs on the local system. You can specify an IP address or any value that resolves to an IP address, such as a fully qualified domain name (FQDN), host name, or NETBIOS name.

CacheTimeout [in]

// Time, in seconds, that a DNS Server using WINS Look up may cache the WINS server's response.

PassThru [in]

true to return the object that was modified by the method. By default, this method does not generate any output.

Force [in]

Adds a resource record without prompting you for confirmation. By default, the method prompts you for confirmation before it proceeds.

Wins [in]

IF specified, creates a WINS DNS Server resource record.

ZoneScope [in]

Name of the zone scope.

Windows Server 2012: Not supported.

VirtualizationInstance [in]

Unique identifier of the virtualization instance.

Windows Server 2012 R2 and Windows Server 2012: This parameter is unavailable prior to Windows Server 2016.

cmdletOutput [out]

Receives an embedded instance of the DnsServerResourceRecord 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_DnsServerResourceRecord