UcmPsTools Documentation
  • Welcome! - UcmPsTools
  • Using UcmPsTools
    • QuickStart
    • About UcmPSTools
    • Using UcmPsTools in your Automation
    • Cmdlet Reference
      • Accounts and Voice Apps
        • New-UcmOffice365User -todo
        • New-UcmTeamsResourceAccount - todo
      • Auditing and Planning
        • Measure-UcmOnPremNumberRange
      • Call Management
        • New-UcmCsFixedNumberDiversion
      • Connections and Modules
      • Licences and Service Plans
      • Reporting and Logging
        • Complete-UcmReport
        • Export-UcmCSVReport
        • Export-UcmHTMLReport
        • Initialize-UcmReport
        • New-UcmReportItem
        • New-UcmReportStep
        • Search-UcmCsOnPremNumberRange
        • Write-UcmLog
    • Example Scripts
  • UcmPsTools In Depth
    • More about UcmPsTools
    • Security In UcmPsTools
    • UcmPsTools Cmdlet Status Reporting
  • Contributing to UcmPsTools
    • New Function Rules
    • Pull Process
Powered by GitBook
On this page
  • Description
  • Filenames
  • Example
  • Inputs
  • Outputs
  1. Using UcmPsTools
  2. Cmdlet Reference
  3. Reporting and Logging

Export-UcmHTMLReport

Grabs the data stored in the report object and converts it to HTML

PreviousExport-UcmCSVReportNextInitialize-UcmReport

Last updated 2 years ago

For a full overview, check

Description

Grabs the data stored in the report object created by and converts it to HTML By default, exports the current open report as an HTML in the current folder with the filename "$Title - $StartDate.html" You can change the path by editing $Global:HTMLReportFilename just before calling this function

Filenames

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

$Global:HTMLReportFilename=".\$Title - $StartDate.html"

Example

Export-UcmHTMLReport

Inputs

This function accepts no inputs

Outputs

This function does not output anything to the pipeline

About UCM Reporting Cmdlets
Complete-UcmReport
Initialize-UcmReport