@@ -34,10 +34,10 @@ The following table lists the preference variables and their default values.
3434| [ ` $InformationPreference ` ] [ 07 ] | [ ` SilentlyContinue ` ] [ 54 ] |
3535| [ ` $LogCommandHealthEvent ` ] [ 08 ] | ` $false ` (not logged) |
3636| [ ` $LogCommandLifecycleEvent ` ] [ 08 ] | ` $false ` (not logged) |
37- | [ ` $LogEngineHealthEvent ` ] [ 08 ] | ` $True ` (logged) |
38- | [ ` $LogEngineLifecycleEvent ` ] [ 08 ] | ` $True ` (logged) |
39- | [ ` $LogProviderLifecycleEvent ` ] [ 08 ] | ` $True ` (logged) |
40- | [ ` $LogProviderHealthEvent ` ] [ 08 ] | ` $True ` (logged) |
37+ | [ ` $LogEngineHealthEvent ` ] [ 08 ] | ` $true ` (logged) |
38+ | [ ` $LogEngineLifecycleEvent ` ] [ 08 ] | ` $true ` (logged) |
39+ | [ ` $LogProviderLifecycleEvent ` ] [ 08 ] | ` $true ` (logged) |
40+ | [ ` $LogProviderHealthEvent ` ] [ 08 ] | ` $true ` (logged) |
4141| [ ` $MaximumAliasCount ` ] [ 09 ] | ` 4096 ` |
4242| [ ` $MaximumDriveCount ` ] [ 10 ] | ` 4096 ` |
4343| [ ` $MaximumErrorCount ` ] [ 11 ] | ` 256 ` |
@@ -48,12 +48,12 @@ The following table lists the preference variables and their default values.
4848| [ ` $OutputEncoding ` ] [ 16 ] | [ ` ASCIIEncoding ` ] [ 60 ] object |
4949| [ ` $ProgressPreference ` ] [ 17 ] | [ ` Continue ` ] [ 54 ] |
5050| [ ` $PSDefaultParameterValues ` ] [ 18 ] | ` @{} ` (empty hash table) |
51- | [ ` $PSEmailServer ` ] [ 19 ] | ` $Null ` (none) |
51+ | [ ` $PSEmailServer ` ] [ 19 ] | ` $null ` (none) |
5252| [ ` $PSModuleAutoLoadingPreference ` ] [ 20 ] | ` All ` |
5353| [ ` $PSSessionApplicationName ` ] [ 21 ] | ` 'wsman' ` |
5454| [ ` $PSSessionConfigurationName ` ] [ 22 ] | ` 'http://schemas.microsoft.com/powershell/Microsoft.PowerShell' ` |
5555| [ ` $PSSessionOption ` ] [ 23 ] | [ ` PSSessionOption ` ] [ 59 ] object |
56- | [ ` $Transcript ` ] [ 24 ] | ` $Null ` (none) |
56+ | [ ` $Transcript ` ] [ 24 ] | ` $null ` (none) |
5757| [ ` $VerbosePreference ` ] [ 25 ] | [ ` SilentlyContinue ` ] [ 54 ] |
5858| [ ` $WarningPreference ` ] [ 26 ] | [ ` Continue ` ] [ 54 ] |
5959| [ ` $WhatIfPreference ` ] [ 27 ] | ` $false ` |
0 commit comments