(ipconfig /displaydns) - how to display details for specific domain name
up vote
0
down vote
favorite
When I issue ipconfig /displaydns
, I get a ton of output. I want to display the details for a specific domain name like google.com
. My objective is something like this as output:
I tried ipconfig /displaydns | find "google.com
", but this did not help me as it only displays the lines, not the section
windows dns ipconfig
New contributor
add a comment |
up vote
0
down vote
favorite
When I issue ipconfig /displaydns
, I get a ton of output. I want to display the details for a specific domain name like google.com
. My objective is something like this as output:
I tried ipconfig /displaydns | find "google.com
", but this did not help me as it only displays the lines, not the section
windows dns ipconfig
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When I issue ipconfig /displaydns
, I get a ton of output. I want to display the details for a specific domain name like google.com
. My objective is something like this as output:
I tried ipconfig /displaydns | find "google.com
", but this did not help me as it only displays the lines, not the section
windows dns ipconfig
New contributor
When I issue ipconfig /displaydns
, I get a ton of output. I want to display the details for a specific domain name like google.com
. My objective is something like this as output:
I tried ipconfig /displaydns | find "google.com
", but this did not help me as it only displays the lines, not the section
windows dns ipconfig
windows dns ipconfig
New contributor
New contributor
edited Nov 25 at 1:40
fixer1234
17.3k144281
17.3k144281
New contributor
asked Nov 24 at 6:21
Mohammed Hashim
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Do ipconfig /displaydns > file.txt
and use a text editor to find the entry.
can you please provide me more details on this?
– Mohammed Hashim
Nov 24 at 9:36
Which details ?
– harrymc
Nov 24 at 11:02
what do you mean by > file.txt I dont want to copy the result to txt file and search there, totally useless
– Mohammed Hashim
Nov 24 at 15:07
So what are you searching? A script for extracting 8 lines?
– harrymc
Nov 24 at 15:25
I want to display a section like display the result of only google.com from ipconfig /displaydns, because there are a lot of entries in the output: ! i.postimg.cc/W4rtpdVW/2018-11-24-22-22-24-Command-Prompt.png
– Mohammed Hashim
Nov 24 at 18:21
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Do ipconfig /displaydns > file.txt
and use a text editor to find the entry.
can you please provide me more details on this?
– Mohammed Hashim
Nov 24 at 9:36
Which details ?
– harrymc
Nov 24 at 11:02
what do you mean by > file.txt I dont want to copy the result to txt file and search there, totally useless
– Mohammed Hashim
Nov 24 at 15:07
So what are you searching? A script for extracting 8 lines?
– harrymc
Nov 24 at 15:25
I want to display a section like display the result of only google.com from ipconfig /displaydns, because there are a lot of entries in the output: ! i.postimg.cc/W4rtpdVW/2018-11-24-22-22-24-Command-Prompt.png
– Mohammed Hashim
Nov 24 at 18:21
add a comment |
up vote
0
down vote
Do ipconfig /displaydns > file.txt
and use a text editor to find the entry.
can you please provide me more details on this?
– Mohammed Hashim
Nov 24 at 9:36
Which details ?
– harrymc
Nov 24 at 11:02
what do you mean by > file.txt I dont want to copy the result to txt file and search there, totally useless
– Mohammed Hashim
Nov 24 at 15:07
So what are you searching? A script for extracting 8 lines?
– harrymc
Nov 24 at 15:25
I want to display a section like display the result of only google.com from ipconfig /displaydns, because there are a lot of entries in the output: ! i.postimg.cc/W4rtpdVW/2018-11-24-22-22-24-Command-Prompt.png
– Mohammed Hashim
Nov 24 at 18:21
add a comment |
up vote
0
down vote
up vote
0
down vote
Do ipconfig /displaydns > file.txt
and use a text editor to find the entry.
Do ipconfig /displaydns > file.txt
and use a text editor to find the entry.
answered Nov 24 at 7:28
harrymc
249k10257549
249k10257549
can you please provide me more details on this?
– Mohammed Hashim
Nov 24 at 9:36
Which details ?
– harrymc
Nov 24 at 11:02
what do you mean by > file.txt I dont want to copy the result to txt file and search there, totally useless
– Mohammed Hashim
Nov 24 at 15:07
So what are you searching? A script for extracting 8 lines?
– harrymc
Nov 24 at 15:25
I want to display a section like display the result of only google.com from ipconfig /displaydns, because there are a lot of entries in the output: ! i.postimg.cc/W4rtpdVW/2018-11-24-22-22-24-Command-Prompt.png
– Mohammed Hashim
Nov 24 at 18:21
add a comment |
can you please provide me more details on this?
– Mohammed Hashim
Nov 24 at 9:36
Which details ?
– harrymc
Nov 24 at 11:02
what do you mean by > file.txt I dont want to copy the result to txt file and search there, totally useless
– Mohammed Hashim
Nov 24 at 15:07
So what are you searching? A script for extracting 8 lines?
– harrymc
Nov 24 at 15:25
I want to display a section like display the result of only google.com from ipconfig /displaydns, because there are a lot of entries in the output: ! i.postimg.cc/W4rtpdVW/2018-11-24-22-22-24-Command-Prompt.png
– Mohammed Hashim
Nov 24 at 18:21
can you please provide me more details on this?
– Mohammed Hashim
Nov 24 at 9:36
can you please provide me more details on this?
– Mohammed Hashim
Nov 24 at 9:36
Which details ?
– harrymc
Nov 24 at 11:02
Which details ?
– harrymc
Nov 24 at 11:02
what do you mean by > file.txt I dont want to copy the result to txt file and search there, totally useless
– Mohammed Hashim
Nov 24 at 15:07
what do you mean by > file.txt I dont want to copy the result to txt file and search there, totally useless
– Mohammed Hashim
Nov 24 at 15:07
So what are you searching? A script for extracting 8 lines?
– harrymc
Nov 24 at 15:25
So what are you searching? A script for extracting 8 lines?
– harrymc
Nov 24 at 15:25
I want to display a section like display the result of only google.com from ipconfig /displaydns, because there are a lot of entries in the output: ! i.postimg.cc/W4rtpdVW/2018-11-24-22-22-24-Command-Prompt.png
– Mohammed Hashim
Nov 24 at 18:21
I want to display a section like display the result of only google.com from ipconfig /displaydns, because there are a lot of entries in the output: ! i.postimg.cc/W4rtpdVW/2018-11-24-22-22-24-Command-Prompt.png
– Mohammed Hashim
Nov 24 at 18:21
add a comment |
Mohammed Hashim is a new contributor. Be nice, and check out our Code of Conduct.
Mohammed Hashim is a new contributor. Be nice, and check out our Code of Conduct.
Mohammed Hashim is a new contributor. Be nice, and check out our Code of Conduct.
Mohammed Hashim is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377954%2fipconfig-displaydns-how-to-display-details-for-specific-domain-name%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown