Get HPOVStorageVolumeTemplatePolicy - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 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 --------------------------

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


Top

HPE OneView 4.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 --------------------------

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


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