Set-AdminPowerAppEnvironmentMakerAnalyticsSettings
Determines whether to enable or disable the analytics setting for makers in an environment.
Syntax
Default (Default)
Set-AdminPowerAppEnvironmentMakerAnalyticsSettings
-EnvironmentName <String>
[-EnableAnalyticsForMakers <Boolean>]
[-EnableEUPIForMakerAnalytics <Boolean>]
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Set-AdminPowerAppEnvironmentMakerAnalyticsSettings cmdlet updates the maker analytics setting for a specified environment.
Examples
EXAMPLE 1
Set-AdminPowerAppEnvironmentMakerAnalyticsSettings -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee -EnableAnalyticsForMakers $true -EnableEUPIForMakerAnalytics $true
Enables the analytics setting for makers in 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 |
-EnableAnalyticsForMakers
Enables or disables analytics for makers.
Parameter properties
Type: | Boolean |
Default value: | False |
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 |
-EnableEUPIForMakerAnalytics
Enables or disables end user pseudonymous identifiers (EUPI) data for analytics for makers.
Parameter properties
Type: | Boolean |
Default value: | False |
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.