For non Active Directory users - talkingmoose/Outlook-Exchange-Setup-5 GitHub Wiki
Without Active Directory, Outlook Exchange Setup 5 must rely on information it can gather from the current OS X user account. It must correctly concatenate parts of that information to make a best effort guess to determine the user's email address.
| Property | Setting | Description |
|---|---|---|
domainName |
example.com |
Complete this only if not using Active Directory to get user information. The part of your organization's email address following the @ symbol. |
emailFormat |
1 |
When Active Directory is unavailable to determine a user's Email address, this script will attempt to parse it from the display name of the user's login. Describe your organization's email format: 1: Email format is [email protected] 2: Email format is [email protected] 3: Email format is [email protected] (first name initial plus last name) 4: Email format is [email protected] |
displayName |
2 |
Describe how the user's display name appears at the bottom of the menu when clicking the Apple menu (Log Out Joe Cool... or Log Out Cool, Joe...). 1: Display name appears as "Last, First" 2: Display name appears as "First Last" |
domainPrefix |
Optionally append a NetBIOS domain name to the beginning of the user's short name. Be sure to use two backslashes when adding a name. Example: Use "TALKINGMOOSE\" to set user name "TALKINGMOOSE\username" |