Start-DPMDiskRescan

Start-DPMDiskRescan

Scans for new disks or disk configuration changes on a DPM server.

Syntax

Parameter Set: Default
Start-DPMDiskRescan [[-DPMServerName] <String> ] [ <CommonParameters>]

Detailed Description

The Start-DPMDiskRescan cmdlet scans for new disks or disk configuration changes on a System Center 2012 – Data Protection Manager (DPM) server.

Parameters

-DPMServerName<String>

Specifies the name of a DPM server.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

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

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Job

Notes

  • For more information, type "Get-Help Start-DPMDiskRescan -detailed"

Examples

Example 1: Scan a disk for configuration changes

This command scans a DPM server for new disks or changes to existing disk configurations.

PS C:\> Start-DPMDiskRescan -DPMServerName "Contoso-DPMServer"