Skip to content

Commit e825e5b

Browse files
authored
Update Add-DhcpServerv4OptionDefinition.md
1 parent be19dc1 commit e825e5b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docset/winserver2012r2-ps/dhcpserver/Add-DhcpServerv4OptionDefinition.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,23 @@ Accept wildcard characters: False
226226

227227
### -Type
228228
Specifies the data type of the values for this option.
229-
The acceptable values for this parameter are: Byte, Word, DWord, DWordDword, IPAddress, String, BinaryData, EncapsulatedData or IPv6Address.
229+
The acceptable values for this parameter are:
230+
231+
- Byte
232+
- Word
233+
- DWord
234+
- DWordDword
235+
- IPAddress
236+
- String
237+
- BinaryData
238+
- EncapsulatedData
239+
- IPv6Address
230240

231241
```yaml
232242
Type: String
233243
Parameter Sets: (All)
234244
Aliases:
235-
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, String, BinaryData, EncapsulatedData
245+
Accepted values: Byte, Word, DWord, DWordDWord, IPv4Address, IPv6Address, String, BinaryData, EncapsulatedData
236246
237247
Required: True
238248
Position: 3

0 commit comments

Comments
 (0)