Skip to main content
Skip table of contents

ActiveDirectory

Description

Information from the Active Directory.

Allowed values

Attributes of the signed-in user or the system can be queried from the Active Directory.

User attributes

For querying user attributes, User must be specified as the source.

Example
 Source (source)Attribute name (value)Description
UsertelephoneNumberUser's telephone number

Example

XML
<configuration version="1.2.0">
  <applicationSettings>
 
    ...
 
	<!-- Information to be determined -->
	<collectedValues>

		<collectedValue type="ActiveDirectory"
						displayName="Telephone number of the user"
						value="telephoneNumber"
						source="User" />

	</collectedValues>

    ...
 
  </applicationSettings>
</configuration>

Computer attributes

For querying computer attributes, Computer must be specified as the source.

Example
 Source (source)Attribute name (value)Description
ComputercountryCodeComputer's regional settings

Example

XML
<configuration version="1.2.0">
  <applicationSettings>
 
    ...
 
	<!-- Information to be determined -->
	<collectedValues>

		<collectedValue type="ActiveDirectory"
						displayName="Regional settings of the computer"
						value="countryCode"
						source="Computer" />

	</collectedValues>

    ...
 
  </applicationSettings>
</configuration>

Note

The above mentioned entries are just examples. You can find out which Active Directory attributes are available by using the Microsoft application Active Directory Users and Computers. Individual attributes are listed in the Attribute Editor column under the relevant Active Directory user or computer settings. If you want to determine the value of an attribute via IBI-helpMe, you must specify the attribute name as a value, as shown in the examples above.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.