DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Set DNS Suffix Search Order Remotely
Uses WMIC to connect to a list of computers in an input file (one computer name per line) and sets the DNS suffix search order
wmic /node:@input.txt /failfast:on nicconfig call SetDNSSuffixSearchOrder (child.domain.com,domain.com,otherdomain.com)





