diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md index 8a04d4e100f5..940fabec22d0 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md @@ -267,7 +267,7 @@ For more information on experimental features, see This setting controls the behavior of logging for PowerShell modules. The setting contains two subkeys: -- `EnableModuleLogging` - to enable session configurations, set the value to +- `EnableModuleLogging` - to enable module logging, set the value to `true`. When enabled, pipeline execution events for members of the specified modules are recorded in the PowerShell log files. - `ModuleNames` - Specifies the name of the modules that should be logged. diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md index 130c13449da0..6a4c503b377a 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md @@ -267,7 +267,7 @@ For more information on experimental features, see This setting controls the behavior of logging for PowerShell modules. The setting contains two subkeys: -- `EnableModuleLogging` - to enable session configurations, set the value to +- `EnableModuleLogging` - to enable module logging, set the value to `true`. When enabled, pipeline execution events for members of the specified modules are recorded in the PowerShell log files. - `ModuleNames` - Specifies the name of the modules that should be logged. diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md index 1c340a4cae6c..94fc5d4e1213 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_PowerShell_Config.md @@ -267,7 +267,7 @@ For more information on experimental features, see This setting controls the behavior of logging for PowerShell modules. The setting contains two subkeys: -- `EnableModuleLogging` - to enable session configurations, set the value to +- `EnableModuleLogging` - to enable module logging, set the value to `true`. When enabled, pipeline execution events for members of the specified modules are recorded in the PowerShell log files. - `ModuleNames` - Specifies the name of the modules that should be logged.