This topic has not yet been rated - Rate this topic

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]  string 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]

TBD

cmdletOutput [out]

TBD

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

\root\Microsoft\Windows\DHCP

MOF

Ps_DhcpServerv4Class_v1.0.0.mof

See also

PS_DhcpServerv4Class

 

 

Build date: 12/6/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.