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 computer, otherwise it gets the OS of the destination computer. The default is False.

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

First parameter:

The machine (Boolean value)

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