Get method of the PS_DhcpServerv6Class class

Gets the IPv6 vendor or user class from the DHCP Server.

Syntax

uint32 Get(
  [in]  string            Name[],
  [in]  string            Type,
  [in]  string            ComputerName,
  [out] DhcpServerv6Class cmdletOutput[]
);

Parameters

Name [in]

Name of the vendor or user class which is to be retrieved

Type [in]

Type of the class. Valid values are Vendor, User.

Vendor ("Vendor")

User ("User")

ComputerName [in]

DNS name or IP address of the target computer running the DHCP server service.

cmdletOutput [out]

An embedded instance of the DhcpServerv6Class class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\DHCP
MOF
DhcpServerPsProvider.mof
DLL
DhcpServerPsProvider.dll

See also

PS_DhcpServerv6Class