• 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/24

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;

24 Cards in this Set

  • Front
  • Back
What should you type at the Exchange Management Shell to apply a managed folder mailbox policy named Policy1 to all users in the Customer Service department?
Get-User -Filter {Department -eq 'Customer Service'} | Set-MailboxManagedFolderMailboxPolicy 'Policy1'
What parameter of the Set-Mailbox cmdlet can you use to place a legal hold on a user's mailbox so that deleted messages are not purged?
the -LitigationHoldEnabled $True parameter
How can you create a custom folder named CustomFolder with a comment that displays in Outlook for all users?
Create a managed folder mailbox policy
Which e-mail authentication technology protocol validates the origin of e-mail messages by verifying the IP address of the sender against the alleged owner of the sending domain?
The Sender ID Framework
Which AD RMS template can you use in a transport rule to prevent a user from forwarding a message, copying content from the message, or printing the message?
the Do Not Forward RMS template
What should you do to so that Tax auditors can review messages that are sent or received by a member of the tax@nutex.com distribution list?
Create a journal rule that will store, in an auditor's mailbox, a copy of any message that contains at least one recipient or sender who is a member of the tax@nutex.com distribution list.
If the SRL block threshold is exceeded by a particular sender, by default how long will the sender stay on the Sender Block list?
24 hours
Why should you exclude an Exchange Database and log file from a file level virus scanner?
A virus scanner may quarantine the log file and keep the Exchange database from mounting
How can you have messages be exempt from a mailbox retention policy?
Place a litigation hold or "Legal Hold" on the mailbox
To use S/MIME on OWA, what must be configured on the /owa virtual directory?
Secure Sockets Layer (SSL)
How can you create a custom folder named CustomFolder with a comment that displays in Outlook for all users?
Create a managed folder mailbox policy
What type of rule can you use with an RMS template?
A transport rule
What cmdlet to can you use to add words or phrases to the Allowed list?
the Add-ContentFilterPhrase cmdlet
To use mutual TLS, what must an Edge Transport server must be able to access on external CAs?
The Edge Transport server must be able to access CRLs for external CAs to use mutual TLS.
Which AD RMS template can you use in a transport rule to prevent a user from responding to all recipients of a message?
the Do Not Reply All template
Which scope on a journal rule processes all messages that pass through a Hub Transport server?
Global scope
What type of DNS record is used to create sender policy framework (SPF) for the zone of your domain in DNS?
a TXT record
Why can you NOT use WebReady Document Viewing with messages that use S/MIME with OWA?
WebReady Document Viewing does not work with encrypted messages
Which files should be excluded from a file level virus checker when installing antivirus software on a Mailbox server?
Exclude any Exchange database and the associated log files
Which scope on a journal rule processes messages that are sent to members of the organization by senders that are outside the Exchange organization?
External scope
How can you ensure that messages are returned to the sender if the sender or at least one recipient on the To or Cc line is not a member of the legal group?
Use the message classification of Attorney/Client Privilege (A/C Privileged) and associate it with a transport rule.
How should you import the certificates for mutual TLS on the Edge Transport server?
use the Import-ExchangeCertificate cmdlet
What two things must OWA users have in order to use S/MIME in OWA?
a digital ID (certificate) and the S/MIME control installed
What would you type at the Exchange Management Shell to enable the Delete action and sets the corresponding SCL threshold to 9?
Set-ContentFilterConfig -SCLDeleteEnabled $true -SCLDeleteThreshold 9