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.
The Microsoft IIS Metabase is a repository for most IIS configuration values. The following inspectors retrieve information about the Microsoft IIS Metabase.
Declaration | Description | Platforms (?) |
metabase | Returns the IIS metabase object. | Win |
Declaration | Return type | Description | Platforms (?) |
key <string> of <metabase> | <metabase key> Plural: keys | Returns the named key of the metabase. | Win |
key of <metabase> | <metabase key> Plural: keys | Returns the root key of the IIS metabase. | Win |
Declaration | Description | Platforms (?) |
identifier of <metabase value> | Returns the metabase identifier of the specified value. | Win |
Declaration | Return Type | Description | Platforms (?) |
<metabase identifier> = <metabase identifier> | <boolean> | Compares two metabase identifiers for equality. | Win |
Declaration | Return type | Description | Platforms (?) |
<metabase identifier> as string | <string> | This is a Casting Operator that takes a <metabase identifier> type and returns a <string> type | Win |
<metabase identifier> as integer | <integer> | The integer value of the specified identifier. Use the Microsoft MetaEdit utility to find the integer value of an identifier. | Win |
Declaration | Description | Platforms (?) |
key <string> of <metabase> | Returns the named key of the metabase. | Win |
key of <metabase> | Returns the root key of the IIS metabase. Example: names of keys of metabase - Depending on the metabase configuration, returns the names of the metabase keys, such as:LMSchema. | Win |
key <string> of <metabase key> | Returns the named subkey of the specified metabase key. | Win |
key of <metabase key> | Iterates the subkeys of the specified metabase key. Example: names of keys of key "/LM" of metabase - Depending on the metabase configuration, returns the key names in the metabase "/LM" key, such as IISADMIN, W3SVC or MimeMap. | Win |
Declaration | Return type | Description | Platforms (?) |
key <string> of <metabase key> | <metabase key> Plural: keys | Returns the named subkey of the specified metabase key. | Win |
key of <metabase key> | <metabase key> Plural: keys | Iterates the subkeys of the specified metabase key. | Win |
name of <metabase key> | <string> Plural: names | Returns the name of the specified metabase key. | Win |
value of <metabase key> | <metabase value> Plural: values | Returns the value of the specified metabase key. | Win |
Declaration | Description | Platforms (?) |
type of <metabase value> | Returns the type of the specified metabase value. | Win |
Declaration | Return Type | Description | Platforms (?) |
<metabase type> = <metabase type> | <boolean> | Compares two metabase types for equality. | Win |
Declaration | Return type | Description | Platforms (?) |
<metabase type> as integer | <integer> | Meanings same as registry types:1 = DWORD2 = STRING3 = BINARY4 = EXPANDSZ5 = MULTISZ. | Win |
<metabase type> as string | <string> | Returns metabase types as strings:"DWord""String""Binary""ExpandSz""MultiSz". | Win |
Declaration | Description | Platforms (?) |
user type of <metabase value> | Returns the user type of the specified metabase value. | Win |
Declaration | Return Type | Description | Platforms (?) |
<metabase user type> = <metabase user type> | <boolean> | Compares two metabase user types for equality. | Win |
Declaration | Return type | Description | Platforms (?) |
<metabase user type> as integer | <integer> | Returns the metabase user type as an integer:2 = Server2 = File100 = WAM200 = ASP App. | Win |
<metabase user type> as string | <string> | Returns the metabase user type as a string:"Server""File""WAM""ASP App""(Other)". | Win |
Declaration | Description | Platforms (?) |
value of <metabase key> | Returns the value of the specified metabase key. | Win |
Declaration | Return type | Description | Platforms (?) |
<metabase value> as integer | <integer> | Returns the integer value of the metabase value. | Win |
<metabase value> as string | <string> | Returns the string value of the metabase value. | Win |
identifier of <metabase value> | <metabase identifier> Plural: identifiers | Returns the metabase identifier of the specified value. | Win |
inherit attribute of <metabase value> | <boolean> Plural: inherit attributes | Returns TRUE if the specified metabase value has the inherit attribute set. | Win |
insert path attribute of <metabase value> | <boolean> Plural: insert path attributes | Returns TRUE if the specified metabase value has the insert path attribute set. | Win |
reference attribute of <metabase value> | <boolean> Plural: reference attributes | Returns TRUE if the specified metabase value has the reference attribute set. | Win |
secure attribute of <metabase value> | <boolean> Plural: secure attributes | Returns TRUE if the specified metabase value has the secure attribute set. | Win |
type of <metabase value> | <metabase type> Plural: types | Returns the type of the specified metabase value. | Win |
user type of <metabase value> | <metabase user type> Plural: user types | Returns the user type of the specified metabase value. | Win |
volatile attribute of <metabase value> | <boolean> Plural: volatile attributes | Returns TRUE if the specified metabase value has the volatile attribute set. | Win |