GetByCustom method of the PS_DnsServerDirectoryPartition class

Retrieve DNS server directory partition.

Syntax

uint32 GetByCustom(
  [in]  boolean                     Custom,
  [in]  string                      ComputerName,
  [out] DnsServerDirectoryPartition cmdletOutput[]
);

Parameters

Custom [in]

Retrieves custom directory partitions.

ComputerName [in]

Specifies the remote computer on which to execute the command.

cmdletOutput [out]

On return, contains a list of DnsServerDirectoryPartition classes.

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_DnsServerDirectoryPartition