The following example gets the configuration of a report folder.



Code Sample

# Gets the report folder with the specified unique identifier and displays the name and description.

$reportFolder = $reporting.GET_ReportFolder("e5cf10bc-a9e0-446e-b049-e06937213615");

Write-Host $reportFolder.DisplayName

Write-Host $reportFolder.Description