Summary
Retrieves the values of the specified HP eAI feature from the current device
Syntax
Get-HPeAISettingValue [-Name] <String> [<CommonParameters>]
Description
This command retrieves the values of the specified HP eAI feature where the feature must be from the current device. The feature must be either 'Privacy Alert' or 'Auto Screen Dimming'.
Parameters
Name | Argument | Description |
---|---|---|
Name | <String> | Specifies the eAI feature to read. The value must be one of the following values: - Privacy Alert - Auto Screen Dimming |
Notes
Admin privilege is required.
Examples
PS C:\> Get-HPeAISettingValue -Name 'Privacy Alert'
PS C:\> Get-HPeAISettingValue -Name 'Auto Screen Dimming'