Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

CET 439 Exam 1 Latest Update Graded A+, Exams of Computer Science

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

2024/2025

Available from 11/18/2024

tizian-kylan
tizian-kylan 🇺🇸

2.7

(21)

3.8K documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CET 439 Exam 1 Latest Update
Graded A+
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
Permissions you need to run setup commands ✔✔Preparing Schema
-Schema Admins and Enterprise Admins
pf3
pf4
pf5

Partial preview of the text

Download CET 439 Exam 1 Latest Update Graded A+ and more Exams Computer Science in PDF only on Docsity!

CET 439 Exam 1 Latest Update

Graded A+

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

  1. Event Viewer - Application Log
  2. Setup Log files. C:\ExchangeSetupLogs\ExchangeSetup.log

Permissions you need to run setup commands ✔✔Preparing Schema

  • Schema Admins and Enterprise Admins

Prepare AD

  • Member of Enterprise Admins
  • Execute in the same domain and site as the computer with the schema master role.

Prepare Domain

  • If domain was created prior to setup/PrepareAD, user must be a member of domain admins
  • If domain was created after setup/PrepareAD, user must be a part of the organizational management role group and the domain admins group.

Prepare All Domains

  • Member of Enterprise Admins

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

  • Room mailboxes: meeting locations
  • Equiptment mailboxes: specific items

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