PS_DnsServerZone class

DNS Server Zone definition.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class PS_DnsServerZone
{
};

Members

The PS_DnsServerZone class has these types of members:

Methods

The PS_DnsServerZone class has these methods.

Method Description
Export Exports Zone information
Get Lists the zones that exist on the specified DNS server.
Remove Removes the specified zone
Resume Resumes name resolution on suspended zone
Suspend Pauses the specified zone, which then ignores query requests.
Sync Write back all zone or roothint datafile(s) for the specified zone.

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

DnsServerPSProvider Provider