Set HPOVApplianceGlobalSetting - HewlettPackard/POSH-HPEOneView GitHub Wiki
(Reserved for future use) Update appliance global settings.
Set-HPOVApplianceGlobalSetting [-Name] <String> [-Value] <String> [-ApplianceConnection] <Object> [<CommonParameters>]Set-HPOVApplianceGlobalSetting [-InputObject] <HPOneView.Appliance.GlobalSetting> [-ApplianceConnection] <Object> [<CommonParameters>](Reserved for future use) Updates the value for an existing global parameter.
-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)
HPOneView.Appliance.GlobalSetting
Appliance global setting from Get-HPOVApplianceGlobalSetting.
The setting object with updated parameters.
-------------------------- EXAMPLE 1 --------------------------Set-HPOVApplianceGlobalSetting alertMax 75000
Returns the "alertMax" setting object with the updated value of 75000
(Reserved for future use) Update appliance global settings.
Set-HPOVApplianceGlobalSetting [-Name] <String> [-Value] <String> [-ApplianceConnection] <Object> [<CommonParameters>]Set-HPOVApplianceGlobalSetting [-Object] <Object> [-ApplianceConnection] <Object> [<CommonParameters>](Reserved for future use) Updates the value for an existing global parameter.
-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)
None. You cannot pipe objects to this Cmdlet.
The setting object with updated parameters.
-------------------------- EXAMPLE 1 --------------------------Set-HPOVApplianceGlobalSetting alertMax 75000
Returns the 'alertMax' setting object with the updated value of 75000