Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWinward authored Nov 3, 2024
1 parent dd29ab9 commit 638fd9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions whitepapers/copilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,

````
Expand Down

0 comments on commit 638fd9f

Please sign in to comment.