InterviewSolution
| 1. |
What Is Netsh? |
|
Answer» Netsh is a command-line scripting utility that is used to display or modify the network configuration of a COMPUTER that is CURRENTLY RUNNING. Both remote computers and LOCAL computers can be configured by using the netsh command. Netsh also provides a scripting feature that allows you to RUN a group of commands in batch mode against a specified computer. Netsh is a command-line scripting utility that is used to display or modify the network configuration of a computer that is currently running. Both remote computers and local computers can be configured by using the netsh command. Netsh also provides a scripting feature that allows you to run a group of commands in batch mode against a specified computer. |
|