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
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments