Skip to content

Get HPOVApplianceGlobalSetting

Chris Lynch edited this page Dec 9, 2019 · 40 revisions

ℹ️ Note: This Wiki is going through a major change, and will be migrated to a new location. If you want to preview this new documentation, please go here.

HPE OneView 5.00 Library

Get-HPOVApplianceGlobalSetting

(Reserved for future use) Retrieve appliance global settings.

Syntax

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

Description

(Reserved for future use)

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

Parameters

-ApplianceConnection <Object>

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

Default Value: ${Global:ConnectSessions}

Aliases Appliance
Required? false
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? false
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


HPE OneView 4.20 Library

Get-HPOVApplianceGlobalSetting

(Reserved for future use) Retrieve appliance global settings.

Syntax

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

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


HPE OneView 4.10 Library

Get-HPOVApplianceGlobalSetting

(Reserved for future use) Retrieve appliance global settings.

Syntax

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

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


Wiki Table of Contents

Clone this wiki locally