RemoveByInputObject method of the PS_DnsServerZoneDelegation class

Removes the zone delegation.

Syntax

uint32 RemoveByInputObject(
  [in]  string                  ComputerName,
  [in]  boolean                 PassThru,
  [in]  boolean                 Force,
  [in]  DnsServerZoneDelegation InputObject,
  [in]  string                  ZoneScope,
  [in]  string                  VirtualizationInstance,
  [out] DnsServerZoneDelegation cmdletOutput
);

Parameters

ComputerName [in]

Specifies the remote computer on which to execute the command

PassThru [in]

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

Force [in]

If specified, overrides the default confirmation before performing the operation.

InputObject [in]

Input Object of type Microsoft.Management.Infrastructure.CimInstance#DnsServerZoneDelegation

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 not supported before Windows Server 2016.

cmdletOutput [out]

On return, contains an instance of the current object. This parameter returns a value only if PassThru is set to true.

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_DnsServerZoneDelegation