-
Notifications
You must be signed in to change notification settings - Fork 52
Set HPOVApplianceGlobalSetting
(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? | 0 |
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? | 0 |
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? | 1 |
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.
The setting object with updated parameters.
-------------------------- EXAMPLE 1 --------------------------PS C:\> Set-HPOVApplianceGlobalSetting alertMax 75000
Returns the 'alertMax' setting object with the updated value of 75000
- [Get-HPOVApplianceGlobalSetting] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVApplianceGlobalSetting)
(Reserved for future use) Update appliance global settings.
Set-HPOVApplianceGlobalSetting [-name] <name> [-value] <value> [<CommonParameters>]
(Reserved for future use) Updates the value for an existing global parameter.
-name <name>
The name of the global parameter.
Aliases | None. |
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-value <value>
The updated value for the global parameter.
Aliases | None. |
Required? | true |
Position? | 2 |
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.
The setting object with updated parameters.
-------------------------- EXAMPLE 1 --------------------------PS C:\> Set-HPOVApplianceGlobalSetting alertMax 75000
Returns the 'alertMax' setting object with the updated value of 75000
- [Get-HPOVApplianceGlobalSetting] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVApplianceGlobalSetting)