DhcpServerOptions is used to manage option values at server level.
Source |
|
DSC Resource |
|
Documentation |
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
Hashtable[] |
Set of option values at server level. |
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
OptionId |
Key |
Number |
Option ID, specify an integer between 1 and 255. |
|
VendorClass |
Key |
String |
Vendor class. Use an empty string for default vendor class. |
|
UserClass |
Key |
String |
User class. Use an empty string for default user class. |
|
AddressFamily |
Key |
String |
Sets the address family for the option definition. Currently only IPv4 is supported. |
|
Value |
String[] |
Option data value. Could be an array of string for a multi-valued option. |
||
Ensure |
String |
Whether option should be set or removed. |
|
Example
DhcpServerOptions:
ServerOptions:
- OptionId: 15
AddressFamily: IPv4
UserClass: ''
VendorClass: ''
Value: contoso.com