Summary
Retrieves the current configured HP Analytics reporting configuration
Syntax
Get-HPAnalyticsConsentConfiguration [<CommonParameters>]
Description
This command retrieves the configuration of the HP Analytics client. The returned object contains the following fields:
- ManagedBy: 'User' (self-managed) or 'Organization' (IT managed)
- AllowedCollectionPurposes: A collection of allowed purposes, one or more of:
- Marketing: Analytics are allowed for Marketing purposes
- Support: Analytics are allowed for Support purposes
- ProductEnhancement: Analytics are allowed for Product Enhancement purposes
- TenantID: An organization-configured tenant ID. This is an optional GUID defined by the IT Administrator. If not defined, the TenantID will default to 'Individual'.
Parameters
No parameters defined.
Examples
PS C:\> Get-HPAnalyticsConsentConfiguration
PS C:\> Name Value
PS C:\> ---- -----
PS C:\> ManagedBy User
PS C:\> AllowedCollectionPurposes {Marketing}
PS C:\> TenantID Individual