I'm trying to get the following script to work:
This is supposed to clear the server DNS cache. I need to do it through a script so that I can schedule it to run every few hours. Clearly I am pretty new to MS scripting.
In order to run that script I also needed to install this:
url=/library/en-us/dns/dns/installing_the_provider.asp
Problem:
When I run it I get an error message. This is the message I get: " clearcache_test.vbs(2, 1) (null): 0x8004100E " --without quotes.
I tried looking it up and I found that it translates into something missing. Honestly I don't think I modified the script correctly.
Any help is appreciated.
This is supposed to clear the server DNS cache. I need to do it through a script so that I can schedule it to run every few hours. Clearly I am pretty new to MS scripting.
In order to run that script I also needed to install this:
url=/library/en-us/dns/dns/installing_the_provider.asp
Problem:
When I run it I get an error message. This is the message I get: " clearcache_test.vbs(2, 1) (null): 0x8004100E " --without quotes.
I tried looking it up and I found that it translates into something missing. Honestly I don't think I modified the script correctly.
Any help is appreciated.