Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The netsh show command displays information about defined command aliases and available dynamic link library (DLL) modules.
Syntax
netsh show <alias> <helper>
Parameters
| Parameter | Description |
|---|---|
alias |
Lists all the defined aliases in the netsh context. Aliases are shortcuts that can be created for longer commands or sequences. |
helper |
Lists all the top-level DLL helpers available. |
Examples
To see the aliases used within your environment, run the following command:
netsh show alias
To see a list of the DLL helper files used within your environment, run the following command:
netsh show helper