次の方法で共有


Get-AdminPowerAppEnvironmentCopilotSettings

Gets the Microsoft Copilot settings in the specified environment.

Syntax

Default (Default)

Get-AdminPowerAppEnvironmentCopilotSettings
    -EnvironmentName <String>
    [-ApiVersion <String>]
    [<CommonParameters>]

Description

The Get-AdminPowerAppEnvironmentCopilotSettings cmdlet displays the Copilot app settings for a specified environment.

Examples

EXAMPLE 1

Get-AdminPowerAppEnvironmentCopilotSettings -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee

Returns the Copilot settings for the environment with ID 00aa00aa-bb11-cc22-dd33-44ee44ee44ee.

Parameters

-ApiVersion

Specifies the Api version that is called.

Parameter properties

Type:String
Default value:2021-04-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnvironmentName

Specifies the ID of the environment you want to modify.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.