Although Microsoft clients may not support DHCP Option 119, it is nonetheless a very important option for Linux and OSX clients. However, configuring such an option is not exactly the friendliest thing in the world. The RFC 3397 (http://tools.ietf.org/html/rfc3397) defines the standard. It requires that all options be presented as a byte array. One of
Continue reading DHCP Option 119 – DNS Search Suffix – PowerShell Array Builder
Tag: DNS
PowerShell 3: Add Multi-line TXT Record to DNS
This had me stumped for about 30 minutes, until I finally worked out the correct syntax to make this all work. I was looking for a way to create a TXT record on my DNS server. The data though is a multi-line record – and had to be multi-line for the server to understand the
Continue reading PowerShell 3: Add Multi-line TXT Record to DNS