{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
OptionId
uint32
1
✓
-
{'Description':'Integer identifier for the option.','In':True}
Type
string
2
✓
-
{'Description':'The data type of the option. The type can be Byte, Word, DWord, DWordDword, IPAddress, String, BinaryData, EncapsulatedData, IPv6Address.','In':True,'Values':['Byte', 'Word', 'DWord', 'DWordDWord', 'IPv4Address', 'StringData', 'BinaryData', 'EncapsulatedData', 'IPv6Address']}
Name
string
3
✓
-
{'Description':'Name of the option ','In':True}
MultiValued
boolean
4
✓
-
{'Description':'If specified, the option will allow multiple values to be specified.','In':True}
Description
string
5
✓
-
{'Description':'Description of the option definition.','In':True}
VendorClass
string
6
✓
-
{'Description':'If specified, adds the option definition only for the specified vendor class.','In':True}
DefaultValue
string
7
✓
-
{'Description':'Default value for the option.
If the type of the option is Byte, Word, DWord, DWordDword, the default value must be specified as decimal or hexadecimal string(s).
If the type of the option is IPAddress, IPv6Address, the default value must be specified as an IP address string.
If the type of the option is String, the default value must be specified as an IP address string.
If the type of the option is BinaryData, EncapsulatedData, the default value must be specified as an hexadecimal string.','In':True}
PassThru
boolean
8
✓
-
{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is added.','In':True}
{'Description':' Type Name Description
DhcpServerOptionDefinition
{
string Name Name of the Option
string Description Description of the Option
uint OptionId Option identifier
string Type Value type; possible values are {Byte | Word | DWord | DWordDword | IPAddress | String | BinaryData | EncapsulatedData | IPv6Address}
string[] DefaultValue Default value of the option. The format that the values will be returned in are as follows:
- Byte, Word, DWord, DWordDword ? these will be formatted as decimal strings
- IPAddress, IPv6Address ? these will be formatted as strings
- String ? these will be formatted as strings
- BinaryData, EncapsulatedData ? these will be formatted as hexadecimal strings
string VendorClass Vendor class to which Option belongs (can be Null)
bool MultiValued Indicates whether Option supports multiple values
}','Out':True}
Description
'Adds a DHCPv6 option definition to a DHCP Server running on local or remote computer.'
{'Description':' Type Name Description
DhcpServerOptionDefinition
{
string Name Name of the Option
string Description Description of the Option
uint OptionId Option identifier
string Type Value type; possible values are {Byte | Word | DWord | DWordDword | IPAddress | String | BinaryData | EncapsulatedData | IPv6Address}
string[] DefaultValue Default value of the option. The format that the values will be returned in are as follows:
- Byte, Word, DWord, DWordDword ? these will be formatted as decimal strings
- IPAddress, IPv6Address ? these will be formatted as strings
- String ? these will be formatted as strings
- BinaryData, EncapsulatedData ? these will be formatted as hexadecimal strings
string VendorClass Vendor class to which Option belongs (can be Null)
bool MultiValued Indicates whether Option supports multiple values
}','Out':True}
Description
'Get the option definition for the option identified by the option id. If no option id is specified, all option definitions will be returned.'
{'Description':' Type Name Description
DhcpServerOptionDefinition
{
string Name Name of the Option
string Description Description of the Option
uint OptionId Option identifier
string Type Value type; possible values are {Byte | Word | DWord | DWordDword | IPAddress | String | BinaryData | EncapsulatedData | IPv6Address}
string[] DefaultValue Default value of the option. The format that the values will be returned in are as follows:
- Byte, Word, DWord, DWordDword ? these will be formatted as decimal strings
- IPAddress, IPv6Address ? these will be formatted as strings
- String ? these will be formatted as strings
- BinaryData, EncapsulatedData ? these will be formatted as hexadecimal strings
string VendorClass Vendor class to which Option belongs (can be Null)
bool MultiValued Indicates whether Option supports multiple values
}','Out':True}
Description
'Deletes one or more IPv4 option definitions from the Server. If VendorClass is specified, only option definitions for the specified vendor class are deleted.'
{'Description':' Type Name Description
DhcpServerOptionDefinition
{
string Name Name of the Option
string Description Description of the Option
uint OptionId Option identifier
string Type Value type; possible values are {Byte | Word | DWord | DWordDword | IPAddress | String | BinaryData | EncapsulatedData | IPv6Address}
string[] DefaultValue Default value of the option. The format that the values will be returned in are as follows:
- Byte, Word, DWord, DWordDword ? these will be formatted as decimal strings
- IPAddress, IPv6Address ? these will be formatted as strings
- String ? these will be formatted as strings
- BinaryData, EncapsulatedData ? these will be formatted as hexadecimal strings
string VendorClass Vendor class to which Option belongs (can be Null)
bool MultiValued Indicates whether Option supports multiple values
}','Out':True}
Description
'Modifies the properties of an existing DHCPv6 option definition'