Skip to content

Commit 8958e9e

Browse files
committed
Show DR backups in the Get-CVJob command
1 parent 63b13fd commit 8958e9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Modules/Commvault.JobManager/Commvault.JobManager.psm1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ function Get-CVJob {
199199
$subclientId = $subclientObj.subclientId
200200
}
201201
}
202-
202+
203+
$sessionObj.requestProps.endpoint += "&hideAdminjobs=false"
204+
203205
if (-not [String]::IsNullOrEmpty($JobFilter)) {
204206
$sessionObj.requestProps.endpoint += '&jobFilter=' + $JobFilter
205207
}

0 commit comments

Comments
 (0)