Skip to content

Commit e720c3d

Browse files
authored
Update Get-Module.md
1 parent ce7c9cf commit e720c3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

497497
### -ListAvailable
498498

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

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

0 commit comments

Comments
 (0)