Potential path fix for downloading defender defs for ARM64

This commit is contained in:
rbalsleyMSFT
2024-07-22 10:55:24 -07:00
parent 50c61dd328
commit 0a9de96d03
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -3419,7 +3419,7 @@ if ($InstallApps) {
$DefenderDefURL = 'https://go.microsoft.com/fwlink/?LinkID=121721&arch=x64'
}
if ($WindowsArch -eq 'ARM64') {
$DefenderDefURL = 'https://go.microsoft.com/fwlink/?LinkID=121721&arch=arm'
$DefenderDefURL = 'https://go.microsoft.com/fwlink/?LinkID=121721&arch=arm64'
}
try {
WriteLog "Defender definitions URL is $DefenderDefURL"