Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Retrieves one or more global configuration settings from the HPE OneView appliance.Syntax
Description
Get-OVApplianceGlobalSetting queries the appliance global settings store and returns all settings, or filters by name when -Name is provided. The -Name parameter supports wildcard matching.
Global settings control appliance-wide behavior such as login banner text, session timeout durations, and other administrative options. Settings are read-only with this cmdlet; use Set-OVApplianceGlobalSetting to modify a setting value.
The cmdlet returns HPEOneView.Appliance.GlobalSetting typed objects.
Parameters
Filters the returned settings to those whose name matches the provided value. Supports wildcard characters (e.g.
*session*). When omitted, all global settings are returned.Specifies the HPE OneView appliance connection(s) to query. Defaults to the default connection from
${Global:ConnectedSessions}. Alias: Appliance.Examples
Example 1: Retrieve all global settingsapplianceSessionTimeout global setting.
Example 3: Filter settings using a wildcard
Output
HPEOneView.Appliance.GlobalSetting
An object per setting containing the following properties:
| Property | Description |
|---|---|
Name | The setting identifier |
Value | The current setting value |
Group | The settings group category |
SettingCategory | A finer-grained category within the group |
Created | Timestamp when the setting was created |
Modified | Timestamp of the last modification |
Uri | The REST API URI for this setting |