CmdLet from Module in PowerShell 3.0
Posted in
Tips on
05 31st, 2012 |
No Comments
In Windows PowerShell 3.0, there is no need to import cmdlet module into the Windows PowerShell session before running cmdlets that are part of the module.
A module is automatically imported the first time you run a cmdlet that is part of the...