Skip to content

Commit

Permalink
Updated help examples, detailedobject is required 🧲
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapbrasser committed Sep 8, 2020
1 parent 5fa9495 commit 5ff84b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rubrik/Public/Set-RubrikReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ function Set-RubrikReport
https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/set-rubrikreport
.EXAMPLE
Get-RubrikReport -Name 'Boring Report' | Set-RubrikReport -NewName 'Quokka Report'
Get-RubrikReport -Name 'Boring Report' -DetailedObject | Set-RubrikReport -NewName 'Quokka Report'
This will rename the report named 'Boring Report' to 'Quokka Report'
.EXAMPLE
Get-RubrikReport -Name 'Quokka Report' | Set-RubrikReport -NewTableColumns TaskStatus, TaskType, ObjectName, ObjectType, Location, SlaDomain, StartTime, EndTime, Duration, DataTransferred, DataStored, DedupRatioForJob
Get-RubrikReport -Name 'Quokka Report' -DetailedObject | Set-RubrikReport -NewTableColumns TaskStatus, TaskType, ObjectName, ObjectType, Location, SlaDomain, StartTime, EndTime, Duration, DataTransferred, DataStored, DedupRatioForJob
This will change the table colums in 'Quokka Report' to the specified values in the -NewTableColums parameter
#>
Expand Down

0 comments on commit 5ff84b4

Please sign in to comment.