Table of Contents

TMSSREPORTTITLE

The Environmental Variable TMSSREPORTTITLE allows a custom heading to be applied to a command line report using the report ID.

Example

Using TMSS10Inventory, setting report heading to My Inventory using report ID 100.

Windows Command Line

set TMSSREPORTTITLE100=My Heading

Windows PowerShell

$env:TMSSREPORTTITLE100 = "My Heading"

Linux

export TMSSREPORTTITLE100="My Heading"

See Also