 |
Windows: Script to add DNS suffixes to a NIC
|
 |
 |
Posted on Tuesday 02 January 2007 @ 11:00 by sebastien
|
 |
 |
Adjust the array with your dns suffixes and save as a .VBS file
DNSSuffixSearchOrder = Array("MYDNS1.COM", "MYDNS2.COM")
Set WMI = GetObject("WinMgmts://")
Set adapter = GetObject("winmgmts:Win32_NetworkAdapterConfiguration")
adapter.SetDNSSuffixSearchOrder (DNSSuffixSearchOrder)
|
|
 |
|
|
| "Script to add DNS suffixes to a NIC" | Login/Create an Account | 0 comments |
|
| | The comments are owned by the poster. We aren't responsible for their content. |
|
|
|
|
|
|
|
| No Comments Allowed for Anonymous, please register |
|
|
|
|
|
|
| |
 |
Related Links |
 |
|
 |
Article Rating |
 |
|
 |
Options |
 |
|
|