From 1dae96c315437b40f36468181e769545e337bd45 Mon Sep 17 00:00:00 2001 From: Xyueta Date: Wed, 9 Aug 2023 13:48:57 +0200 Subject: [PATCH] feat: add some windows 11 appx packages --- src/playbook/Configuration/atlas/appx.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/playbook/Configuration/atlas/appx.yml b/src/playbook/Configuration/atlas/appx.yml index 11fc2e1cb1..690f8f7fe9 100644 --- a/src/playbook/Configuration/atlas/appx.yml +++ b/src/playbook/Configuration/atlas/appx.yml @@ -58,12 +58,18 @@ actions: # ------------------------------------------------------------------------------------------------ # + # Clipchamp + - !appx: {name: '*Clipchamp*', type: family} + # Disney - !appx: {name: '*Disney*', type: family} # Spotify - !appx: {name: '*Spotify*', type: family} + # Microsoft Teams + - !appx: {name: '*MicrosoftTeams*', type: family} + # Cortana - !appx: {name: '*Microsoft.549981C3F5F10*', type: family} @@ -86,7 +92,12 @@ actions: # https://www.mdsec.co.uk/2021/03/phishing-users-to-take-a-test - !appx: {name: '*Microsoft.Windows.SecureAssessmentBrowser*', type: family} + - !appx: {name: '*MicrosoftCorporationII.MicrosoftFamily*', type: family} + - !appx: {name: '*MicrosoftCorporationII.QuickAssist*', type: family} + - !appx: {name: '*MicrosoftWindows.Client.WebExperience*', type: family} + - !appx: {name: '*Microsoft.Advertising.Xaml*', type: family} + - !appx: {name: '*Microsoft.BingNews*', type: family} - !appx: {name: '*Microsoft.BingWeather*', type: family} - !appx: {name: '*Microsoft.GetHelp*', type: family} - !appx: {name: '*Microsoft.Getstarted*', type: family} @@ -99,9 +110,11 @@ actions: - !appx: {name: '*Microsoft.MSPaint*', type: family} - !appx: {name: '*Microsoft.Office.OneNote*', type: family} - !appx: {name: '*Microsoft.People*', type: family} + - !appx: {name: '*Microsoft.PowerAutomateDesktop*', type: family} - !appx: {name: '*Microsoft.Windows.PeopleExperienceHost*', type: family} - !appx: {name: '*Microsoft.ScreenSketch*', type: family} - !appx: {name: '*Microsoft.SkypeApp*', type: family} + - !appx: {name: '*Microsoft.Todos*', type: family} - !appx: {name: '*Microsoft.Wallet*', type: family} - !appx: {name: '*Microsoft.Windows.AssignedAccessLockApp*', type: family} - !appx: {name: '*Microsoft.Windows.ParentalControls*', type: family}