Skip to content

Commit

Permalink
Update GenAiCopilotSettings.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWinward authored Sep 27, 2024
1 parent cc90daf commit 5299734
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion whitepapers/copilot/files/GenAiCopilotSettings.psm1
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This is meant to be a sample of how you can automate some of these settings using PowerShell.
# Please test and verify the script before running it in your environment and in a production environment.
#
# This requires the PAC CLI tool to be installed locally to use this: https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction?tabs=windows#install-microsoft-power-platform-cli
#
# A PowerShell module that provides methods to query and update Copilot settings via the Power Platform Admin Center (PAC) CLI tool
#
# To install this module, use the following command:
Expand Down Expand Up @@ -141,4 +143,4 @@ function Disable-CopilotSettings{
}

# Export the functions in the module
Export-ModuleMember -Function Get-AllCopilotSettings, Disable-CopilotSettings
Export-ModuleMember -Function Get-AllCopilotSettings, Disable-CopilotSettings

0 comments on commit 5299734

Please sign in to comment.