Symantec ALTIRIS DEPLOYMENT SOLUTION 6.9 SP4 - V1.0 Manual page 442

Table of Contents

Advertisement

Tokens: Dynamic Database Access
To return the names of the computers:
%#!computer@computer_name%
To return the color column from a custom database and table that has the computer_id
column in it:
%#DBAlias!table@color%
To return the color column from the first record from a custom database and table:
%#DBAlias^!table@color%
Syntax Two
%#Alias*"SQL query statement"%
*
Indicates that the following text is an SQL statement.
Examples
To return the names of the computer with an SQL statement:
%#*"SELECT computer_name from computer where computer_id =
1234567"%
To return the color column from a custom database and table with a computer_id
column:
%#DBAlias*"SELECT color from table where computer_id = 1234567"%
To return the color from the first record from a custom database and table:
%#DBAlias*"SELECT color from table"%
Deployment Solution
442

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ALTIRIS DEPLOYMENT SOLUTION 6.9 SP4 - V1.0 and is the answer not in the manual?

This manual is also suitable for:

Altiris deployment solution 6.9 sp4

Table of Contents