Freigeben über


Set method of the PS_DnsServerVirtualizationInstance class

Sets a specified DNS server virtualization instance.

Syntax

uint32 Set(
  [in]  string                          ComputerName,
  [in]  string                          Name,
  [in]  boolean                         PassThru,
  [in]  string                          Description,
  [in]  string                          FriendlyName,
  [out] DnsServerVirtualizationInstance cmdletOutput
);

Parameters

ComputerName [in]

Specifies the remote computer on which to execute the command.

Name [in]

Unique identifier of the virtualization instance.

PassThru [in]

Passes the object created by this cmdlet through the pipeline. By default, this cmdlet does not pass any objects through the pipeline.

Description [in]

Description of the virtualization instance.

FriendlyName [in]

User-friendly name of the virtualization instance.

cmdletOutput [out]

The updated DnsServerVirtualizationInstance.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

PS_DnsServerVirtualizationInstance