-
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}
Aliases | Appliance |
Required? | true |
Position? | 1 |
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.Collections.ArrayList
Name, value, description, and uri for the global setting(s)
-------------------------- EXAMPLE 1 --------------------------Get-HPOVApplianceGlobalSetting
Return appliance Global Settings and their values.
(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}
Aliases | Appliance |
Required? | true |
Position? | 1 |
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.Collections.ArrayList
Name, value, description, and uri for the global setting(s)
-------------------------- EXAMPLE 1 --------------------------Get-HPOVApplianceGlobalSetting
Return appliance Global Settings and their values.