Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: See Detailed Information When Importing a Module

$
0
0

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

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles