< Back

New-DeviceManagementTroubleshootingEventObject

Sat Jan 18, 2020 12:22 pm

NAME New-DeviceManagementTroubleshootingEventObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.deviceManagementTroubleshootingEvent" (or one of its

derived types).





SYNTAX

New-DeviceManagementTroubleshootingEventObject -deviceManagementTroubleshootingEvent <SwitchParameter>

[-correlationId <string>] [-eventDateTime <DateTimeOffset>] [<CommonParameters>]



New-DeviceManagementTroubleshootingEventObject -enrollmentTroubleshootingEvent <SwitchParameter> [-correlationId

<string>] [-deviceId <string>] [-enrollmentType <string>] [-eventDateTime <DateTimeOffset>] [-failureCategory

<string>] [-failureReason <string>] [-managedDeviceIdentifier <string>] [-operatingSystem <string>] [-osVersion

<string>] [-userId <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.deviceManagementTroubleshootingEvent" (or one of its

derived types).



Event representing an general failure.





PARAMETERS

-deviceManagementTroubleshootingEvent <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.deviceManagementTroubleshootingEvent" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-eventDateTime <DateTimeOffset>

The "eventDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.



Time when the event occurred .



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-correlationId <string>

The "correlationId" property, of type "Edm.String".



This property is on the "microsoft.graph.deviceManagementTroubleshootingEvent" type.



Id used for tracing the failure in the service.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-enrollmentTroubleshootingEvent <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.enrollmentTroubleshootingEvent" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-managedDeviceIdentifier <string>

The "managedDeviceIdentifier" property, of type "Edm.String".



This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.



Device identifier created or collected by Intune.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-operatingSystem <string>

The "operatingSystem" property, of type "Edm.String".



This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.



Operating System.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-osVersion <string>

The "osVersion" property, of type "Edm.String".



This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.



OS Version.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-userId <string>

The "userId" property, of type "Edm.String".



This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.



Identifier for the user that tried to enroll the device.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-deviceId <string>

The "deviceId" property, of type "Edm.String".



This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.



Azure AD device identifier.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-enrollmentType <string>

The "enrollmentType" property, of type "microsoft.graph.deviceEnrollmentType".



This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.



Type of the enrollment.



Valid values: 'unknown', 'userEnrollment', 'deviceEnrollmentManager', 'appleBulkWithUser',

'appleBulkWithoutUser', 'windowsAzureADJoin', 'windowsBulkUserless', 'windowsAutoEnrollment',

'windowsBulkAzureDomainJoin', 'windowsCoManagement'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-failureCategory <string>

The "failureCategory" property, of type "microsoft.graph.deviceEnrollmentFailureReason".



This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.



Highlevel failure category.



Valid values: 'unknown', 'authentication', 'authorization', 'accountValidation', 'userValidation',

'deviceNotSupported', 'inMaintenance', 'badRequest', 'featureNotSupported', 'enrollmentRestrictionsEnforced',

'clientDisconnected', 'userAbandonment'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-failureReason <string>

The "failureReason" property, of type "Edm.String".



This property is on the "microsoft.graph.enrollmentTroubleshootingEvent" type.



Detailed failure reason.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS