Start-DPMDiskRescan

Start-DPMDiskRescan

Scans for new disks or disks where configuration has changed.

Syntax

Start-DPMDiskRescan [-DPMServerName] <String> [<CommonParameters>]

Detailed Description

The Start-DPMDiskRescan scans for new disks or disks where configuration has changed on the DPM server.

Parameters

-DPMServerName

The name of a DPM server.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

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 Start-DPMDiskRescan -detailed".
    For technical information, type "Get-Help Start-DPMDiskRescan -full".

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

Examples

EXAMPLE 1

Start-DPMDiskRescan -DPMServerName "TestingServer"

This command scans the specified DPM server for new disks or disks where configuration has changed.