diff --git a/RuleDocumentation/UseCompatibleCommands.md b/RuleDocumentation/UseCompatibleCommands.md index 62755b654..251f15990 100644 --- a/RuleDocumentation/UseCompatibleCommands.md +++ b/RuleDocumentation/UseCompatibleCommands.md @@ -75,8 +75,8 @@ An example configuration might look like: UseCompatibleCommmands = @{ Enable = $true TargetProfiles = @( - 'ubuntu_x64_18.04_6.1.2_x64_4.0.30319.42000_core' - 'win-4_x64_10.0.18312.0_6.1.1_x64_4.0.30319.42000_framework' + 'ubuntu_x64_18.04_6.1.3_x64_4.0.30319.42000_core' + 'win-48_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework' 'MyProfile' 'another_custom_profile_in_the_profiles_directory.json' 'D:\My Profiles\profile1.json' diff --git a/RuleDocumentation/UseCompatibleSyntax.md b/RuleDocumentation/UseCompatibleSyntax.md index ceb1b4a45..2253e7edf 100644 --- a/RuleDocumentation/UseCompatibleSyntax.md +++ b/RuleDocumentation/UseCompatibleSyntax.md @@ -13,7 +13,7 @@ due to those PowerShell versions not being able to parse the incompatible syntax @{ Rules = @{ UseCompatibleCommmands = @{ - Enabled = $true + Enable = $true TargetedVersions = @( "6.0", "5.1", diff --git a/RuleDocumentation/UseCompatibleTypes.md b/RuleDocumentation/UseCompatibleTypes.md index 4863f2005..23bd0c0bf 100644 --- a/RuleDocumentation/UseCompatibleTypes.md +++ b/RuleDocumentation/UseCompatibleTypes.md @@ -73,10 +73,10 @@ An example configuration might look like: @{ Rules = @{ UseCompatibleTypes = @{ - Enabled = $true + Enable = $true TargetProfiles = @( - 'ubuntu_x64_18.04_6.1.2_x64_4.0.30319.42000_core' - 'win-4_x64_10.0.18312.0_6.1.1_x64_4.0.30319.42000_framework' + 'ubuntu_x64_18.04_6.1.3_x64_4.0.30319.42000_core' + 'win-48_x64_10.0.17763.0_5.1.17763.316_x64_4.0.30319.42000_framework' 'MyProfile' 'another_custom_profile_in_the_profiles_directory.json' 'D:\My Profiles\profile1.json'