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

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;

17 Cards in this Set

  • Front
  • Back
How would you move a mailbox database path using the Exchange Management Shell?
Move-databasepath -identity Mailbox1 -Edbfilepath c:\Differentfolder\Mailbox1
Where in the registry can you enable a size limits for mailbox databases?
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\<server name>\Private-<database GUID>

If the Database size lmit in GB DWORD exists, change the value in gigabytes.
How do you mount\dismount a mailbox DB in EMS?
mount-database -identity Mailbox1

dismount-database -identity Mailbox1
What service needs to be running in order to mount\dismount a DB?
Microsoft Exchange Information Store (MSExchangeIS)
How do you remove a database in the EMS?
remove-mailboxdatabase -identity Mailbox1
What are the 4 tabs in the mailbox database tab?
General, Maintenance, Limits, Client Settings
How would you configure a deleted item retention time of 14 days for a mailbox?
Set-mailboxdatabase -identity "mailbox1" -deleteditemretention 14.00:00:00
How would you configure a scheduled maintenance to run from Sunday of each week at 10:30PM until Monday at 1:30aM?
Set-mailboxdatabase -identity "mailbox1" -maintenanceSchedule 6.21:00-6.23:15
What memberships do you need to be granted to be allowed to manage a public folder database?
Exchange Organization Administrator role and be a member of the Local Admin group on the target server
Using the EMS, how would you create a public folder DB?
new-publicfolderdatabase -name "publicfolder1" -edbfilepath c:\publicfolder1 -logfolderpath c:\exDB\Logs
How many public folder databases can you have on a server?

How do you remove a public folder database from a server using EMS?
1 public folder DB

get-publicfolder -server EX2010 "\" -recurse -resultsize:unlimited | remove-publicfolder -server EX2010 -recurse -erroraction:silentlycontinue
How would you obtain all public folder database settings?
get-publicfolderdatabase | fl
You have used the EMS to create a mailbox database called Marketing on the server VAN-EX1 and to set the warning quota on that database to 2.5 GB. You now want to enable it to be used to provision new mailboxes. What EMS command do you enter?
Mount-Database –Identity Marketing
Currently, both the database and transaction log files for the Sales mailbox database
are in the same folder on the C: volume. You want to move the transaction logs to the
E:\SalesTransactionLog folder. What is the first command that you enter in the EMS
in order to accomplish this?
Move-DatabasePath –Identity Sales –LogFolderPath E:\ SalesTransactionLog
You want to ensure that the mailbox database named Production undergoes the removal
of items that have passed their retention period, the removal of unused indexes, and
other cleanup tasks. You want to schedule these operations so that they occur every
Sunday between 10:15 and 11:45 PM. What command do you enter in the EMS?
Set-MailboxDatabase -Identity Production -MaintenanceSchedule 0.22:15-0.23:45
You have created a public folder database named CompanyInformation on the server
VAN-EX1 running Exchange Server 2010. You want to configure this public folder
database
to retain items for 42 days. Which EMS commands could
you enter to accomplish this goal?
Set-PublicFolderDatabase –Identity CompanyInformation -ItemRetentionPeriod 42
What is an address list?
An address list is a collection of recipient and other AD DS objects. It can contain one or more types of objects, such as users, contacts, groups, public folders, conferencing, and other resources. Address lists also provide a mechanism to partition mail-enabled objects in Active Directory for the benefit of specific groups of users. In this lesson, you will see how to create and configure an address lists and OABs.