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

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;

32 Cards in this Set

  • Front
  • Back
Certificates
not worth the effort to implement self gen. Easier to just buy
goal admin
provide most connectivity while maint. security
additional ways to cnct to exch
outlookanywhee
pop/imap
owa
AS
OA users RPC over ___
HTTP
takes client cnxns and wraps them in an ____ layer
HTTP
why is this good?
Firewalls tend to block RPC ports. Tend to allow HTTP
3 things needed for OA on CAS:
valid SSL
install RPC/HTTP
Enable OA
How enable RPC/HTTP via powershell
research
cmd used to enable OA
Enable-OutlookAnywhere
how to test OA?
Test-OutlookConnectivity
ExRCA
What is ExRCA
MS supplied website on internet
checks for Autodiscover connectivity
DNS
Certificate
firewall config
client connectivity
Why is POP/IMAP disabled
many orgs may not want this enabled
disadv. of enabling POP
emails dl to mobile device will be available to others if mobile is lost
POP behaviour
downloads emails to client and removes from server
POP functionality
does not provide calendaring, contacts, tasks
IMAP diff from POP?
Yes, can supply both oline/offline access but still does not have calendaring, tasks, contacts
IMAP and POP are receive protocols and therefore rely on ___
SMTP
Not push technology, only pull. Client must check
mail not pushed down to client
using NTLM for OA
may have issues w/ firewalls, but more secure
BASIC auth
less secure, but more likely to work past firewalls
SSL offloading?
SSL accelerator. Do you have one?
cmdlet to enable outlookanywhere
server: EX2KPRIME
ExternalHostname: site.afarensi.com
No SSL accelerator
enable-outlookanywhere -Server EX2k10Prime -ExternalHostName site.afarensi.com -SSLOffloading $false
Where pop3/IMAP enabled?
Serivces control panel
poweshell cmd to set POP3 settings
set-popsettings
powershell cmd to set imap setting
set-imapsettings
cmdlet to turn off pop3 and imap4 for clients
set-casmailbox -identity <username> -popenabled $false -imapenabled $false
set-CASMAILBOX is used to set attribs for CA features
AS, OWA, OA, POP, IMAP
How to disable users from using OutlookAnywhere via cmdlet?
use set-casmailbox with -MAPIBlockOUtlookRPCHTTP parm
-MAPIBLockOutlookRPCHTTP should be set to __ to disable access
$true
another method to block OA
ISA or firewall
how to check if OA enable is completed?
check event viewer
test-outlookconnectivity
cmdlet to block oU from OA?
get-mailbox -organizationalunit <OU>|Set-CASMAILBOX -mapiblockrpchttp:$true