Skip to main content
Skip table of contents

ActiveDirectory

Keyword

ActiveDirectory.User

ActiveDirectory.Computer

DescriptionAn 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%}
JavaScript errors detected

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

If this problem persists, please contact our support.