Set-HPAnalyticsConsentDeviceOwnership



Summary

Sets the ManagedBy (ownership) of a device for the purpose of HP Analytics reporting

Syntax

Set-HPAnalyticsConsentDeviceOwnership [-Owner] {User | Organization} [<CommonParameters>]

Description

This command configures HP Analytics ownership value to either 'User' or 'Organization'.

  • User: This device is managed by the end user
  • Organization: This device is managed by an organization's IT administrator

Parameters

Name Argument Description
Owner <TelemetryManagedBy> Specifies User or Organization as the owner of the device

Notes

This command requires elevated privileges.

Examples


PS C:\> # Sets the device to be owned by a User PS C:\> Set-HPAnalyticsConsentDeviceOwnership -Owner User

PS C:\> # Sets the device to be owned by an Organization PS C:\> Set-HPAnalyticsConsentDeviceOwnership -Owner Organization

See also