content

» Path List, Meta-Update Samples

Move your mouse round the image for details.

This Meta-Update script makes a file of all fields and values in the automatic tag: AR_INFO.

[Main] declares script arguments and usage.

[Do] will loop through all "fields" of the pre-defined Tag: AR_INFO — which contains all of the connected Remedy server's Server Information values.

Output= is used to add to a two-field CSV file named by the argument. Each iteration of the Loop= causes a new Output= record to be written.

Usage examples:

SvrInfo.ini   Do   -outf SvrInfo-dev.csv

AR Server Info Script