-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVApplianceGlobalSetting
(Reserved for future use) Retrieve appliance global settings.
Get-HPOVApplianceGlobalSetting [-Name] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
(Reserved for future use) Retrives the list of global settings or a specific global setting by name.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Name <String>
Name of the global setting to be retrieved.
Aliases | None |
Required? | true |
Position? | 0 |
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.
System.Array Name, value, description, and uri for the global setting(s)
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVApplianceGlobalSetting
Return appliance Global Settings and their values.
- [Set-HPOVApplianceGlobalSetting] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Set-HPOVApplianceGlobalSetting)
(Reserved for future use) Retrieve appliance global settings.
Get-HPOVApplianceGlobalSetting[ [-name] <name>] [<CommonParameters>]
(Reserved for future use) Retrives the list of global settings or a specific global setting by name.
-name <name>
Optional. Name of the global setting to be retrieved.
Aliases | None. |
Required? | false |
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.
System.Array Name, value, description, and uri for the global setting(s)
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVApplianceGlobalSetting
Return appliance Global Settings and their values.
- [Set-HPOVApplianceGlobalSetting] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Set-HPOVApplianceGlobalSetting)