Skip to content

Commit 18c7933

Browse files
authored
Update Get-Module.md for 5.1
1 parent 1be328f commit 18c7933

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -495,12 +495,7 @@ Accept wildcard characters: False
495495

496496
### -ListAvailable
497497

498-
Indicates that this cmdlet gets all installed modules. `Get-Module` gets modules in paths listed in
499-
the **PSModulePath** environment variable. Without this parameter, `Get-Module` gets only the
500-
modules that are both listed in the **PSModulePath** environment variable, and that are loaded in
501-
the current session. **ListAvailable** does not return information about modules that are not found
502-
in the **PSModulePath** environment variable, even if those modules are loaded in the current
503-
session.
498+
Indicates that this cmdlet will list all modules that are currently installed in a path contained in the **PSModulePath** environment variable.
504499

505500
```yaml
506501
Type: System.Management.Automation.SwitchParameter

0 commit comments

Comments
 (0)