0204 | Extending the Shell
Adding additional packages via the GUI
mmc
# file -> add/remove snap-ins
Importing and adding an additional module via PS
get-module -listavailable
Show the currently loaded modules
get-module
Other examples
note
Haven't tested it.
# import a module
import-module servermanager
# list all commands
gcm -module server*
# get a feature
get-windowsfeature
# add a feature
add-windowsfeature telnet-client, telnet-server -restart