Get method of the PS_DhcpServerv4Class class

Retrieves an IPv4 vendor or user class from the DHCP Server.

Syntax

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

Parameters

Name [in]

Name of the vendor or user class 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 a DhcpServerv4Class object.

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_DhcpServerv4Class