Skip to content

Commit c1e5858

Browse files
authored
Update Get-Module.md
1 parent 3418c0e commit c1e5858

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/5.1/Microsoft.PowerShell.Core/Get-Module.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,9 @@ Accept wildcard characters: False
495495

496496
### -ListAvailable
497497

498-
Lists modules installed in any path in the **PSModulePath** environment variable.
498+
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.
499501

500502
```yaml
501503
Type: System.Management.Automation.SwitchParameter

0 commit comments

Comments
 (0)