Get-DPMJob doesn't show On-going Consistency Check

When I use the $jobs=get-dpmJob -dpmservername DPM10 powershell command, the Consistency Check job type that shows a status of "in progress" in the DPM 2012 SP1 Admin Console does not show up in the
$jobs list variable under PowerShell.
However, on another DPM server, which is a primary server shows the "in progress" jobs under the job category of "validation" in PowerShell.
Why doesn't the command show the "in progress" jobs for my first case in PowerShell?
-Jenna

Hi
try this on
Get-DPMJob -DPMServerName dpm01 -Status Scheduled
or define a Date Range
Get-DPMJob -DPMServerName dpm01 -Status Scheduled -From (Get-Date).AddDays(6) -To (Get-Date).AddDays(7)
Seidl Michael | http://www.techguy.at |
twitter.com/techguyat | facebook.com/techguyat

Similar Messages

Maybe you are looking for