NAME

Get-DcsSharedPhysicalDisk

SYNOPSIS

Returns the data for shared physical disks.

SYNTAX

Get-DcsSharedPhysicalDisk   [ -Server <String> ]   [ -SharedDisk <Object> ]   [ -PhysicalDisk <String> ]   [ -Available]   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Returns the data for shared physical disks. Filtering parameters may be specified to narrow the scope of the data returned. If no parameters are specified, data for all shared physical disks for all servers in the default connection will be returned.

PARAMETERS

-Server<String>
Computer name or ID of a server. The computer name must be unique or the name must be fully qualified. If specified, only data for that server will be returned.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-SharedDisk<Object>
SharedPhysicalDiskData object, name, or ID that identifies a shared physical disk. To resolve by name, the name must be unique to the server group or the server must be specified. If the shared physical disk is specified, only data for that shared physical disk will be returned.

Required: false
Position: named
Default value:
Accept pipeline input: true (ByValue)
Accept wildcard characters: false

-PhysicalDisk<String>
Name or ID that identifies a physical disk. To resolve by name, the name must be unique to the server group or the server must be specified. If the physical disk is specified, only data for that physical disk will be returned.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Available<SwitchParameter>
Specify the Available parameter to only return data for shared physical disks that are available for use, such as disks that are not in disk pools and that are not used as pass-through disks.

Required: false
Position: named
Default value:
Accept pipeline input: false
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

SharedPhysicalDiskData : Object that identifies and describes the shared disk.

OUTPUTS

SharedPhysicalDiskData : Object that identifies and describes the shared disk.

NOTES

Also see Get-DcsSharedPool.

EXAMPLES


-------------- Example 1 Returns data for all shared physical disks --------------
Get-DcsSharedPhysicalDisk
			

The cmdlet is invoked without parameters which returns data for all shared physical disks in the server group of the default connection.

Id                            Caption                       ExtendedCaption                                    Internal
--                            -------                       ---------------                                    --------
naa.60030d9056566f6c343400... Shared - Disk 13 | DataCor... Shared - Disk 13 | DataCor...                         False
naa.60030d9056566f6c343300... Shared - Disk 12 | DataCor... Shared - Disk 12 | DataCor...                         False
naa.60030d9056566f6c343500... Shared - Disk 14 | DataCor... Shared - Disk 14 | DataCor...                         False
		

-------------- Example 2 Returns data for a specified physical disk --------------
Get-DcsSharedPhysicalDisk -Server SSV3 -PhysicalDisk "Disk 12"
			

The cmdlet is invoked with the Server parameter specified as "SSV3" and the PhysicalDisk parameter specified as "Disk 12". The SharedPhysicalDiskData object for that shared physical disk is returned.

Id                            Caption                       ExtendedCaption                                    Internal
--                            -------                       ---------------                                    --------
naa.60030d9056566f6c343300... Shared - Disk 12 | DataCor... Shared - Disk 12 | DataCor...                         False