Summary: Use Tab expansion in Windows PowerShell to find a module to import.
I know I need the full name of a specific Windows PowerShell module to import it, but I am not sure of the
complete name, and I do not want to do a lot of typing. The module exists in a known Windows
PowerShell module location. How can I quickly find the module name?
Use Tab expansion with the Import-Module cmdlet. You only need to know the first letter
of the module, then you can tab through the module names.