Thursday, February 3, 2011

Use the NET VIEW Command in Windows XP

"net view" command is used to view a list of computer or network resources. NET VIEW displays a list of domains, computers, or shared resources available on a specific computer.

To use the net view command, follow the below steps:

1. Click Start--> point to All Programs--> then point to Accessories--> and then click Command Prompt.



Or


    Click Start--> Click Run--> Type CMD

2. At the command prompt, type the following, where ComputerName is the name of a specific computer whose resources you want to view, and DomainName is the name of the domain for which you want to view the available computers:
     
net view \\ComputerName /domain :DomainName


Or, to display resources available on a NetWare network, type the following, where /network:nw displays a list of all available servers on a NetWare network, and ComputerName is the name of a specific computer whose resources you want to view:
net view /network:nw \\ComputerName

No comments:

Post a Comment

Search This Blog