New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact

Create new navigation property to userExperienceAnalyticsBatteryHealthAppImpact for deviceManagement

Syntax

New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact
   [-ResponseHeadersVariable <String>]
   [-ActiveDevices <Int32>]
   [-AdditionalProperties <Hashtable>]
   [-AppDisplayName <String>]
   [-AppName <String>]
   [-AppPublisher <String>]
   [-BatteryUsagePercentage <Double>]
   [-Id <String>]
   [-IsForegroundApp]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact
   -BodyParameter <IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact>
   [-ResponseHeadersVariable <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Create new navigation property to userExperienceAnalyticsBatteryHealthAppImpact for deviceManagement

Parameters

-ActiveDevices

Number of active devices for using that app over a 14-day period. Valid values 0 to 2147483647

Type:Int32
Position:Named
Default value:0
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AppDisplayName

User friendly display name for the app. Eg: Outlook

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AppName

App name. Eg: oltk.exe

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AppPublisher

App publisher. Eg: Microsoft Corporation

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BatteryUsagePercentage

The percent of total battery power used by this application when the device was not plugged into AC power, over 14 days computed across all devices in the tenant. Unit in percentage. Valid values 0 to 1.79769313486232E+308

Type:Double
Position:Named
Default value:0
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

The user experience analytics battery health app impact entity contains battery usage related information at an app level for the tenant. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Headers

Optional headers that will be added to the request.

Type:IDictionary
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Id

The unique identifier for an entity. Read-only.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-IsForegroundApp

true if the user had active interaction with the app.

Type:SwitchParameter
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact

Notes

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

BODYPARAMETER <IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact>: The user experience analytics battery health app impact entity contains battery usage related information at an app level for the tenant.

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [ActiveDevices <Int32?>]: Number of active devices for using that app over a 14-day period. Valid values 0 to 2147483647
  • [AppDisplayName <String>]: User friendly display name for the app. Eg: Outlook
  • [AppName <String>]: App name. Eg: oltk.exe
  • [AppPublisher <String>]: App publisher. Eg: Microsoft Corporation
  • [BatteryUsagePercentage <Double?>]: The percent of total battery power used by this application when the device was not plugged into AC power, over 14 days computed across all devices in the tenant. Unit in percentage. Valid values 0 to 1.79769313486232E+308
  • [IsForegroundApp <Boolean?>]: true if the user had active interaction with the app.