{'Description':'Name of the vendor or user class to be added','In':True}
Type
string
1
✓
-
{'Description':'Type of the class - valid values are Vendor and User','In':True,'Values':['Vendor', 'User']}
Data
string
2
✓
-
{'Description':'Data of the specified vendor or user class. This is the value expected in the DHCP request from the client which belongs to this vendor or user class.','In':True}
Description
string
3
✓
-
{'Description':'Description string for the class being added','In':True}
ComputerName
string
4
✓
-
{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
PassThru
boolean
5
✓
-
{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is added.','In':True}
{'Description':' Type Name Description
DhcpServerv4Class
{
string Name Class name
string Description Class description
string Type Class type ? user class, or vendor class
Byte[] Data Class data
}','Out':True}
Description
'Adds an IPv4 vendor or user class to the DHCP Server'
{'Description':' Type Name Description
DhcpServerv4Class
{
string Name Class name
string Description Class description
string Type Class type ? user class, or vendor class
Byte[] Data Class data
}','Out':True}
Description
'Retrieves an IPv4 vendor or user class from the DHCP Server. '
{'Description':' Type Name Description
DhcpServerv4Class
{
string Name Class name
string Description Class description
string Type Class type ? user class, or vendor class
Byte[] Data Class data
}','Out':True}
Description
'Deletes an IPv4 vendor class or user class from a DHCP Server. '
{'Description':'Name of the user or vendor class being modified','In':True}
Type
string
1
✓
-
{'Description':'Type of the class being modified. Valid values are Vendor, User.','In':True,'Values':['Vendor', 'User']}
Data
string
2
✓
-
{'Description':'Data for the specified vendor or user class. This is the actual value expected to be present in the request from the client belonging to this vendor or user class.','In':True}
Description
string
3
✓
-
{'Description':'Description string to be set on the vendor or user class.','In':True}
ComputerName
string
4
✓
-
{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
PassThru
boolean
5
✓
-
{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is modified.','In':True}
{'Description':' Type Name Description
DhcpServerv4Class
{
string Name Class name
string Description Class description
string Type Class type ? user class, or vendor class
Byte[] Data Class data
}','Out':True}
Description
'Modifies an IPv4 vendor class or user class on the DHCP Server with specified parameters. '