< Back
Update-DeviceManagement_TroubleshootingEvents
Post
NAME Update-DeviceManagement_TroubleshootingEvents
SYNOPSIS
Updates a "microsoft.graph.deviceManagementTroubleshootingEvent".
SYNTAX
Update-DeviceManagement_TroubleshootingEvents -deviceManagementTroubleshootingEvent <SwitchParameter>
-deviceManagementTroubleshootingEventId <string> [-correlationId <string>] [-eventDateTime <DateTimeOffset>]
[<CommonParameters>]
Update-DeviceManagement_TroubleshootingEvents -deviceManagementTroubleshootingEventId <string>
-enrollmentTroubleshootingEvent <SwitchParameter> [-correlationId <string>] [-deviceId <string>] [-enrollmentType
<string>] [-eventDateTime <DateTimeOffset>] [-failureCategory <string>] [-failureReason <string>]
[-managedDeviceIdentifier <string>] [-operatingSystem <string>] [-osVersion <string>] [-userId <string>]
[<CommonParameters>]
Update-DeviceManagement_TroubleshootingEvents -deviceManagementTroubleshootingEventId <string> -ODataType <string>
[-correlationId <string>] [-deviceId <string>] [-enrollmentType <string>] [-eventDateTime <DateTimeOffset>]
[-failureCategory <string>] [-failureReason <string>] [-managedDeviceIdentifier <string>] [-operatingSystem
<string>] [-osVersion <string>] [-userId <string>] [<CommonParameters>]
DESCRIPTION
Updates a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents" collection.
The list of troubleshooting events for the tenant.
Graph Call: PATCH ~/deviceManagement/troubleshootingEvents
PARAMETERS
-deviceManagementTroubleshootingEventId <string>
The ID for a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents"
collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-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
-ODataType <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-@odata.type <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
This is an alias of the ODataType parameter.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
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
System.String
The ID for a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents"
collection.
System.String
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
OUTPUTS
RELATED LINKS
GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK
SYNOPSIS
Updates a "microsoft.graph.deviceManagementTroubleshootingEvent".
SYNTAX
Update-DeviceManagement_TroubleshootingEvents -deviceManagementTroubleshootingEvent <SwitchParameter>
-deviceManagementTroubleshootingEventId <string> [-correlationId <string>] [-eventDateTime <DateTimeOffset>]
[<CommonParameters>]
Update-DeviceManagement_TroubleshootingEvents -deviceManagementTroubleshootingEventId <string>
-enrollmentTroubleshootingEvent <SwitchParameter> [-correlationId <string>] [-deviceId <string>] [-enrollmentType
<string>] [-eventDateTime <DateTimeOffset>] [-failureCategory <string>] [-failureReason <string>]
[-managedDeviceIdentifier <string>] [-operatingSystem <string>] [-osVersion <string>] [-userId <string>]
[<CommonParameters>]
Update-DeviceManagement_TroubleshootingEvents -deviceManagementTroubleshootingEventId <string> -ODataType <string>
[-correlationId <string>] [-deviceId <string>] [-enrollmentType <string>] [-eventDateTime <DateTimeOffset>]
[-failureCategory <string>] [-failureReason <string>] [-managedDeviceIdentifier <string>] [-operatingSystem
<string>] [-osVersion <string>] [-userId <string>] [<CommonParameters>]
DESCRIPTION
Updates a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents" collection.
The list of troubleshooting events for the tenant.
Graph Call: PATCH ~/deviceManagement/troubleshootingEvents
PARAMETERS
-deviceManagementTroubleshootingEventId <string>
The ID for a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents"
collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-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
-ODataType <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-@odata.type <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
This is an alias of the ODataType parameter.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
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
System.String
The ID for a "microsoft.graph.deviceManagementTroubleshootingEvent" object in the "troubleshootingEvents"
collection.
System.String
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
OUTPUTS
RELATED LINKS
GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK