Set-PowerPlatformGenerativeAiSettings
Sets the generative AI settings in an environment.
Syntax
Set-PowerPlatformGenerativeAiSettings
-EnvironmentName <String>
[-CrossGeoDataMovement <Boolean>]
[-BingSearch <Boolean>]
[-Microsoft365Services <Boolean>]
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Set-PowerPlatformGenerativeAiSettings cmdlet updates the generative AI setting for a specified environment.
Examples
EXAMPLE 1
Set-PowerPlatformGenerativeAiSettings -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -CrossGeoDataMovement $true -BingSearch $true -Microsoft365Services $true
Sets the generative AI settings allowing for cross-geography data movement, Bing Search, and Microsoft 365 services for the 00aa00aa-bb11-cc22-dd33-44ee44ee44ee environment.
Parameters
-ApiVersion
The API version to call with. Default 2021-04-01.
Type: | String |
Position: | Named |
Default value: | 2021-04-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BingSearch
Enables or disables Bing Search capabilities.
Type: | Boolean |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CrossGeoDataMovement
Enables or disables cross-geo data movement.
Type: | Boolean |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
Specifies the ID of the environment you want to modify.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Microsoft365Services
Enables or disables Microsoft 365 services.
Type: | Boolean |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |