Update workstations-canary.yml (#17761)

- Add script to install Bitdefender in canary workstations
This commit is contained in:
Dave Herder
2024-03-26 18:55:06 -04:00
committed by GitHub
parent 9bb1610408
commit 593a59255c
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
$ResolveWingetPath = Resolve-Path "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_*_x64__8wekyb3d8bbwe"
if ($ResolveWingetPath){
$WingetPath = $ResolveWingetPath[-1].Path
}
$config
Set-Location $wingetpath
.\winget.exe install --id=Bitdefender.Bitdefender -e -h --accept-package-agreements --accept-source-agreements --disable-interactivity
@@ -53,6 +53,7 @@ controls:
- path: ../lib/macos-remove-old-nudge.sh
- path: ../lib/windows-remove-fleetd.ps1
- path: ../lib/windows-turn-off-mdm.ps1
- path: ../lib/windows-install-bitdefender.ps1
policies:
- path: ../lib/macos-device-health.policies.yml
- path: ../lib/windows-device-health.policies.yml