Export-UcmCSVReport
Grabs the data stored in the report object and converts it to a CSV
Last updated
Grabs the data stored in the report object and converts it to a CSV
Last updated
Grabs the data stored in the report object generated by and converts it to a CSV in the current folder with the filename "$Title - $StartDate.csv" You can change the path by editing $Global:CSVReportFilename just before calling this function
by default, the filename is based on the Title parameter specified in and the time the report was initialized. To change the filename, update the following variable before calling the function
This function accepts no inputs
This function does not output anything to the pipeline