From 18c79332566eb70d0a1be5d308fa69067408f2bd Mon Sep 17 00:00:00 2001 From: Charles Flanders <124911895+cflanderscpc@users.noreply.github.com> Date: Wed, 21 May 2025 12:42:58 -0600 Subject: [PATCH 01/15] Update Get-Module.md for 5.1 --- reference/5.1/Microsoft.PowerShell.Core/Get-Module.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md b/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md index c2145e2c5806..6db7ac1b97b1 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md @@ -495,12 +495,7 @@ Accept wildcard characters: False ### -ListAvailable -Indicates that this cmdlet gets all installed modules. `Get-Module` gets modules in paths listed in -the **PSModulePath** environment variable. Without this parameter, `Get-Module` gets only the -modules that are both listed in the **PSModulePath** environment variable, and that are loaded in -the current session. **ListAvailable** does not return information about modules that are not found -in the **PSModulePath** environment variable, even if those modules are loaded in the current -session. +Indicates that this cmdlet will list all modules that are currently installed in a path contained in the **PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From ad18e68eeaa9b2885e539fee1d961fa6c04f5199 Mon Sep 17 00:00:00 2001 From: Charles Flanders <124911895+cflanderscpc@users.noreply.github.com> Date: Wed, 21 May 2025 12:44:19 -0600 Subject: [PATCH 02/15] Update Get-Module.md for 7.4 --- reference/7.4/Microsoft.PowerShell.Core/Get-Module.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md index 3bb44ce89e40..87fdc6377a0d 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md @@ -496,12 +496,7 @@ Accept wildcard characters: False ### -ListAvailable -Indicates that this cmdlet gets all installed modules. `Get-Module` gets modules in paths listed in -the **PSModulePath** environment variable. Without this parameter, `Get-Module` gets only the -modules that are both listed in the **PSModulePath** environment variable, and that are loaded in -the current session. **ListAvailable** does not return information about modules that are not found -in the **PSModulePath** environment variable, even if those modules are loaded in the current -session. +Indicates that this cmdlet will list all modules that are currently installed in a path contained in the **PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From 2da68b26718979f3028ce3958c67bdc0d9c3a4e1 Mon Sep 17 00:00:00 2001 From: Charles Flanders <124911895+cflanderscpc@users.noreply.github.com> Date: Wed, 21 May 2025 12:44:56 -0600 Subject: [PATCH 03/15] Update Get-Module.md --- reference/7.5/Microsoft.PowerShell.Core/Get-Module.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md index e253f803558c..a6885ed8d8e4 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md @@ -496,12 +496,7 @@ Accept wildcard characters: False ### -ListAvailable -Indicates that this cmdlet gets all installed modules. `Get-Module` gets modules in paths listed in -the **PSModulePath** environment variable. Without this parameter, `Get-Module` gets only the -modules that are both listed in the **PSModulePath** environment variable, and that are loaded in -the current session. **ListAvailable** does not return information about modules that are not found -in the **PSModulePath** environment variable, even if those modules are loaded in the current -session. +Indicates that this cmdlet will list all modules that are currently installed in a path contained in the **PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From c2801fe40c8569d233106d4c290a04dba195127c Mon Sep 17 00:00:00 2001 From: Charles Flanders <124911895+cflanderscpc@users.noreply.github.com> Date: Wed, 21 May 2025 12:47:09 -0600 Subject: [PATCH 04/15] Update Get-Module.md --- reference/7.6/Microsoft.PowerShell.Core/Get-Module.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md index 879712f7ffaa..2a4ab8f60e59 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md @@ -496,12 +496,7 @@ Accept wildcard characters: False ### -ListAvailable -Indicates that this cmdlet gets all installed modules. `Get-Module` gets modules in paths listed in -the **PSModulePath** environment variable. Without this parameter, `Get-Module` gets only the -modules that are both listed in the **PSModulePath** environment variable, and that are loaded in -the current session. **ListAvailable** does not return information about modules that are not found -in the **PSModulePath** environment variable, even if those modules are loaded in the current -session. +Lists modules installed in any path in the **PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From cae9b1c0b8d49efd687accb21faa346cbbbeeddb Mon Sep 17 00:00:00 2001 From: Charles Flanders <124911895+cflanderscpc@users.noreply.github.com> Date: Wed, 21 May 2025 12:47:38 -0600 Subject: [PATCH 05/15] Update Get-Module.md --- reference/7.5/Microsoft.PowerShell.Core/Get-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md index a6885ed8d8e4..583066eace7e 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md @@ -496,7 +496,7 @@ Accept wildcard characters: False ### -ListAvailable -Indicates that this cmdlet will list all modules that are currently installed in a path contained in the **PSModulePath** environment variable. +Lists modules installed in any path in the **PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From f42c09655dcdca2bc5433df952710b5ca1e2f833 Mon Sep 17 00:00:00 2001 From: Charles Flanders <124911895+cflanderscpc@users.noreply.github.com> Date: Wed, 21 May 2025 12:48:06 -0600 Subject: [PATCH 06/15] Update Get-Module.md --- reference/7.4/Microsoft.PowerShell.Core/Get-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md index 87fdc6377a0d..00831d3a1b0a 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md @@ -496,7 +496,7 @@ Accept wildcard characters: False ### -ListAvailable -Indicates that this cmdlet will list all modules that are currently installed in a path contained in the **PSModulePath** environment variable. +Lists modules installed in any path in the **PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From 3418c0ef8229d3bb9064bcb1e8fbcceaf8824baf Mon Sep 17 00:00:00 2001 From: Charles Flanders <124911895+cflanderscpc@users.noreply.github.com> Date: Wed, 21 May 2025 12:48:34 -0600 Subject: [PATCH 07/15] Update Get-Module.md --- reference/5.1/Microsoft.PowerShell.Core/Get-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md b/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md index 6db7ac1b97b1..2a1ae3650b30 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md @@ -495,7 +495,7 @@ Accept wildcard characters: False ### -ListAvailable -Indicates that this cmdlet will list all modules that are currently installed in a path contained in the **PSModulePath** environment variable. +Lists modules installed in any path in the **PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From c1e5858a0316a50db7887976a251406fc18a7373 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 21 May 2025 15:51:04 -0500 Subject: [PATCH 08/15] Update Get-Module.md --- reference/5.1/Microsoft.PowerShell.Core/Get-Module.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md b/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md index 2a1ae3650b30..3e8643116c06 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md @@ -495,7 +495,9 @@ Accept wildcard characters: False ### -ListAvailable -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. +With this parameter the command lists modules installed in any path included in the +**$env:PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From 7b57050386eca312611ea24f368ce0b8bfc06349 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 21 May 2025 15:51:37 -0500 Subject: [PATCH 09/15] Update Get-Module.md --- reference/7.4/Microsoft.PowerShell.Core/Get-Module.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md index 00831d3a1b0a..f83d14a4c8b9 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md @@ -496,7 +496,9 @@ Accept wildcard characters: False ### -ListAvailable -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. +With this parameter the command lists modules installed in any path included in the +**$env:PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From ce7c9cfc2f4127a7871f68dab503768639b47d15 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 21 May 2025 15:52:06 -0500 Subject: [PATCH 10/15] Update Get-Module.md --- reference/7.5/Microsoft.PowerShell.Core/Get-Module.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md index 583066eace7e..67949963db95 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md @@ -496,7 +496,9 @@ Accept wildcard characters: False ### -ListAvailable -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. +With this parameter the command lists modules installed in any path included in the +**$env:PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From e720c3d0d369a39581ac771b1c5d650c64234a99 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 21 May 2025 15:52:27 -0500 Subject: [PATCH 11/15] Update Get-Module.md --- reference/7.6/Microsoft.PowerShell.Core/Get-Module.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md index 2a4ab8f60e59..aab026190f82 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md @@ -496,7 +496,9 @@ Accept wildcard characters: False ### -ListAvailable -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. +With this parameter the command lists modules installed in any path included in the +**$env:PSModulePath** environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From 9c2ca3bb306e03cae1dde7fccebbcb55867ed9d0 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 21 May 2025 15:53:09 -0500 Subject: [PATCH 12/15] Update Get-Module.md --- reference/7.6/Microsoft.PowerShell.Core/Get-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md index aab026190f82..086526918748 100644 --- a/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.6/Microsoft.PowerShell.Core/Get-Module.md @@ -498,7 +498,7 @@ Accept wildcard characters: False By default, `Get-Module` only returns the modules that have been imported into the current session. With this parameter the command lists modules installed in any path included in the -**$env:PSModulePath** environment variable. +`$env:PSModulePath` environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From 2a9f2e25bce922d9c6ac484ef5682fc87bd3ab75 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 21 May 2025 15:53:32 -0500 Subject: [PATCH 13/15] Update Get-Module.md --- reference/7.5/Microsoft.PowerShell.Core/Get-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md index 67949963db95..c0636f5b17d6 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.5/Microsoft.PowerShell.Core/Get-Module.md @@ -498,7 +498,7 @@ Accept wildcard characters: False By default, `Get-Module` only returns the modules that have been imported into the current session. With this parameter the command lists modules installed in any path included in the -**$env:PSModulePath** environment variable. +`$env:PSModulePath` environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From 3201cd4af298b8afbfe398ab8bebea95fe00d6c0 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 21 May 2025 15:53:55 -0500 Subject: [PATCH 14/15] Update Get-Module.md --- reference/7.4/Microsoft.PowerShell.Core/Get-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md b/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md index f83d14a4c8b9..aa7138e19474 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/7.4/Microsoft.PowerShell.Core/Get-Module.md @@ -498,7 +498,7 @@ Accept wildcard characters: False By default, `Get-Module` only returns the modules that have been imported into the current session. With this parameter the command lists modules installed in any path included in the -**$env:PSModulePath** environment variable. +`$env:PSModulePath` environment variable. ```yaml Type: System.Management.Automation.SwitchParameter From 9bc6a76a1a72049cba17505348b9d8fc4d6a72f5 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 21 May 2025 15:54:16 -0500 Subject: [PATCH 15/15] Update Get-Module.md --- reference/5.1/Microsoft.PowerShell.Core/Get-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md b/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md index 3e8643116c06..7e4fc8619f1a 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Get-Module.md @@ -497,7 +497,7 @@ Accept wildcard characters: False By default, `Get-Module` only returns the modules that have been imported into the current session. With this parameter the command lists modules installed in any path included in the -**$env:PSModulePath** environment variable. +`$env:PSModulePath` environment variable. ```yaml Type: System.Management.Automation.SwitchParameter