Set-AdminPowerAppEnvironmentMakerAnalyticsSettings
Determines whether to enable or disable the analytics setting for makers in an environment.
Syntax
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.
Type: | String |
Position: | Named |
Default value: | 2021-04-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableAnalyticsForMakers
Enables or disables analytics for makers.
Type: | Boolean |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableEUPIForMakerAnalytics
Enables or disables end user pseudonymous identifiers (EUPI) data for analytics for makers.
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 |