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 3418c0e commit c1e5858Copy full SHA for c1e5858
reference/5.1/Microsoft.PowerShell.Core/Get-Module.md
@@ -495,7 +495,9 @@ Accept wildcard characters: False
495
496
### -ListAvailable
497
498
-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.
499
+With this parameter the command lists modules installed in any path included in the
500
+**$env:PSModulePath** environment variable.
501
502
```yaml
503
Type: System.Management.Automation.SwitchParameter
0 commit comments