From dd3741e522c6971fb215e00593603956f4be5f6b Mon Sep 17 00:00:00 2001 From: Adam Nichols <40191591+Mauvlans@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:59:57 -0700 Subject: [PATCH] Update windows-autopatch-conflicting-configurations.md Removing extra bracket --- .../references/windows-autopatch-conflicting-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopatch/references/windows-autopatch-conflicting-configurations.md b/windows/deployment/windows-autopatch/references/windows-autopatch-conflicting-configurations.md index 23d39662e8..865f6c15c9 100644 --- a/windows/deployment/windows-autopatch/references/windows-autopatch-conflicting-configurations.md +++ b/windows/deployment/windows-autopatch/references/windows-autopatch-conflicting-configurations.md @@ -60,7 +60,7 @@ If you use either [**Detect**](#detect) and/or [**Remediate**](#remediate) actio ```powershell if((Get-ItemProperty HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate).PSObject.Properties.Name -contains 'DoNotConnectToWindowsUpdateInternetLocations') { Exit 1 -}} else { +} else { exit 0 } ```