File Name Tokens in Hardware Inventory Reports
When you configure a Hardware Inventory Report, you can use tokens in the report filename. Because the tokens are replaced when the report is generated, this enables you to automatically assign a unique name to the report each time the report definition is run.
All tokens must be specified in UPPER CASE. Some tokens allow an optional size to be specified using (n).
The following tokens are supported:
Token |
Description |
$DATE |
Current date |
$NODE |
The current PC name |
$NODE(n) |
The current name limited to n characters |
$RESOURCE |
The current resource |
$RESOURCE(n) |
The current resource limited to n characters |
For example:
Example |
Result |
$NODENAME_$RESOURCE.RPT |
CLI14_C.RPT |
$NODENAME(5)_$RESOURCE(1).RPT |
CLI14_C.RPT |
$NODENAME(6)_$DATE.RPT |
CLI14_990524.RPT |