Edit

Share via


netsh show

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

See also