We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7c9cf commit e720c3dCopy full SHA for e720c3d
reference/7.6/Microsoft.PowerShell.Core/Get-Module.md
@@ -496,7 +496,9 @@ Accept wildcard characters: False
496
497
### -ListAvailable
498
499
-Lists modules installed in any path in the **PSModulePath** environment variable.
+By default, `Get-Module` only returns the modules that have been imported into the current session.
500
+With this parameter the command lists modules installed in any path included in the
501
+**$env:PSModulePath** environment variable.
502
503
```yaml
504
Type: System.Management.Automation.SwitchParameter
0 commit comments