|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Dns.Resolve: Query Authoritive ServerHi
Is there any way of using dns.resolve to only query the Authoritive Server for that domain. Thanks B Dim query As New ObjectQuery( _
"SELECT * FROM MicrosoftDNS_Zone") Dim searcher As New ManagementObjectSearcher(scope, query) For Each queryObj As ManagementObject in searcher.Get() Console.WriteLine("-----------------------------------") Console.WriteLine("MicrosoftDNS_Zone instance") Console.WriteLine("-----------------------------------") Console.WriteLine("DnsServerName: {0}", queryObj("DnsServerName")) Next -- Show quoteHide quoteGet a powerful web, database, application, and email hosting with KJM Solutions http://www.kjmsolutions.com "Ben" <B**@Newsgroups.microsoft.com> wrote in message news:eXX04tYNGHA.740@TK2MSFTNGP12.phx.gbl... > Hi > > Is there any way of using dns.resolve to only query the Authoritive Server > for that domain. > > Thanks > B > > Hi
Thanks for your post, but what would the Scope be? Thanks B Show quoteHide quote "vbnetdev" <vbnetdev@community.nospam> wrote in message news:#miJ94YNGHA.2336@TK2MSFTNGP12.phx.gbl... > Dim query As New ObjectQuery( _ > "SELECT * FROM MicrosoftDNS_Zone") > Dim searcher As New ManagementObjectSearcher(scope, query) > For Each queryObj As ManagementObject in searcher.Get() > Console.WriteLine("-----------------------------------") > Console.WriteLine("MicrosoftDNS_Zone instance") > Console.WriteLine("-----------------------------------") > Console.WriteLine("DnsServerName: {0}", > queryObj("DnsServerName")) > Next > > > -- > Get a powerful web, database, application, and email hosting with KJM > Solutions > http://www.kjmsolutions.com > > > > "Ben" <B**@Newsgroups.microsoft.com> wrote in message > news:eXX04tYNGHA.740@TK2MSFTNGP12.phx.gbl... > > Hi > > > > Is there any way of using dns.resolve to only query the Authoritive Server > > for that domain. > > > > Thanks > > B > > > > > > Dim searcher As New ManagementObjectSearcher( _
"root\MicrosoftDNS", _ "SELECT * FROM MicrosoftDNS_Zone") For Each queryObj As ManagementObject in searcher.Get() Console.WriteLine("DnsServerName: {0}", queryObj("DnsServerName")) Next -- Show quoteHide quoteGet a powerful web, database, application, and email hosting with KJM Solutions http://www.kjmsolutions.com "Ben" <B**@Newsgroups.microsoft.com> wrote in message news:ek$q0mxNGHA.344@TK2MSFTNGP11.phx.gbl... > Hi > > Thanks for your post, but what would the Scope be? > > Thanks > B > > "vbnetdev" <vbnetdev@community.nospam> wrote in message > news:#miJ94YNGHA.2336@TK2MSFTNGP12.phx.gbl... >> Dim query As New ObjectQuery( _ >> "SELECT * FROM MicrosoftDNS_Zone") >> Dim searcher As New ManagementObjectSearcher(scope, >> query) >> For Each queryObj As ManagementObject in searcher.Get() >> > Console.WriteLine("-----------------------------------") >> Console.WriteLine("MicrosoftDNS_Zone instance") >> > Console.WriteLine("-----------------------------------") >> Console.WriteLine("DnsServerName: {0}", >> queryObj("DnsServerName")) >> Next >> >> >> -- >> Get a powerful web, database, application, and email hosting with KJM >> Solutions >> http://www.kjmsolutions.com >> >> >> >> "Ben" <B**@Newsgroups.microsoft.com> wrote in message >> news:eXX04tYNGHA.740@TK2MSFTNGP12.phx.gbl... >> > Hi >> > >> > Is there any way of using dns.resolve to only query the Authoritive > Server >> > for that domain. >> > >> > Thanks >> > B >> > >> > >> >> > >
Can opacity/transparency be adjusted within components?
Extract image dimensions (height, width) from Base64 String? DrawIconEx deleting all files inside a folder System tray icon My Quiz Program Basic DirectSound question Progress bar - No activity Basic How To Question: Class Library or Windows Control Library Shrinking Property Editor Description |
|||||||||||||||||||||||