|
UserAssistantPhoneNo UserAssistantPhoneNo <UserName> | Returns the assistant's telephone number from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserCity UserCity <UserName> | Returns the "City" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserCommonName UserCommonName <UserName> | Returns the common name of a user ("cn" property in the Active Directory). If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>.
Example: Splash Welcome to Acme,[UserCommonName] |
|
UserCompany UserCompany <UserName> | Returns the "Company" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserCountry UserCountry <UserName> | Returns the "Country" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserCustomProperty <PropertyName> UserCustomProperty <PropertyName>, <UserName> | Returns a custom property from the Active Directory of a user or an empty string if it is not set, for example from schema extensions. Property name must be an LDAP property name like 'streetAddress'; see the "Attribute Editor" property tab of the user for a list of attribute and values. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>.
Example: If [UserCustomProperty managedBy,AcmeUser]="[UserDistinguishedName]" Then |
|
UserDepartment UserDepartment <UserName> | Returns the "Department" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserDescription UserDescription <UserName> | Returns the "Description" property from the Active Directory of a user or an empty string if it is not set. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserDistinguishedName UserDistinguishedName <UserName> | Returns the distinguished name of the currently logged on user from Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserEMailAddress UserEMailAddress <UserName> | Returns the "EMail" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserExchangeCustomAttribute <Number> UserExchangeCustomAttribute <Number>, <UserName> | Returns the value of an Exchange Custom Attribute (also known as Extension Attributes) from the Active Directory of a user or an empty string if it is not set. Number must be between 1 and 15. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserFaxNo UserFaxNo <UserName> | Returns the "Fax" property of the phone number tab from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserFirstName UserFirstName <UserName> | Returns the "First Name" property from the Active Directory of a user or an empty string if it is not set. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserHomeDir UserHomeDir <UserName> | Returns the user's home directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>.
Example: SyncDir [UserDocumentsDir],[UserHomeDir]\DocumentBackup |
|
UserHomeDrive UserHomeDrive <UserName> | Returns the user's home drive. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>.
Example: ConnectShare [UserHomeDrive],[UserHomeDir] |
|
UserHomePhoneNo UserHomePhoneNo <UserName> | Returns the "Home" property of the phone number tab from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserInitials UserInitials <UserName> | Returns the "Initials" property from the Active Directory of a user or an empty string if it is not set. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserIPPhoneNo UserIPPhoneNo <UserName> | Returns the "IP phone" property of the phone number tab from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserLanguage | The ISO 639-2 language code of the regional settings of the currently logged on user (e.g. ENG for English). |
|
UserLastLogon UserLastLogon <UserName> | Returns the date and time of the user's last logon date. If the user has never logged on, a blank string is returned. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserLastName UserLastName <UserName> | Returns the "Last Name" property from the Active Directory of a user or an empty string if it is not set. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserListedName UserListedName <UserName> | Returns the "Name" property from the Active Directory of a user or an empty string if it is not set. The difference between the UserName and UserListedName functions is that the UserName function returns the logon account name that is used as the key for scripting, whereas the UserListedName returns the display name in the Active Directory. These have the same values by default, but can be set to different values. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>.
Example: Splash Welcome to ACME Corporation,[UserName] |
|
UserLogonScript UserLogonScript <UserName> | Returns the user's logon script. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserManager UserManager <UserName> | Returns the account name of the "Manager" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserMobileNo UserMobileNo <UserName> | Returns the "Mobile" property of the phone number tab from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserNotes UserNotes <UserName> | Returns the "Notes" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserOffice UserOffice <UserName> | Returns the "Office" property from the Active Directory of a user or an empty string if it is not set. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserPagerNo UserPagerNo <UserName> | Returns the "Pager" property of the phone number tab from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserPhoneNo UserPhoneNo <UserName> | Returns the "Telephone number" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserPOBox UserPOBox <UserName> | Returns the "P.O. Box" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserPrincipalName UserPrincipalName <UserName> | Returns the principal name of the currently logged on user from Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserProfilePath UserProfilePath <UserName> | Returns the user's roaming profile path, if any. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserState UserState <UserName> | Returns the "State" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserStreet UserStreet <UserName> | Returns the "Street" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserTitle UserTitle <UserName> | Returns the "Job Title" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserWebPage UserWebPage <UserName> | Returns the "Web page" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|
UserZip UserZip <UserName> | Returns the "Zip" property from the Active Directory of a user or an empty string if it is not set. Optional username is the name of a user in the Active Directory. If no username is specified, current user is assumed. Domain is by default the domain of the logged on user, to specify another domain, use <Domain>\<UserName>. |
|