Merge branch 'main' into jgeurten-vulnerable-driver-block-rules-2308

This commit is contained in:
Stephanie Savell
2023-09-06 17:47:37 -05:00
committed by GitHub

View File

@ -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
}
```