Social

How to list computer names on the network through CMD

Image result for How to list computer names on the network through CMD

Open a new instance of the command prompt by hitting the start button, typing CMD and hitting enter.
The output of this command is handled by the Net View command, however we are going to be passing in our own parameters to find a computer name.
  The syntax is as follows:
Net view /i your parameters
  By using a pipe ( | ) we can pass our parameters to the find command.
  The /i is the ignore case and will ignore case sensitivity when finding your results.
_________________________

Related Posts

Subscribe Our Newsletter

0 Comments to "How to list computer names on the network through CMD"

Post a Comment