From 638fd9fbf8d7e336374cee978537b90366e10c66 Mon Sep 17 00:00:00 2001 From: Steve Winward <2002602+SteveWinward@users.noreply.github.com> Date: Sat, 2 Nov 2024 20:18:37 -0400 Subject: [PATCH] Update README.md --- whitepapers/copilot/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/whitepapers/copilot/README.md b/whitepapers/copilot/README.md index 4c2a7c3..2ade0aa 100644 --- a/whitepapers/copilot/README.md +++ b/whitepapers/copilot/README.md @@ -158,6 +158,12 @@ First, run the Power Platform CLI command to list the current tenant level setti pac admin list-tenant-settings ```` +Optionally, you can also write the output (and skip the first line which outputs the identity you are logged in with) to save to a JSON file which makes it easier to update your settings + +```` +pac admin list-tenant-settings | select -skip 1 > settings.json +```` + Save the output of those settings, create a JSON file. From there, identify the copilot settings you want to change, save the file and then run the following Power Platform CLI command, ````