The Environmental Variable TMSSDROPREPORT
allows you to drop, or remove, a report section from command line report output based on the report ID. This can be of benefit if you only need one section of the report output.
TMSSDROPREPORT
is used in the format TMSSDROPREPORT
+ the Report-ID, so for Report 100 the variable would be TMSSDROPREPORT100
.
New Variables can be set for multiple report sections based on the Report-ID's, for example Reports 100 and 110 you would set TMSSDROPREPORT100
and TMSSDROPREPORT110
.
set TMSSDROPREPORT110=true
$env:TMSSDROPREPORT110 = "true"