Start-DPMDiskRescan

Start-DPMDiskRescan

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

構文

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

詳細説明

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

パラメーター

-DPMServerName<String>

Specifies the name of a DPM server.

エイリアス

none

必須?

false

位置は?

1

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Job

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

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"