Skip to content

Get HPOVStorageVolumeTemplatePolicy

Chris Lynch edited this page Mar 19, 2017 · 41 revisions

HPE OneView 3.00 Library

Get-HPOVStorageVolumeTemplatePolicy

Retreive Storage Volume Template Global Policy.

SYNTAX

Get-HPOVStorageVolumeTemplatePolicy[ [-ApplianceConnection] <Array>] [<CommonParameters>]

Detailed Description

By default, Storage Volumes can be created without reference to a Storage Volume Template. This cmdlet will display the global policy setting. Use Set-HPOVStorageVolumeTemplatePolicy to modify the global policy setting.

Parameters

-ApplianceConnection <Array>

Aliases [-Appliance]

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

Default Value: ${Global:ConnectedSessions} | ? Default

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

HPOneView.Appliance.GlobalSetting [System.Management.Automation.PSCustomObject]

Object resource with the global setting value

Examples

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

PS C:\> Get-HPOVStorageVolumeTemplatePolicy Appliance Name Value --------- ---- ----- MyAppliance.domain.com StorageVolumeTemplateRequired true MyAppliance2.domain.com StorageVolumeTemplateRequired false

Get the Storage Volume Template Global Policy setting from all connected appliances.

Related Links


HPE OneView 2.00 Library

Get-HPOVStorageVolumeTemplatePolicy

Retreive Storage Volume Template Global Policy.

SYNTAX

Get-HPOVStorageVolumeTemplatePolicy [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

By default, Storage Volumes can be created without reference to a Storage Volume Template. This Cmdlet will display the global policy setting. Use Set-HPOVStorageVolumeTemplatePolicy to modify the global policy setting.

Parameters

-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? 0
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

HPOneView.Appliance.GlobalSetting [System.Management.Automation.PSCustomObject]

Object resource with the global setting value.

Examples

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

PS C:\> Get-HPOVStorageVolumeTemplatePolicy Appliance Name Value --------- ---- ----- MyAppliance.domain.com StorageVolumeTemplateRequired true MyAppliance2.domain.com StorageVolumeTemplateRequired false

Get the Storage Volume Template Global Policy setting from all connected appliances.

Related Links


HPE OneView 1.20 Library

Get-HPOVStorageVolumeTemplatePolicy

Retreive Storage Volume Template Global Policy.

SYNTAX

Get-HPOVStorageVolumeTemplatePolicy [<CommonParameters>]

Detailed Description

By default, Storage Volumes can be created without reference to a Storage Volume Template. This cmdlet will display the global policy setting. Use Set-HPOVStorageVolumeTemplatePolicy to modify the global policy setting.

Parameters

<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.Boolean

True if the global setting is enabled False if the global setting is disabled

Examples

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

PS C:\> Get-HPOVStorageVolumeTemplatePolicy

Get the Storage Volume Template Global Policy setting.

Related Links


Wiki Table of Contents

Clone this wiki locally