Get HPOVApplianceGlobalSetting - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVApplianceGlobalSetting

(Reserved for future use) Retrieve appliance global settings.

SYNTAX

Get-HPOVApplianceGlobalSetting [-name] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

(Reserved for future use) Retrives the list of global settings or a specific global setting by name.

Parameters

-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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

System.Collections.ArrayList

Name, value, description, and uri for the global setting(s)

Examples

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

Get-HPOVApplianceGlobalSetting

Return appliance Global Settings and their values.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVApplianceGlobalSetting

(Reserved for future use) Retrieve appliance global settings.

SYNTAX

Get-HPOVApplianceGlobalSetting [-name] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

(Reserved for future use) Retrives the list of global settings or a specific global setting by name.

Parameters

-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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

System.Collections.ArrayList

Name, value, description, and uri for the global setting(s)

Examples

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

Get-HPOVApplianceGlobalSetting

Return appliance Global Settings and their values.

Related Links


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