Add-BT_CustomerDeviceManagementReport

Syntax

Add-BT_CustomerDeviceManagementReport -Ticket <Ticket> [-Environment <string>] [-Id <guid>] [-IsDeleted <bool>] [-Created <datetime>] [-Updated <datetime>] [-Version <int>] [-Expires <datetime>] [-SystemUserId <guid>] [-OrganizationId <guid>] [-EndUserId <guid>] [-DeviceId <guid>] [-ReportType <DeviceManagementReportType>] [-Component <DeviceManagementComponent>] [-ComponentVersion <string>] [-ErrorCode <int>] [-ErrorMessage <string>] [-ReportMesssage <string>] [-AccessLevel <AccessLevel>] [<CommonParameters>]

Add-BT_CustomerDeviceManagementReport -Ticket <Ticket> -EndpointUrl <string> [-Id <guid>] [-IsDeleted <bool>] [-Created <datetime>] [-Updated <datetime>] [-Version <int>] [-Expires <datetime>] [-SystemUserId <guid>] [-OrganizationId <guid>] [-EndUserId <guid>] [-DeviceId <guid>] [-ReportType <DeviceManagementReportType>] [-Component <DeviceManagementComponent>] [-ComponentVersion <string>] [-ErrorCode <int>] [-ErrorMessage <string>] [-ReportMesssage <string>] [-AccessLevel <AccessLevel>] [<CommonParameters>]

Detailed Description

Add-BT_CustomerDeviceManagementReport adds a(an) BT_CustomerDeviceManagementReport. Represents information (error, status, event, etc) reported from a device management component (agent/module).

Parameters

Total Parameters: 31

EndpointUrl

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Ticket

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

AccessLevel

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Component

Available values are listed below.

Value Description
None None.
Setup Setup.
Executor Executor.
Updater Updater.
Service Service.
CrashReporter32 Crash reporter (32 bit).
CrashReporter64 Crash reporter (64 bit).
MachineHealthCheck Machine health check module.
SoftwareHealthCheck Software health check module.
ConnectivityHealthCheck Connectivity health check module.
OutlookConfigurator32 Outlook configurator (32 bit) module.
OutlookConfigurator64 Outlook configurator (64 bit) module.
JobRunner Job runner module.

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

ComponentVersion

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Created

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

DeviceId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

EndUserId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Environment

Available values are listed below.

Value Description
BT Represents BT
Beta Represents Beta
Develop Represents Develop
Release Represents Release
Test Represents Test
China Represents China
Germany Represents Germany
Alpha Represents Alpha
Today Represents Today
Sandbox-02 Represents Sandbox-02
Sandbox-03 Represents Sandbox-03

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

ErrorCode

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

ErrorMessage

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Expires

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Id

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

IsDeleted

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

OrganizationId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

ReportMesssage

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

ReportType

Available values are listed below.

Value Description
None None.
AgentUpdateResult Result of agent (Updater, CrashReporter, Executor and Service) update operation.
OutlookConfiguratorDiagnostics Diagnostics for outlook configurator.
SetupFailure Setup failure.
ModuleOperationResult Result of module operation (download, install, run, enable, disable, uninstall, update).
GeneralRuntimeError General runtime errors.

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

SystemUserId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Updated

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Version

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Outputs

System.Object

Notes

Examples