Initialize-UcmReport
Checks for clears and creates a new object to store status for reporting later.
Last updated
Checks for clears and creates a new object to store status for reporting later.
Last updated
Creates a new PSCustomObject to store a report. Must be called before or
Title: "HTML Report" SubTitle: "The results were as follows" StartDate: (Get-Date -format dd.MM.yy.hh.mm) NiceDate: (Get-Date -displayhint datetime)
This function will create a few global variables, including the two below which specify the filenames for CSV or HTML reports. by default, the filename is based on the Title parameter and the time the report was initialized.
Once the report has been initialized, these variables can be updated to change the filenames before or are called.
This function accepts no inputs
This function does not create pipelined output