Set HPOVApplianceGlobalSetting - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Set-HPOVApplianceGlobalSetting

(Reserved for future use) Update appliance global settings.

SYNTAX

Set-HPOVApplianceGlobalSetting [-Name] <String> [-Value] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Set-HPOVApplianceGlobalSetting [-InputObject] <HPOneView.Appliance.GlobalSetting> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

(Reserved for future use) Updates the value for an existing global parameter.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? true
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-InputObject <HPOneView.Appliance.GlobalSetting>

Aliases [-Object]

The Appliance Global Setting object from Get-HPOVApplianceGlobalSetting.

Aliases Object
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-Name <String>

The name of the global parameter.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Value <String>

The updated value for the global parameter.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

HPOneView.Appliance.GlobalSetting

Appliance global setting from Get-HPOVApplianceGlobalSetting.

Return Values

The setting object with updated parameters.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Set-HPOVApplianceGlobalSetting alertMax 75000

Returns the "alertMax" setting object with the updated value of 75000

Related Links


Top

HPE OneView 4.00 Library

Set-HPOVApplianceGlobalSetting

(Reserved for future use) Update appliance global settings.

SYNTAX

Set-HPOVApplianceGlobalSetting [-Name] <String> [-Value] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Set-HPOVApplianceGlobalSetting [-Object] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

(Reserved for future use) Updates the value for an existing global parameter.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? true
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-Name <String>

The name of the global parameter.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Object <Object>

The Appliance Global Setting object from Get-HPOVApplianceGlobalSetting.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-Value <String>

The updated value for the global parameter.

Aliases None
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this Cmdlet.

Return Values

The setting object with updated parameters.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Set-HPOVApplianceGlobalSetting alertMax 75000

Returns the 'alertMax' setting object with the updated value of 75000

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️