You want to use a command line utility thats designed to vie
You want to use a command line utility that’s designed to view, update, and fix network settings from a host computer on the network, but you aren’t sure of the exact syntax options that can be used with this command. Of the following, what should you type at the command prompt to get help with this command?
A. net /?
B. netstat /?
C. net use /?
D. net view /?
Solution
D. net view
net view command displays a list of domains, computers, or resources that are being shared by the specified computer. It is used to view,fix and update network settings and it has help option also.
net view [ComputerName] [:DomainName]]
net view /network:nw [ComputerName] network displays available servers
net help command : Displays help for the specified net command.
