Summary : Learn how to see detailed information when you import a Windows PowerShell module.
How can you receive detailed information when importing a module?
Use the Verbose parameter when you import the module:
Import-Module bits -verbose Read the full text.