From df9afb28603700b27fc8ecad6a4ee6098de6a124 Mon Sep 17 00:00:00 2001 From: "Arnab Biswas [MSFT]" Date: Tue, 27 Oct 2020 18:11:30 -0400 Subject: [PATCH] Company Portal usage data preferences --- Misc/CompanyPortalPreferences/readme.md | 19 +++++++++++++++++++ Misc/readme.md | 1 + 2 files changed, 20 insertions(+) create mode 100644 Misc/CompanyPortalPreferences/readme.md diff --git a/Misc/CompanyPortalPreferences/readme.md b/Misc/CompanyPortalPreferences/readme.md new file mode 100644 index 0000000..bf6f745 --- /dev/null +++ b/Misc/CompanyPortalPreferences/readme.md @@ -0,0 +1,19 @@ +# Scripts to configure Company Portal preferences + +These scripts attempt to configure the Company Portal user preference for sending usage data to Microsoft. The preference applies at app-launch. + +>Note: +>This script applies to Company Portal version 2.6 or higher. + +## disableClientTelemetry.sh +This script attempts to disable the setting under **Company Portal > Preferences > Allow Microsoft to collect usage data.** + +## enableClientTelemetry.sh +This script attempts to enable the setting under **Company Portal > Preferences > Allow Microsoft to collect usage data.** + +## Script Settings + +- Run script as signed-in user : Yes +- Hide script notifications on devices : Not configured +- Script frequency : Not configured +- Mac number of times to retry if script fails : 3 \ No newline at end of file diff --git a/Misc/readme.md b/Misc/readme.md index d9fbc13..35a661a 100644 --- a/Misc/readme.md +++ b/Misc/readme.md @@ -2,6 +2,7 @@ The scripts in this section are mostly related to general macOS configuration via the [Intune Shell Scripting Agent](https://docs.microsoft.com/en-us/mem/intune/apps/macos-shell-scripts). Where possible we recommend using Intune native configuration, or custom profile to control the behaviour of macOS. However, in certain cases we need to deploy a shell script to do what we need. +- Configure Company Portal usage data preferences - Setting timezone - Download custom desktop wallpaper - Configure the Dock in a certain way