Update workstations-canary.yml (#17761)
- Add script to install Bitdefender in canary workstations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user