Add-DPMDisk

Add-DPMDisk

Adds a new disk to the storage pool

Syntax

Add-DPMDisk [-DPMDisk] <Disk> [<CommonParameters>]

Detailed Description

The Add-DPMDisk cmdlet adds a new disk to the storage pool.

Parameters

-DPMDisk

A disk that is part of a storage pool.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

true (ByValue)

Position?

0

-CommonParameter

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.

Input and Return Types

The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.

Notes

  • For more information, type "Get-Help Add-DPMDisk -detailed".
    For technical information, type "Get-Help Add-DPMDisk -full".

    Additionally, any updated information about the cmdlet will be available at https://go.microsoft.com/fwlink/?LinkId=95130.

Examples

EXAMPLE 1

$DPMDisk = Get-DPMDisk -DPMServerName TestingServer 

Add-DPMDisk -DPMDisk $DPMDisk

This command adds the disk object in $DPMDisk to the server.