PowerTip: See Detailed Information When Importing a Module

Doctor Scripto

Summary: Learn how to see detailed information when you import a Windows PowerShell module.

Hey, Scripting Guy! Question How can you receive detailed information when importing a module?

Hey, Scripting Guy! Answer Use the Verbose parameter when you import the module:

          Import-Module bits -verbose

 

0 comments

Discussion is closed.

Feedback usabilla icon