December 3, 2016 at 12:08 pm
Comments posted to this topic are about the item Getting Modules
December 5, 2016 at 12:57 am
This was removed by the editor as SPAM
December 5, 2016 at 2:09 am
Thanks for the question.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 5, 2016 at 7:15 am
A little confused again...
Looking at
https://msdn.microsoft.com/en-us/powershell/reference/5.1/microsoft.powershell.core/get-module
-ListAvailable
Indicates that this cmdlet gets all installed modules. Get-Module gets modules in paths listed in the PSModulePath environment variable. Without this parameter, Get-Module gets only the modules that are both listed in the PSModulePath environment variable, and that are loaded in the current session. ListAvailable does not return information about modules that are not found in the PSModulePath environment variable, even if those modules are loaded in the current session.
-All
Indicates that this cmdlet gets all modules in each module folder, including nested modules, manifest (.psd1) files, script module (.psm1) files, and binary module (.dll) files. Without this parameter, Get-Module gets only the default module in each module folder.
Really need to work on my PS is seems....
December 5, 2016 at 7:50 am
Got confused between All and List Available.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply