PowerTip: See Detailed Information When Importing a Module

PowerTip: See Detailed Information When Importing a Module

Rate This
  • Comments 1

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

 

Leave a Comment
  • Please add 4 and 2 and type the answer here:
  • Post
  • when I ran this against the active directory module it indicates that it is both Importing and Exporting cmdlets.

    What is the difference?

Page 1 of 1 (1 items)