![]() | IBM Endpoint Manager Inspectors Reference |
Win: Windows
Lin: Red Hat and SUSE Linux
Sol: SUN Solaris
HPUX: Hewlett-Packard UNIX version
AIX: IBM AIX
Mac: Apple Macintosh
Ubu: Ubuntu/Debian
WM: Windows Mobile
The version (e.g. Lin:8.1) corresponds to the version of the IEM product (8.1) in which the inspector was introduced in the client on that platform.
The version number is not shown if it is less than 8.0.
These are the plain, named, numbered or indexed global objects. This list is the subset of World objects that return primitive types, such as string, integer, boolean and time.
Declaration | Description | Platforms (?) |
Declaration | Return type | Description | Platforms (?) |
action | <action> Plural: actions | Returns the action currently being parsed. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
action <integer> | <action> Plural: actions | Returns the action matching the <integer> id. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
action lock state | <action lock state> Plural: action lock states | Returns the client action lock state. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
active action | <action> Plural: active actions | Returns the action currently executing. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ansi code page | <integer> Plural: ansi code pages | Returns an integer value of the Windows API GetACP. | Win, WM |
apparent registration server time | <time> Plural: apparent registration server times | Shorthand for 'now of registration server'. When the client registers with the server, the server passes its current time back to the client. The client starts a stop watch at that time. The apparent registration server time is the time the server passed back to the client, plus the elapsed time on the stop watch. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
application <string> | <application> Plural: applications | Returns an application for the name provided. On a Macintosh, this Inspector may return a filesystem object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
application usage summary | <application usage summary> Plural: application usage summaries | Returns an application usage summary containing information including the start time, duration and other statistics on client applications. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
application usage summary <string> | <application usage summary> Plural: application usage summaries | Returns the usage summary for the application specified in <string>. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
april | <month> Plural: aprils | Returns april as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
april <integer> | <day of year> Plural: aprils | Returns the nth day of april as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
august | <month> Plural: augusts | Returns August as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
august <integer> | <day of year> Plural: augusts | Returns the nth day of August as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
backup battery | <backup_battery> Plural: backup batteries | Returns an inspectable object corresponding to the backup battery of the Windows Mobile device. The backup battery takes over should the main battery run out of charge. | WM |
battery | <battery> Plural: batteries | Returns a global object corresponding to the main battery of the Client Windows Mobile device. | WM |
bes license | <license> Plural: bes licenses | Synonym for 'client license'. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
binary operator <string> | <binary operator> Plural: binary operators | Typically used in the plural, returns the various possible binary inspectors that use the specified operators. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
binary operator returning <type> | <binary operator> Plural: binary operators returning | Returns a list of binary operators that return the specified type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
bit <integer> | <bit set> Plural: bits | Returns TRUE or FALSE, corresponding to value of the bit specified by <integer>. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
bit set <string> | <bit set> Plural: bit sets | Returns the bits of the binary number given by the string. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
boolean <string> | <boolean> Plural: booleans | Returns a boolean. For example, boolean "TRUE". | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
cast <string> | <cast> Plural: casts | Returns a list of the objects that can be cast into the type specified by <string>. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
cast returning <type> | <cast> Plural: casts returning | Returns a list of the objects that can be cast into the specified type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
character <integer> | <string> Plural: characters | Returns a string containing a single ASCII character. For example, character 90 = "Z". | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
client | <client> Plural: clients | Returns the client object corresponding to the BigFix application evaluating the current relevance expression. This is equivalent to the file system object of the BigFix Client executable. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
client cryptography | <client_cryptography> Plural: client cryptographies | This Inspector is similar to the core cryptography object except that it returns properties exclusive to the client (whereas <cryptography> is also available in the Console/Web Reports contexts). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
client license | <license> Plural: client licenses | Global object containing client licensing information. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
computer id | <integer> Plural: computer ids | This is a unique integer assigned to the computer by the BES system. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
computer name | <string> Plural: computer names | Returns a string corresponding to the name of the computer as it appears on the network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
csidl folder <integer> | <folder> Plural: csidl folders | Returns the csidl folder corresponding to the specified integer. The windows SHGetSpecialFolderLocation API is used to look up paths to special folders, which are identified by passing the specified integer as the second argument of the API call. These values and their meaning are described in the windows ShlObj.h include file found in the development sdk.Note that some of these folders do not exist in the Local System context. | Win, WM |
current date | <date> Plural: current dates | Returns the current date in the format:Day of week, Day Month Year. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current day_of_month | <day of month> Plural: current days_of_month | Returns the current day of the month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current day_of_week | <day of week> Plural: current days_of_week | Returns the current day of the week, eg. Monday, Tuesday, etcetera. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current day_of_year | <day of year> Plural: current days_of_year | Returns the current day of the year, in a Month Day format. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current month | <month> Plural: current months | Returns the current month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current month_and_year | <month and year> Plural: current months_and_years | Returns the current date in month year format, eg. January 2012. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current relay | <current relay> Plural: current relays | Returns an object corresponding to the server or relay that the client last registered with. This may be a BES Relay or the BES root server. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current site | <site> Plural: current sites | Returns the current site object. See site. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current time_of_day | <time of day with time zone> Plural: current times_of_day | Returns the current time of day in the local time zone. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current time_of_day <time zone> | <time of day with time zone> Plural: current times_of_day | Returns the current time of day in the specified time zone. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current user | <logged on user> Plural: current users | Returns the active, console (local) user, if logged on. Otherwise does not exist. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
current year | <year> Plural: current years | Returns the current year. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
custom site subscription effective date <string> | <time> Plural: custom site subscription effective dates | Returns the date the custom site (specified by <string>) was last subscribed or unsubscribed. It is used internally by BES to manage custom site subscriptions. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
date <string> | <date> Plural: dates | Converts the given string into a date. The string should be of the form 'Day Month Year' and the returned date will be of the form 'Day of week, Day Month Year'. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
day | <time interval> Plural: days | Returns a time interval corresponding to 1 day. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
day_of_month <integer> | <day of month> Plural: days_of_month | Converts the given integer to a day of month type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
day_of_month <string> | <day of month> Plural: days_of_month | Converts the given string value (must be an integer from 1-31) to a day of month type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
day_of_week <string> | <day of week> Plural: days_of_week | Converts the given string value to a day of week type, eg. Monday, Tuesday, etcetera. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
december | <month> Plural: decembers | Returns December as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
december <integer> | <day of year> Plural: decembers | Returns the nth day of December as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
default web browser | <wince_web_browser> Plural: default web browsers | Returns a global object corresponding to the WinCE web browser installed on the Client Windows Mobile device. Windows Embedded CE uses IE, which has been optimized for WinCE devices. | WM |
dns name | <string> Plural: dns names | Returns the DNS name of the computer. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
download file <string> | <file> Plural: download files | This inspector is available in relevance subsitution action processing. It returns a file object with the given name from the named folder or the download folder. This is equivalent to 'file "name" of download folder'. The file should exist or the result will not exist. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
download folder | <folder> Plural: download folders | This inspector is available in relevance subsitution action processing. When the action is active, this inspector returns a folder object of __Download\, otherwise it returns a folder object of __Global\sitename\actionid\named. This inspector is designed for the prefetch process of action execution. Macintosh Note: Prior to version 7.2, this Inspector referred to the system download folder on the Macintosh. That Inspector is referred to as ISS Download as of version 7.2. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.2 |
download path <string> | <string> Plural: download paths | This inspector is available in relevance subsitution action processing. It returns a string corresponding to the download path of the specified file. This Inspector (along with download folder and download file) is designed to be used during the prefetch process of action execution. This is equivalent to '(pathname of download folder) & pathseparator & "myfile"'. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
drive | <drive> Plural: drives | Iterates through all valid drives on the system. Typically used to return a list of the drives (volumes, filesystems) on the client computer. On Windows computers, this returns a <drive> object.On *nix computers, this returns a <filesystem> object.Drives, volumes and filesystems are treated the same on the Macintosh and return a <volume> type. | Win, WM |
drive <string> | <drive> Plural: drives | Returns the drive associated with the pathname specified by <string>. On Windows computers, this returns a <drive> object.On Macintosh computers, this returns a <volume> object.On *nix computers, this returns a <filesystem> object. | Win, WM |
error <string> | <undefined> Plural: errors | This expression allows you to output your own user-defined error message, typically in the 'else' clause of an 'if/then/else' statement. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
false | <boolean> Plural: falses | Returns the boolean FALSE. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
february | <month> Plural: februarys | Returns February as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
february <integer> | <day of year> Plural: februarys | Returns the nth day of February as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
file <string> | <file> Plural: files | Returns a filesystem object corresponding to the full pathname provided in <string>. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
floating point <floating point> | <floating point> Plural: floating points | Creates a floating point type object from the specified floating point number. | Win, Lin:8.0, Mac, WM, Ubu:8.1 |
floating point <string> | <floating point> Plural: floating points | Creates a floating point number from the provided string. | Win, Lin:8.0, Mac, WM, Ubu:8.1 |
folder <string> | <folder> Plural: folders | Returns a folder object for the name provided. See drive. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
friday | <day of week> Plural: fridays | Returns Friday as a day of week object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ghz | <hertz> Plural: ghzs | Returns a Hertz object corresponding to 1 giga-hertz. See hertz. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
gps | <gps> Plural: gpses | Returns a global object corresponding to the gps device in the Client Windows Mobile phone. | WM |
greatest hz | <hertz> Plural: greatest hzs | Returns the largest hertz object that can be represented on this machine. See hertz. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
greatest integer | <integer> Plural: greatest integers | Returns the largest integer that can be represented on this machine. See integer. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
greatest time interval | <time interval> Plural: greatest time intervals | Returns the greatest time interval representable. The value corresponds to 106751991 days, 04:00:54.775807. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
hexadecimal integer <string> | <integer> Plural: hexadecimal integers | Creates an integer from the provided hexadecimal value. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
hexadecimal string <string> | <string> Plural: hexadecimal strings | Creates a string from the given hexadecimal value. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
hostname | <string> Plural: hostnames | Returns the standard host name, usually for the computer's network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
hour | <time interval> Plural: hours | Returns a time interval corresponding to 1 hour. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
hyperthreading capable | <boolean> Plural: hyperthreading capables | Returns a boolean TRUE if the agent is able to detect that the processor is capable of running with hyperthreading enabled. | Win, WM |
hyperthreading enabled | <boolean> Plural: hyperthreading enableds | Returns TRUE if the machine is running with hyperthreading enabled, a method in which each physical processor on the machine presents itself as multiple logical processors to the operating system. | Win, WM |
hz | <hertz> Plural: hzs | Returns a hertz object corresponding to 1 hertz. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
install folder <integer> | <folder> Plural: install folders | Returns a folder object corresponding to the number provided. The placement of some system folders can be found using numbers that have been associated with those folders. See folder. | Win, WM |
integer <integer> | <integer> Plural: integers | Returns an integer. The keyword is optional. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
integer <string> | <integer> Plural: integers | Returns integer for name provided. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ipv4 address <string> | <ipv4 address> Plural: ipv4 addresses | Returns an ipv4 address for the string provided. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ipv6 address <string> | <ipv6 address> Plural: ipv6 addresses | Converts a string representations of an IPv6 address (with colons and/or dots) into an IPv6 address type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
january | <month> Plural: januarys | Returns January as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
january <integer> | <day of year> Plural: januarys | Returns the nth day of January as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
july | <month> Plural: julys | Returns July as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
july <integer> | <day of year> Plural: julys | Returns the nth day of July as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
june | <month> Plural: junes | Returns June as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
june <integer> | <day of year> Plural: junes | Returns the nth day of June as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
khz | <hertz> Plural: khzs | Returns a hertz object corresponding to 1 kilohertz. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
least hz | <hertz> Plural: least hzs | Returns the least hertz value that can be represented on this machine. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
least integer | <integer> Plural: least integers | Returns the least integer value that can be represented on this machine. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
least time interval | <time interval> Plural: least time intervals | Returns the least time interval that can be represented on this machine. The value corresponds to -106751991 days, 04:00:54.775808. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
local time <string> | <time> Plural: local times | Returns a time object for the name provided. See time. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
local time zone | <time zone> Plural: local time zones | Returns a time zone object corresponding to the local time zone. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
logged on user | <logged on user> Plural: logged on users | Returns zero or more users logged on to this computer. This Inspector iterates through all logged-on users, using Fast User Switching, Terminal Services, ACLs, and on Win 9x, the registry. | Win, Lin:8.2, Sol:8.2, HPUX:8.2, AIX:8.2, Mac, WM, Ubu:8.2 |
logical processor count | <integer> Plural: logical processor counts | Returns the number of logical processors available per physical processor. This can be interpreted as the number of hyperthreads that could be enabled on the machine. On a machine with 2 physical processors, each with 2 possible hyperthreads per processor, the 'physical processor count' and the 'logical processor count' would both return 2, while the 'number of processors' would return 4, since there are a total of 4 logical processors available for work. With hyperthreading turned off, the 'number of processors', 'logical processor count' and 'physical processor count' would all be 2. Disabling one of those processors will then give 'number of processors'=1, 'logical processor count'=2, and 'physical processor count'=1. If the number of processors / physical processor count != logical processor count, you can turn on hyperthreading. | Win, WM |
main processor | <processor> Plural: main processors | Returns the processor object corresponding to the main processor. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
march | <month> Plural: marchs | Returns March as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
march <integer> | <day of year> Plural: marchs | Returns the nth day of March as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
may | <month> Plural: mays | Returns May as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
may <integer> | <day of year> Plural: mays | Returns the nth day of May as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
mhz | <hertz> Plural: mhzs | Returns a hertz object corresponding to 1 megahertz. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
microsecond | <time interval> Plural: microseconds | Returns a time interval corresponding to .000001 seconds. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
midnight | <time of day> Plural: midnights | Returns 00:00:00 as a time of day object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
millisecond | <time interval> Plural: milliseconds | Returns a time interval corresponding to .001 seconds. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
minute | <time interval> Plural: minutes | Returns a time interval corresponding to 1 minute. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
module <string> | <module> Plural: modules | For BigFix internal use only. | Win, Lin, Sol, HPUX, AIX, WM, Ubu:8.1 |
monday | <day of week> Plural: mondays | Returns the day of week object for Monday. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
month | <number of months> Plural: months | Returns the specified number of months. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
month <integer> | <month> Plural: months | Returns the month type corresponding to the given <integer>. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
month <string> | <month> Plural: months | Returns a month type corresponding to the given <string>. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
native registry | <registry> Plural: native registries | On 32 bit versions of windows, this returns the same as registry32 and registry. On 64 bit versions of windows, this returns the same as registry64. | Win, WM |
network | <network> Plural: networks | Returns an object containing properties of the network. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
network connection | <wince network connection detail> Plural: network connections | Returns a global object corresponding to the network connection of the Client Windows Mobile device. | WM |
noon | <time of day> Plural: noons | Returns 12:00:00 as a time of day object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
november | <month> Plural: novembers | Returns November as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
november <integer> | <day of year> Plural: novembers | Returns the nth day of November as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
now | <time> Plural: nows | Returns the current time as a time object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
october | <month> Plural: octobers | Returns October as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
october <integer> | <day of year> Plural: octobers | Returns the nth day of October as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
oem code page | <integer> Plural: oem code pages | Returns an integer value of the Windows API GetOEMCP. | Win, WM |
oma csp | <oma csp> Plural: oma csps | Returns a global object corresponding to the OMA CSP of the Client Windows Mobile device. | WM |
oma csp <( string, string )> | <oma csp> Plural: oma csps | Returns a global object corresponding to the OMA CSP of the Client Windows Mobile device. This version of the Inspector takes two string arguments. | WM |
oma csp <( string, string, string )> | <oma csp> Plural: oma csps | Returns a global object corresponding to the OMA CSP of the Client Windows Mobile device. This version of the Inspector takes three string arguments. | WM |
oma csp <( string, string, string, string )> | <oma csp> Plural: oma csps | Returns a global object corresponding to the OMA CSP of the Client Windows Mobile device. This version of the Inspector takes four string arguments. | WM |
oma csp <string> | <oma csp> Plural: oma csps | Returns a global object corresponding to the OMA CSP of the Client Windows Mobile device. This version of the Inspector takes a single argument that concatenates the desired parameters. | WM |
operating system | <operating system> Plural: operating systems | Returns the operating system object. See operating system. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
operating system product type <integer> | <operating system product type> Plural: operating system product types | Returns an object corresponding to the numbered OS product type. | Win, WM |
parameter <string> | <string> Plural: parameters | This Inspector is a synonym for the parameter <string> of <action>. It looks up the value of the action parameter specified by <string>. This is used in conjunction with the parameter set command. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
pending login | <boolean> Plural: pending logins | Installers may leave values in the registry that the operating system will execute when the next user logs in. Pending login can detect these registry entries. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
pending restart | <boolean> Plural: pending restarts | Returns TRUE if the operating system indicates that a restart needs to occur. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
pending restart <string> | <boolean> Plural: pending restarts | Immediately after issuing a command like 'Action requires restart "PatchGroupX"', the expression 'Pending restart "PatchGroupX"' will be true until the next restart. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
phone | <phone> Plural: phones | Returns a global object corresponding to the Client Windows Mobile phone. | WM |
physical processor count | <integer> Plural: physical processor counts | Returns the number of physical processors on the machine. Note that 'number of processors' returns the number of logical processors. To determine the number of logical processors per physical processor, use 'number of processors / physical processor count'. | Win, WM |
processor | <processor> Plural: processors | Returns all the processor objects defined on the machine. See processor. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
processor <integer> | <processor> Plural: processors | Returns a processor object for the numbered processor. Processors are numbered from 1. | Win, Lin, Sol, HPUX, AIX, Mac:8.2, WM, Ubu:8.1 |
property <string> | <property> Plural: properties | Typically used in the plural, returns the "line" Inspector properties. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
property returning <type> | <property> Plural: properties returning | Produces a list of the Inspector properties that return the specified <type>. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
ram | <ram> Plural: rams | Returns a ram object for inspecting the properties of Random Access Memory installed on the machine. See ram. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
random access memory | <ram> Plural: random access memories | Same as above. | Win, Lin, Sol, HPUX, AIX, WM, Ubu:8.1 |
recent application | <application> Plural: recent applications | Returns all the application objects that have recently been executing on the machine. See application. | Win, Lin, Sol:8.1, WM, Ubu:8.1 |
recent application <string> | <application> Plural: recent applications | Returns an application for the name provided it has recently executed. The name is assumed to be the last part of an executable file name. | Win, Lin, Sol:8.1, WM, Ubu:8.1 |
regapp | <application> Plural: regapps | This Inspector returns the applications available to the Client. On Windows systems, this Inspector returns all the application objects defined under the 'App Paths' key of the registry. On a Macintosh, it recursively finds all applications (bundles) and executables under the /Applications directory, as well as all of those under the Applications directories of all local users of the machine. It returns a <filesystem object>. This Inspector is the same as application, and is included for compatibility with Windows. | Win, Mac, WM |
regapp <string> | <application> Plural: regapps | Returns an application object for the name provided. See application and regapp. | Win, WM |
registry | <registry> Plural: registries | Returns a registry object. Note: On a Macintosh, this returns a <dummy type> object. | Win, Mac, WM |
root server | <root server> Plural: root servers | Returns an object representing the root BES Server to which the client last registered. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
rope <string> | <rope> Plural: ropes | Creates a rope object from the given string. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
running application | <application> Plural: running applications | Returns all the application objects that are currently executing on the machine. See application. | Win, Lin, Sol:8.1, WM, Ubu:8.1 |
running application <string> | <application> Plural: running applications | Returns an application for the name provided it is currently executing. The name is assumed to be the last part of an executable file name. | Win, Lin, Sol:8.1, WM, Ubu:8.1 |
saturday | <day of week> Plural: saturdays | Returns Saturday as a day of week object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
second | <time interval> Plural: seconds | Returns a time interval corresponding to 1 second. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
selected server | <selected server> Plural: selected servers | The BES Server or BES Relay to which the agent reports. Returned as the "selected server" type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
september | <month> Plural: septembers | Returns September as an object of type month. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
september <integer> | <day of year> Plural: septembers | Returns the nth day of September as a 'day of year' type (month day). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
site | <site> Plural: sites | Returns all the site objects that are currently loaded into memory. See site. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
site <string> | <site> Plural: sites | Returns a site object for the name provided. The name is the URL of the site location. See site. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
site version list <string> | <site version list> Plural: site version lists | Returns a textual representation of a site version list ("manyversion"). | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
string <string> | <string> Plural: strings | Returns a string for the name provided. The keyword string is optional. For example, string "hi" = "hi". | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
sunday | <day of week> Plural: sundays | Returns Sunday as a day of week object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
system file <string> | <file> Plural: system files | Returns a file object corresponding to the relative pathname provided. | Win, WM |
system language | <string> Plural: system languages | Returns the language of the system as a string. It is identified using the GetSystemDefaultLangID() system call. See the language keyword of the application object for a list of possible language value. | Win, Lin, Sol, HPUX, AIX, WM, Ubu:8.1 |
system locale | <language> Plural: system locales | Determines which bitmap fonts, and OEM, ANSI, and MAC code pages are defaults for the system. This only affects applications that are not fully Unicode. | Win, Lin, Sol, HPUX, AIX, WM, Ubu:8.1 |
system ui language | <language> Plural: system ui languages | Determines the default language of menus and dialogs, messages and help files. | Win, Lin, Sol, HPUX, AIX, WM, Ubu:8.1 |
system wow64 folder | <folder> Plural: system wow64 folders | Returns a filesystem object corresponding to a "Windows On Windows 64" system folder, which does not exist on 32-bit Windows. You can find out more about the WOW64 system folder at the Microsoft site: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/getsystemwow64directory.asp. | Win, WM |
system x32 folder | <folder> Plural: system x32 folders | Returns a filesystem object corresponding to a 32-bit system folder. On a 32-bit machine, this is equivalent to the normal system folder. | Win, WM |
system x64 folder | <folder> Plural: system x64 folders | Returns a filesystem object corresponding to a 64-bit system folder. This is the same as the system folder, but with file system redirection disabled. For more information about file redirection, see the Microsoft site http://msdn.microsoft.com/library/default.asp?url=/library/en-us/win64/win64/file_system_redirector.asp. | Win, WM |
thursday | <day of week> Plural: thursdays | Returns Thursday as a day of week object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
time <string> | <time> Plural: times | Returns a time object for the name provided. See time. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
time interval <string> | <time interval> Plural: time intervals | Creates a time interval from the string. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
time zone <string> | <time zone> Plural: time zones | Returns a time zone object for the name provided. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
time_of_day <string> | <time of day> Plural: times_of_day | Creates a time of day object out of the given string. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
total processor core count | <integer> Plural: total processor core counts | Returns an integer corresponding to the total number of processor cores. | Win, WM |
true | <boolean> Plural: trues | Returns the boolean TRUE. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
tuesday | <day of week> Plural: tuesdays | Returns Tuesday as a day of week object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
unary operator <string> | <unary operator> Plural: unary operators | Typically used in the plural, this inspector returns a list of objects that use the specified operator. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
unary operator returning <type> | <unary operator> Plural: unary operators returning | Returns a list of the unary operator inspectors (such as negative) that return the specified type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
universal time <string> | <time> Plural: universal times | Returns a time object for the name provided. See time. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
universal time zone | <time zone> Plural: universal time zones | Returns a time zone object corresponding to the universal time zone. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
user language | <string> Plural: user languages | Returns the language of the system as a string. It is identified by using the GetUserDefaultLangId() system call. See the language keyword of the application object for a list of possible language value. | Win, WM |
user locale | <language> Plural: user locales | Determines which settings are used for formatting dates, times, currency, and numbers as a default for each user. Also determines the sort order for sorting text. | Win, WM |
user ui language | <language> Plural: user ui languages | Non-MUI: Same as system UI Language.MUI: Determines the language of menus and dialogs, messages, and help files. | Win, WM |
version <string> | <version> Plural: versions | Short hand for 'file version'. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
wake on lan subnet cidr string | <string> Plural: wake on lan subnet cidr strings | Returns the subnet the client is in for Wake on Lan (WoL) purposes. The client sends information to the relay during registration that is used to decide which subnet the client is in. The relay returns the subnet to the client, which is the value this Inspector exposes. This value is used to send WoL commands to forwarders. To wake a machine by computer ID, the server looks up the mac address and subnet of that machine. It then tries to identify clients that have been configured as WoL forwarders within the same subnet and routes WoL commands to those forwarders, sending them the mac address of the machine that needs to be awoken. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
wednesday | <day of week> Plural: wednesdays | Returns Wednesday as a day of week object. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
week | <time interval> Plural: weeks | Returns a time interval corresponding to 1 week. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
windows display time <string> | <time> Plural: windows display times | Returns a string that may match the time shown in the Windows file system. | Win, WM |
windows file <string> | <file> Plural: windows files | Returns a file object corresponding to the relative pathname (within the Windows folder) provided. See file. | Win, WM |
windows folder | <folder> Plural: windows folders | Returns a folder object of the Windows folder This is operating system dependent. Under Win98 this is usually c:\Windows. | Win, WM |
x32 registry | <registry> Plural: x32 registries | Returns a 32-bit registry object. This Inspector is equivalent to the ordinary registry Inspector. | Win, WM |
x64 registry | <registry> Plural: x64 registries | Returns a 64-bit registry object. This Inspector is for 64-bit computers only; there is no 64-bit registry on a 32-bit computer. Note that "x64 registry" and "native registry" on 64-bit machines do NOT provide the same view as the 64-bit version of regedit (the "physical" view). If you try to access the physical location of the 32-bit view keys using a 64-bit view, it will be mapped back to the equivalent location in the 64-bit view. | Win, WM |
year | <number of months> Plural: years | Returns the specified number of years as a <number of months> type. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
year <integer> | <year> Plural: years | Creates a year object from the specified integer. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
year <string> | <year> Plural: years | Creates a year object from the specified string. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |
zoned time_of_day <string> | <time of day with time zone> Plural: zoned times_of_day | Returns a 'time of day with time zone' object from the specified string. | Win, Lin, Sol, HPUX, AIX, Mac, WM, Ubu:8.1 |