![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | win32_pingstatus class / dns class http://msdn.microsoft.com/en-us/library/aa394350.aspx I derived the statuscode from above and created a switch statements to ping various machines in the loop. However when i ping a machine that is NOT listed in DNS, i get the error code: Ping request could not find host MYCOMPUTER. Please check the name and try again. What DNS classes / methods can i used to *prove* that the above machine MYCOMPUTER is indeed not existence in DNS records (besides using the ping method and codes) ? |
My System Specs![]() |
| | #2 (permalink) |
| | Re: win32_pingstatus class / dns class You can: 1. Query it using nslookup.exe nslookup hostName 2. Use the net.dns class [net.dns]::GetHostAddresses($env:COMPUTERNAME) 3. Query the DNS server for a host record: gwmi MicrosoftDNS_AType -ComputerName spes -Namespace root\MicrosoftDNS -filter "ownerName='computerFQDN'" --- Shay Levy Windows PowerShell MVP http://blogs.microsoft.co.il/blogs/ScriptFanatic PowerShell Toolbar: http://tinyurl.com/PSToolbar IS> http://msdn.microsoft.com/en-us/library/aa394350.aspx IS> IS> I derived the statuscode from above and created a switch statements IS> to ping various machines in the loop. IS> IS> However when i ping a machine that is NOT listed in DNS, i get the IS> error code: IS> IS> Ping request could not find host MYCOMPUTER. Please check the name IS> and try again. IS> IS> What DNS classes / methods can i used to *prove* that the above IS> machine MYCOMPUTER is indeed not existence in DNS records (besides IS> using the ping method and codes) ? IS> |
My System Specs![]() |
| | #3 (permalink) |
| | Re: win32_pingstatus class / dns class On Oct 27, 7:50*pm, "IT Staff" <jkk...@xxxxxx> wrote: Quote: > http://msdn.microsoft.com/en-us/library/aa394350.aspx > > I derived the statuscode from above and created a switch statements to ping > various machines in the loop. > > However when i ping a machine that is NOT listed in DNS, i get the error > code: > > Ping request could not find host MYCOMPUTER. Please check the name and try > again. > > What DNS classes / methods can i used to *prove* that the above machine > MYCOMPUTER is indeed not existence in DNS records (besides using the ping > method and codes) ? might be what you're looking for. |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| When a class is both an inherited class of another, and alsoimplements an interface method | .NET General | |||
| Class not Registered | Vista music pictures video | |||
| Create a class? | PowerShell | |||
| create my own class | PowerShell | |||