NAME
Get-DcsSharedPool
SYNOPSIS
Returns the data for shared pools.
SYNTAX
Get-DcsSharedPool [ -SharedPool <Object> ] [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Returns the data for shared pools. Filtering parameters may be specified to narrow the scope of the data returned. If no parameters are specified, data for all shared pools in the server group for the default connection will be returned.
PARAMETERS
- -SharedPool<Object>
- SharedDiskPoolData object, name, or ID that identifies a shared disk pool. If the shared pool is specified, only data for that shared pool will be returned.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: true (ByValue)
- Accept wildcard characters: false
-
- -Connection<String>
- Alias of the connection to the server group. If not specified, the default connection is used.
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
- -PipelineVariable<String>
-
- Required: false
- Position: named
- Default value:
- Accept pipeline input: false
- Accept wildcard characters: false
-
INPUTS
SharedDiskPoolData : Object that identifies and describes the shared pool.
OUTPUTS
SharedDiskPoolData : Object that identifies and describes the shared pool.
NOTES
Also see Get-DcsSharedPhysicalDisk, Get-DcsPool.
EXAMPLES
Get-DcsSharedPool
Returns data for all shared pools in the server group configuration for the default connection. There are two shared pools.
ChunkSize | : | 0.00 B |
MaxTiernumber | : | 3 |
Id | : | {fcb8bf28-7423-11e1-9f2a-00155d11e92b} |
Caption | : | Shared disk pool 1 - SSV3 | SSV4 |
ExtendedCaption | : | Shared disk pool 1 - SSV3 | SSV4 |
Internal | : | False |
ChunkSize | : | 0.00 B |
MaxTiernumber | : | 3 |
Id | : | {fcb8bf34-7423-11e1-9f2a-00155d11e92b} |
Caption | : | Shared disk pool 2 - SSV3 | SSV4 |
ExtendedCaption | : | Shared disk pool 2 - SSV3 | SSV4 |
Internal | : | False |