



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Operating Systems you can Install Excange 2016 on ✔✔Windows Server 2016 Standard or Datacenter Windows Server 2012 R2 Standard or Datacenter Windows Server 2012 Standard or Datacenter Windows Server 2008 R2 Standard or Enterprise Windows Server 2008 R2 Datacenter RTM or later Minimum Forest Functional Level that will support Exchange 2016 ✔✔Windows Server 2008 R2 3 Ways to Confirm an Install ✔✔1. Run Get-ExchangeServer -Identity Name | Format-List 2. Event Viewer - Application Log 3. Setup Log files. C:\ExchangeSetupLogs\ExchangeSetup.log
Typology: Exams
1 / 6
This page cannot be seen from the preview
Don't miss anything!
Operating Systems you can Install Excange 2016 on ✔✔Windows Server 2016 Standard or Datacenter
Windows Server 2012 R2 Standard or Datacenter
Windows Server 2012 Standard or Datacenter
Windows Server 2008 R2 Standard or Enterprise
Windows Server 2008 R2 Datacenter RTM or later
Minimum Forest Functional Level that will support Exchange 2016 ✔✔Windows Server 2008 R
3 Ways to Confirm an Install ✔✔1. Run Get-ExchangeServer - Identity Name | Format-List
Permissions you need to run setup commands ✔✔Preparing Schema
Prepare AD
Prepare Domain
Prepare All Domains
Command to install Exchange from a CLI ✔✔Setup.exe /mode:install / role:Mailbox
Must use /IAcceptExchangeServerLicenseTerms Flag
Permissions to install Exchange on an existing Environment ✔✔Enterprise Admins
Where do you install the Edge Transport Role ✔✔A residing server in your network
Command to set send as permissions on a mailbox ✔✔Add-ADPermission "Don Hall"-User "adatum/Kim_Akers" -ExtendedRights "SendAs"
Command to set max send + Receive quotas on a mailbox ✔✔Set-Mailbox -Identity "Kim_Akers" -MaxSendSize 20mb -MaxRecieveSize 20mb
What is an address list? ✔✔A list of addresses
Spam Confidence Level (SCL) ✔✔Assigns a numeric value to the likelihood that a message contains a spam
0 means it is less likely to be a spam
9 means it is more likely to be a spam
Not enabled by default on a mailbox server
Can only use EMS to configure
Can use Delete, Junk, Quarantine, or Reject
Command for the Spam Confidence Level ✔✔Set-Mailbox "Kim_Akers" - AntispamBypassEnabled $False -SCLJunkEnabled $True -SCLJunkThreshold 4
What is a linked mailbox? ✔✔Mailboxes that are accessed by users in a seperate trusted forest.
Creates a disabled user account in the local forest and links it to a user in the trusted forest.
What is a resource mailbox? ✔✔Used to reserve equipment and resources
Command to modify a room mailbox ✔✔Set -CalendarProcessing Name - BookingWindowsinDays 50 -MaximumDurationinMinutes 120
Set -CalendarProcessing -Identity Name -ResourceDelegates "kim" - ForwardRequestsToDelegates $True
Configuring Automating Booking ✔✔Set-CalendarProcessing Conference1 - AutomateProcessing AutoAccept
Command to convert one type of mailbox to another ✔✔Set -Mailbox Hovercraft -Type room,user,share