Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCarney authored Jun 25, 2024
1 parent c508114 commit 4eaa37f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PS C:\> Remove-DhcpServerv4OptionValue -ComputerName "dhcpserver.contoso.com" -O

This example deletes DHCPv4 option value configured at the server level, or server-wide, for the specified option ID.

### Example 6: Delete an otion value at the server level for a vendor class
### Example 6: Delete an option value at the server level for a vendor class
```
PS C:\> Remove-DhcpServerv4OptionValue -ComputerName "dhcpserver.contoso.com" -VendorClass "MSUCClient" -OptionId 5
```
Expand Down

0 comments on commit 4eaa37f

Please sign in to comment.