The following example duplicates an existing report binder.



Code Sample

# Duplicates the report binder with the specified identifier and displays the identifier of the newly created report binder.

$newIdentifier = $reporting.DO_DuplicateReportBinder("48340e7b-952a-4713-b3a4-c4d943b7cd7d");

Write-Host $newIdentifier