The following example creates a new report folder.



Code Sample

# Creates a new report folder in the report folder with the specified identifier and displays the identifier of the newly created report folder.

$newIdentifier = $reporting.DO_CreateReportFolder("e5cf10bc-a9e0-446e-b049-e06937213615");

Write-Host $newIdentifier