Get-DPMMaintenanceJobStartTime
Gets the start times of DPM maintenance jobs.
Syntax
Default (Default)
Get-DPMMaintenanceJobStartTime
[[-DPMServerName] <String>]
[-MaintenanceJob] <HouseKeepingJobs>
[<CommonParameters>]
Description
The Get-DPMMaintenanceJobStartTime cmdlet returns the start times of maintenance jobs for System Center - Data Protection Manager (DPM). Maintenance jobs include catalog pruning and detailed inventory.
Examples
Example 1: Get start time for catalog pruning
PS C:\> Get-DPMMaintenanceJobStartTime -DPMServerName "TestServer" -MaintenanceJob CatalogPruning
This command returns the time when catalog pruning is scheduled to run on the DPM server named TestServer.
Parameters
-DPMServerName
Specifies the name of the DPM server. This cmdlet gets maintenance jobs for the server that this parameter specifies.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | ComputerName, CN |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-MaintenanceJob
Specifies a maintenance job that this cmdlet performs on the replica.
The acceptable values for this parameter are:
- 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.
Parameter properties
Type: | HouseKeepingJobs |
Default value: | None |
Accepted values: | CatalogPruning, LibraryInventory |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.