Error DataBase-One Place all Solutions Forums Blog Glossary    Contact Us
Search  
   
Browse by Category
Error DataBase-One Place all Solutions .: Operating Systems .: Windows Operating Systems .: Windows Scripts and Batch Files .: VB Script to add NEW DNS IP address information

VB Script to add NEW DNS IP address information

sDNSServers = array("167.68.250.129", "10.15.242.12", "172.26.9.20", "10.15.4.136", "167.68.251.130")

 

Set oLocator=CreateObject("WbemScripting.SWbemLocator")

Set oSvc=oLocator.ConnectServer(sServer)


How helpful was this article to you?

Related Articles

article VB Script to Display IP Address
Option Explicit On Error Resume Next

(No rating)  3-24-2008    Views: 151   
article VB Script to GET Domain membership information
Set oResults=oSvc.ExecQuery _ ...

(No rating)  3-24-2008    Views: 190   
article VB Script to Verify the Server name is reachable - if not, log information to the logfile
If err.number<>0 Then ...

(No rating)  3-24-2008    Views: 121   

User Comments

Add Comment
No comments have been posted.