Ipconfig /all
Use the 'ifconfig' command to retrieve the addressing information and adapters on the system.
net view \\computername use this command to verify that resources on a remote computer are shared
run command "net view"
On a computer the chkconfig command is used to setup, change and view services that start when you start the computer. Services started when you boot the computer are controlled in this way.
ipconfig
for Windows Systems use IPCONFIG /ALL command to view Mac Address. for Linux Systems use IFCONFIG -A command to view Mac Address.
netview \\computer name
No, the command to view the IP information for a computer running Windows XP or Vista is " ipconfig ", executed from a command prompt. Executing the command with the switch " /?"will provide all the options available to the user.
net view \\computername
Edit allows a user to view, create, or modify their computer files.
You can use the Event Viewer or the wevtutil command at a command prompt to manage event logs on a remote computer. To use Event Viewer to manage event logs on a remote computer 1. Start Event Viewer. 2. Click the root node, for example Event Viewer (Local), in the console tree. 3. On the Action menu, click Connect to Another Computer. 4. In the Another computer box, type the name or IP address of the remote computer. 5. (Optional) Select Connect as another user, click Set User, enter the User name and Password, end then click OK. 6. Click OK. To use wevtutil to manage event logs on a remote computer 1. To open a Command Prompt window, click Start, in the Start Search box, type cmd, and then press Enter. 2. Type the following command in the Command Prompt window: Copy wevtutil <command> /r:<remote_computer_name> 3. (Optional) To manage event logs on a remote computer as a different user, type the following command in the Command Prompt window: Copy wevtutil <command> /r:<remote_computer_name> /u:<user_name> /p:<password>
"net view" is the command and argument, with "net" being the command and "view" being the argument to view computers within your network, domain, or workgroup. As always, type it without the quotations.