New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly

Create new navigation property to userExperienceAnalyticsAnomaly for deviceManagement

Syntax

New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly
   [-ResponseHeadersVariable <String>]
   [-AdditionalProperties <Hashtable>]
   [-AnomalyFirstOccurrenceDateTime <DateTime>]
   [-AnomalyId <String>]
   [-AnomalyLatestOccurrenceDateTime <DateTime>]
   [-AnomalyName <String>]
   [-AnomalyType <UserExperienceAnalyticsAnomalyType>]
   [-AssetName <String>]
   [-AssetPublisher <String>]
   [-AssetVersion <String>]
   [-DetectionModelId <String>]
   [-DeviceImpactedCount <Int32>]
   [-Id <String>]
   [-IssueId <String>]
   [-Severity <UserExperienceAnalyticsAnomalySeverity>]
   [-State <UserExperienceAnalyticsAnomalyState>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly
   -BodyParameter <IMicrosoftGraphUserExperienceAnalyticsAnomaly>
   [-ResponseHeadersVariable <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Create new navigation property to userExperienceAnalyticsAnomaly for deviceManagement

Permissions

Permission type Permissions (from least to most privileged)
Delegated (work or school account) Not supported
Delegated (personal Microsoft account) Not supported
Application DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All,

Parameters

-AdditionalProperties

Additional Parameters

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

-AnomalyFirstOccurrenceDateTime

Indicates the first occurrence date and time for the anomaly.

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

-AnomalyId

The unique identifier of the anomaly.

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

-AnomalyLatestOccurrenceDateTime

Indicates the latest occurrence date and time for the anomaly.

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

-AnomalyName

The name of the anomaly.

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

-AnomalyType

Indicates the category of the anomaly. Eg: anomaly type can be device, application, stop error, driver or other.

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

-AssetName

The name of the application or module that caused the anomaly.

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

-AssetPublisher

The publisher of the application or module that caused the anomaly.

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

-AssetVersion

The version of the application or module that caused the anomaly.

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

-BodyParameter

The user experience analytics anomaly entity contains anomaly details. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

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

-DetectionModelId

The unique identifier of the anomaly detection model.

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

-DeviceImpactedCount

The number of devices impacted by the anomaly. Valid values -2147483648 to 2147483647

Type:Int32
Position:Named
Default value:0
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

-IssueId

The unique identifier of the anomaly detection model.

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

-Severity

Indicates the severity of the anomaly. Eg: anomaly severity can be high, medium, low, informational or other.

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

-State

Indicates the state of the anomaly. Eg: anomaly severity can be new, active, disabled, removed or other.

Type:UserExperienceAnalyticsAnomalyState
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.IMicrosoftGraphUserExperienceAnalyticsAnomaly

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphUserExperienceAnalyticsAnomaly

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 <IMicrosoftGraphUserExperienceAnalyticsAnomaly>: The user experience analytics anomaly entity contains anomaly details.

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [AnomalyFirstOccurrenceDateTime <DateTime?>]: Indicates the first occurrence date and time for the anomaly.
  • [AnomalyId <String>]: The unique identifier of the anomaly.
  • [AnomalyLatestOccurrenceDateTime <DateTime?>]: Indicates the latest occurrence date and time for the anomaly.
  • [AnomalyName <String>]: The name of the anomaly.
  • [AnomalyType <UserExperienceAnalyticsAnomalyType?>]: Indicates the category of the anomaly. Eg: anomaly type can be device, application, stop error, driver or other.
  • [AssetName <String>]: The name of the application or module that caused the anomaly.
  • [AssetPublisher <String>]: The publisher of the application or module that caused the anomaly.
  • [AssetVersion <String>]: The version of the application or module that caused the anomaly.
  • [DetectionModelId <String>]: The unique identifier of the anomaly detection model.
  • [DeviceImpactedCount <Int32?>]: The number of devices impacted by the anomaly. Valid values -2147483648 to 2147483647
  • [IssueId <String>]: The unique identifier of the anomaly detection model.
  • [Severity <UserExperienceAnalyticsAnomalySeverity?>]: Indicates the severity of the anomaly. Eg: anomaly severity can be high, medium, low, informational or other.
  • [State <UserExperienceAnalyticsAnomalyState?>]: Indicates the state of the anomaly. Eg: anomaly severity can be new, active, disabled, removed or other.