Skip to content

Commit ad18e68

Browse files
authored
Update Get-Module.md for 7.4
1 parent 18c7933 commit ad18e68

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

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

497497
### -ListAvailable
498498

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

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

0 commit comments

Comments
 (0)