Skip to content

Get-OVApplianceGlobalSetting

Syntax

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

Description

(Reserved for future use)

Retrieves the list of global settings or a specific global setting by name.

Examples

Example 1

Get-OVApplianceGlobalSetting

Return appliance Global Settings and their values.

Parameters

-Name <String>

Name of the global setting to be retrieved.

Aliases None
Required? False
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters? False

-ApplianceConnection <Object>

Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).

Default Value: ${Global:ConnectSessions}

Aliases Appliance
Required? False
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
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

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