• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
What is a mail-enabled user?
A person who can log on to the domain but has a mailbox hosted outside the local Exchange org.
What is a mail contact?
A special type of recipient that allows and external user's email address to be present to Exchange clients without being a domain user.
PRACTICE: Create a mail contact using the EMC
.
cmdlet used to create a new contact in exchange
NEW-MailContact
Is a mail-enabled user separate or part of the domain?
The user account is a domain user. The user's mailbox is hosted by an external org.
cmdlet that creates a mail enabled user
new-mailuser
create a new mail-enabled user in EMS.
User: Oksana
email: oksana@contoso.com
container: adatum.com/Users
new-mailuser -name Oksana -ExternalEmailAddress oksana@contoso.com -UserPrincipalName oksana@adatum.com
command to mail enable an existing user named barry. His email is barry@contoso.com
enable-mailuser -identity Barry -ExternalMailAddress barry@contoso.com
PRACTICE: take an existing user account and configure the user to be mail enabled.
.
PRACTICE: create a new mail-enabled user.
.