Previous Topic: ifNext Topic: KeyExists


IsLikeNT

IsLikeNT

Queries the operating system to determine whether it is Windows 2000, Windows XP, Windows Vista, or Windows 7. The parameter is optional. If it is True, CA DMM get the OS of the source machine, otherwise it gets the OS of the destination machine. The default is False.

Note: The parameter can only be set to True during General and Apply functions. The parameter causes a syntax error or runtime error if used in a Store function.

First parameter:

The machine (Boolean value)

Usage:
Value = IsLikeNT([Boolean]);
Example:
IsLikeNT(SOURCE);