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
Updates the value of a named global configuration setting on the HPE OneView appliance.Syntax
By name:Description
Set-OVApplianceGlobalSetting modifies the value of an existing HPE OneView global setting. Settings control appliance-wide behavior such as session timeouts, login banner text, and other administrative options.
The cmdlet supports two parameter sets:
- Default: Specify the setting by
-Nameand provide the new-Value. - Pipeline: Pipe a
HPEOneView.Appliance.GlobalSettingobject fromGet-OVApplianceGlobalSettingand supply the new-Value.
Get-OVApplianceGlobalSetting.
Parameters
A
HPEOneView.Appliance.GlobalSetting object received from the pipeline (e.g. from Get-OVApplianceGlobalSetting). Alias: Object. Required in the Pipeline parameter set.The exact name of the global setting to update. Required in the Default parameter set.
The new value to assign to the setting. Required in both parameter sets.
Specifies the HPE OneView appliance connection(s) to configure. Defaults to the default connection from
${Global:ConnectedSessions}. Alias: Appliance.Examples
Example 1: Update a setting by nameOutput
HPEOneView.Appliance.GlobalSetting
Returns the updated HPEOneView.Appliance.GlobalSetting object reflecting the new value.