NAME

Get-DcsSnapshotMapStore

SYNOPSIS

Returns disk pool data for the pool used to create the snapshot mapstore for the specified server.

SYNTAX

Get-DcsSnapshotMapStore   -Server <Object>   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Returns disk pool data for the pool used to create the snapshot mapstore for the specified server.

PARAMETERS

-Server<Object>
ServerHostData object, computer name, or ID that identifies a server. The computer name must be unique or the name must be fully qualified. Only data for the specified server will be returned.

Required: true
Position: 1
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 will be 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

ServerHostData : Object that identifies and describes the server.

OUTPUTS

DiskPoolData : Object that identifies and describes the disk pool used to create the mapstore.

NOTES

Also see Set-DcsSnapshotMapStore.

EXAMPLES


-------------- Example 1 Returns data for a server specified by name --------------
Get-DcsSnapshotMapStore -Server SSV1
		

Returns snapshot mapstore data for server "SSV1".

PoolMode:ReadWrite
ServerId:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3
Alias:Disk pool 1
Description:
PresenceStatus:Present
PoolStatus:Running
Type:Dynamic
ChunkSize:128.00 MiB
MaxTiernumber:3
Id:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3:{ea7c7a80-bdf3-11e0-8304-00155d11e921}
Caption:Disk pool 1
ExtendedCaption:Disk pool 1 on SSV1
Internal:False
   

-------------- Example 2 Returns data for all servers in the server group by piping objects --------------
Get-DcsServer | Get-DcsSnapshotMapStore
		

The cmdlet Get-DcsServer is used to pipe all server objects to the cmdlet Get-DcsSnapshotMapstore, resulting in data for both servers in the server group.

PoolMode:ReadWrite
ServerId:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3
Alias:Disk pool 1
Description:
PresenceStatus:Present
PoolStatus:Running
Type:Dynamic
ChunkSize:128.00 MiB
MaxTiernumber:3
Id:A6EA4E77-BBFF-4F48-91CD-3987E81C1CB3:{ea7c7a80-bdf3-11e0-8304-00155d11e921}
Caption:Disk pool 1
ExtendedCaption:Disk pool 1 on SSV1
Internal:False
   
PoolMode:ReadWrite
ServerId:781D998D-3920-46BB-9F26-88BC591772B6
Alias:Disk pool 1
Description:
PresenceStatus:Present
PoolStatus:Running
Type:Dynamic
ChunkSize:128.00 MiB
MaxTiernumber:3
Id:781D998D-3920-46BB-9F26-88BC591772B6:{315f03ec-bdf5-11e0-9dc3-00155d11e923}
Caption:Disk pool 1
ExtendedCaption:Disk pool 1 on SSV2
Internal:False