Get-DPMMaintenanceJobStartTime

Get-DPMMaintenanceJobStartTime

Gets the start times of DPM maintenance jobs.

構文

Parameter Set: Default
Get-DPMMaintenanceJobStartTime [[-DPMServerName] <String> ] [-MaintenanceJob] <HouseKeepingJobs> {CatalogPruning | LibraryInventory} [ <CommonParameters>]

詳細説明

The Get-DPMMaintenanceJobStartTime cmdlet returns the start times of maintenance jobs for System Center 2012 – Data Protection Manager (DPM) such as Catalog Pruning and Detailed Inventory.

パラメーター

-DPMServerName<String>

Specifies the name of the DPM server.

エイリアス

ComputerName,CN

必須?

false

位置は?

1

既定値

none

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

false

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

false

-MaintenanceJob<HouseKeepingJobs>

Specifies a maintenance job to be performed on a replica. このパラメーターに対して使用できる値:

-- CatalogPruning. Removes index entries for expired tapes.
-- DetailedInventory. Identifies new tapes and recognizes tapes DPM has seen before by reading the on-media identifier (OMID) on each tape.

エイリアス

none

必須?

true

位置は?

2

既定値

none

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

  • DateTime

  • For more information, type "Get-Help Set-MaintenanceJobStartTime -detailed".

Example 1: Get start time for catalog pruning

This command returns the time when catalog pruning is scheduled to run on the DPM server named TestServer.

PS C:\> Get-DPMMaintenanceJobStartTime -DPMServerName "TestServer" -MaintenanceJob CatalogPruning

関連トピック

Set-DPMMaintenanceJobStartTime