Set-HPeAIManaged



Summary

Sets Smart Experiences as managed or unmanaged

Syntax

Set-HPeAIManaged [-Enabled] <Boolean> [<CommonParameters>]

Description

If Smart Experiences\Policy is not found on the registry, this command sets the 'Privacy Alert' and 'Auto Screen Dimming' features to the default values.

The default values for both 'Privacy Alert' and 'Auto Screen Dimming' are: - AllowEdit: $true - Default: Off - Enabled: $false

Use the Set-HPeAISettingValue command to configure the values of the eAI features.

Parameters

Name Argument Description
Enabled <Boolean> If set to $true, this command will configure eAi as managed. If set to $false, this command will configure eAI as unmanaged.

Notes

Admin privilege is required.

Examples


PS C:\> Set-HPeAIManaged -Enabled $true

See also