New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance

Create new navigation property to userExperienceAnalyticsBatteryHealthModelPerformance for deviceManagement

Syntax

New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance
   [-ResponseHeadersVariable <String>]
   [-ActiveDevices <Int32>]
   [-AdditionalProperties <Hashtable>]
   [-AverageBatteryAgeInDays <Int32>]
   [-AverageEstimatedRuntimeInMinutes <Int32>]
   [-AverageMaxCapacityPercentage <Int32>]
   [-DeviceManufacturerName <String>]
   [-DeviceModelName <String>]
   [-Id <String>]
   [-Manufacturer <String>]
   [-MeanFullBatteryDrainCount <Int32>]
   [-MedianEstimatedRuntimeInMinutes <Int32>]
   [-MedianFullBatteryDrainCount <Int32>]
   [-MedianMaxCapacityPercentage <Int32>]
   [-Model <String>]
   [-ModelBatteryHealthScore <Int32>]
   [-ModelHealthStatus <UserExperienceAnalyticsHealthState>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance
   -BodyParameter <IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance>
   [-ResponseHeadersVariable <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Create new navigation property to userExperienceAnalyticsBatteryHealthModelPerformance for deviceManagement

Parameters

-ActiveDevices

Number of active devices for that model. 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

-AverageBatteryAgeInDays

The mean of the battery age for all devices of a given model in a tenant. Unit in days. Valid values 0 to 2147483647

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

-AverageEstimatedRuntimeInMinutes

The mean of the estimated runtimes on full charge for all devices of a given model. Unit in minutes. Valid values 0 to 2147483647

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

-AverageMaxCapacityPercentage

The mean of the maximum capacity for all devices of a given model. Maximum capacity measures the full charge vs. design capacity for a device's batteries.. Valid values 0 to 2147483647

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

-BodyParameter

The user experience analytics battery health model performance entity contains battery related information for all unique device models in their organization. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance
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

-DeviceManufacturerName

The manufacturer name of the device.

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

-DeviceModelName

The model name of the device.

Type:String
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

-Manufacturer

Name of the device manufacturer. Deprecated in favor of DeviceManufacturerName.

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

-MeanFullBatteryDrainCount

The mean of number of times the battery has been discharged an amount that equals 100% of its capacity for all devices of a given model in a tenant. Valid values 0 to 2147483647

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

-MedianEstimatedRuntimeInMinutes

The median of the estimated runtimes on full charge for all devices of a given model. Unit in minutes. Valid values 0 to 2147483647

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

-MedianFullBatteryDrainCount

The median of number of times the battery has been discharged an amount that equals 100% of its capacity for all devices of a given model in a tenant. Valid values 0 to 2147483647

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

-MedianMaxCapacityPercentage

The median of the maximum capacity for all devices of a given model. Maximum capacity measures the full charge vs. design capacity for a device's batteries.. Valid values 0 to 2147483647

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

-Model

The model name of the device. Deprecated in favor of DeviceModelName.

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

-ModelBatteryHealthScore

A weighted average of a model's maximum capacity score and runtime estimate score. Values range from 0-100. Valid values 0 to 2147483647

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

-ModelHealthStatus

userExperienceAnalyticsHealthState

Type:UserExperienceAnalyticsHealthState
Position:Named
Default value:None
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.IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance

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 <IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance>: The user experience analytics battery health model performance entity contains battery related information for all unique device models in their organization.

  • [(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 that model. Valid values 0 to 2147483647
  • [AverageBatteryAgeInDays <Int32?>]: The mean of the battery age for all devices of a given model in a tenant. Unit in days. Valid values 0 to 2147483647
  • [AverageEstimatedRuntimeInMinutes <Int32?>]: The mean of the estimated runtimes on full charge for all devices of a given model. Unit in minutes. Valid values 0 to 2147483647
  • [AverageMaxCapacityPercentage <Int32?>]: The mean of the maximum capacity for all devices of a given model. Maximum capacity measures the full charge vs. design capacity for a device's batteries.. Valid values 0 to 2147483647
  • [DeviceManufacturerName <String>]: The manufacturer name of the device.
  • [DeviceModelName <String>]: The model name of the device.
  • [Manufacturer <String>]: Name of the device manufacturer. Deprecated in favor of DeviceManufacturerName.
  • [MeanFullBatteryDrainCount <Int32?>]: The mean of number of times the battery has been discharged an amount that equals 100% of its capacity for all devices of a given model in a tenant. Valid values 0 to 2147483647
  • [MedianEstimatedRuntimeInMinutes <Int32?>]: The median of the estimated runtimes on full charge for all devices of a given model. Unit in minutes. Valid values 0 to 2147483647
  • [MedianFullBatteryDrainCount <Int32?>]: The median of number of times the battery has been discharged an amount that equals 100% of its capacity for all devices of a given model in a tenant. Valid values 0 to 2147483647
  • [MedianMaxCapacityPercentage <Int32?>]: The median of the maximum capacity for all devices of a given model. Maximum capacity measures the full charge vs. design capacity for a device's batteries.. Valid values 0 to 2147483647
  • [Model <String>]: The model name of the device. Deprecated in favor of DeviceModelName.
  • [ModelBatteryHealthScore <Int32?>]: A weighted average of a model's maximum capacity score and runtime estimate score. Values range from 0-100. Valid values 0 to 2147483647
  • [ModelHealthStatus <UserExperienceAnalyticsHealthState?>]: userExperienceAnalyticsHealthState