IBI-helpMe

ActiveDirectory

Keyword

ActiveDirectory.User

ActiveDirectory.Computer

Description

An attribute value of an ActiveDirectory object can be loaded with an ActiveDirectory variable. Users and computer objects are supported.

Example I - user object

For example, use the keyword ActiveDirectory.User to load the DisplayName attribute of an AD user object. Separated by a point, the name of the attribute follows at the end.

XML
{%ActiveDirectory.User.DisplayName%}

Example II - computer object

If you want to, for example, load the countryCode attribute of an AD computer object, the keyword ActiveDirectory.Computer is used. Separated by a point, the name of the attribute follows at the end.

XML
{%ActiveDirectory.Computer.countryCode%}