New-UcmReportItem
Adds a new Line Object to the Report
Description
Parameters
Example
New-UCMReportItem -LineTitle "Username" -LineMessage "[email protected]"
New-UcmReportStep -Stepname "Enable User" -StepResult "OK: Created User"
New-UcmReportStep -Stepname "Assign Licence" -StepResult "OK: Assigned Licence"
New-UcmReportStep -Stepname "Assign Policy" -StepResult "OK: Policy Assigned"
New-UCMReportItem -LineTitle "Username" -LineMessage "[email protected]"
...
...Inputs
Outputs
Last updated