Objective 1.5 Exchange 2010 Flashcards

Objective 1.5: Create and configure address lists

1
Q

You use the EMS ______ cmdlet to upgrade default recipient filters. You cannot use the EMC for this purpose.

A

Set-AddressList

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The following command updates the All Groups default legacy address list: ______.

A

Set-AddressList “All Groups” -IncludedRecipients MailGroups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You should know that an ______ is a copy of a collection of offline address lists, generated on an Exchange server and then downloaded to a client computer so that a Microsoft Outlook user can access the information it contains while disconnected from the Exchange organization.

A

OAB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

An OAB can be distributed to client computers by using ______ or ______ distribution (or both).

A

web-based, or

public folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Outlook 2007 and Outlook 2010 clients can access the OAB by using the ______ distribution method.

A

web-based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In web-based distribution, the _____ is the distribution point from which client computers can download the OAB.

A

HTTPS web address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Outlook 2003 SP1 or earlier clients access the OAB through ______ distribution.

A

public folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You should be aware that you can use the ______ Wizard in the EMC to create an OAB and specify either web-based or public folder distribution.

A

New Online Address Book

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If you use the EMS ______ cmdlet, an OAB with web-based distribution is created by default, unless you specify public folder distribution by using the ______ parameter.

A

New-OfflineAddressBook,

PublicFolderDistributionEnabled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The following command creates an OAB named Other-OAB on server VAN-EX2 that uses the public folder distribution method and uses the public folder database MyPublicDatabase: ______.

A

New-OfflineAddressBook -Name “Other-OAB” -AddressLists “My Address List” -Server VAN-EX2 -PublicFolderDatabase “MyPublicDatabase” -PublicFolderDistributionEnabled $true -Versions Version3,Version4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You can use the EMC to add or remove an address list from an OAB by accessing the ______ dialog box.

A

OAB Properties

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You can also use the EMS ______ cmdlet to add or remove address lists from an OAB.

A

Set-OfflineAddressBook

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If you have an OAB named MyOAB that contains address lists MyAddressList01 and MyAddressList02, you would issue the following command to add the address list MyAddressList03: ______.

A

Set-OfflineAddressBook -Identity “MyOAB” -AddressLists MyAddressList01,MyAddressList02,MyAddressList03

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

If you subsequently wanted to remove MyAddressList01 from the OAB, you would issue the following command: ______.

A

Set-OfflineAddressBook -Identity “MyOAB” -AddressLists MyAddressList02,MyAddressList03

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You can use the _____ cmdlet to select the server on which the OAB is generated. You can also perform this task in the EMC by using the ______ Wizard.

A

Move-OfflineAddressBook,

Move Offline Address Book

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The following command moves the generation task for a custom OAB named MarketingOAB to the server VAN-EX2: ______.

A

Move-OfflineAddressBook -Identity “MarketingOAB” -Server VAN-EX2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

You need to be a member of ______ and ______ role groups to create and configure email address policies.

A

Server Management, and

Organization Management

18
Q

You can use the EMS ______ cmdlet to create an email address policy. You can also use the ______ Wizard in the EMC.

A

New-EmailAddressPolicy,

New E-Mail Address Policy

19
Q

You can use the ______ Wizard in the EMC or the EMS ______ cmdlet to edit an email address policy.

A

Edit E-mail Address Policy,

Set-EmailAddressPolicy

20
Q

The following command edits the email address policy Southeast Australia that currently includes recipients in Victoria and New South Wales to also include recipients in South Australia: ______.

A

Set-EmailAddressPolicy -Identity “Southeast Australia” -ConditionalStateorProvince “Victoria”,”New South Wales”,”South Australia”

21
Q

You should then issue the following EMS command to apply the policy to all existing users within the policy scope: ______.

A

Update-EmailAddressPolicy -Identity “Southeast Australia”

22
Q

You can use the EMC ______ Wizard to create an address list. You can also use the EMS ______ (not the Set-AddressList) cmdlet.

A

New Address List,

New-AddressList

23
Q

The following command creates the address list PennsylvaniaAddressList by using the RecipientFilter parameter, and includes recipients that are mailbox users and have StateOrProvince set to Pennsylvania: ______.

A

New-AddressList -Name PennsylvaniaAddressList -RecipientFilter {((RecipientType -eq ‘UserMailbox’) -and (StateOrProvince -eq ‘Pennsylvania’))}

24
Q

If you create an address list in the EMS, you need to apply it by using the EMS ______ cmdlet or the ______ Wizard in the EMC.

A

Update-AddressList,

Apply Address List

25
To create the address list ColoradoStaff that includes recipients who are mailbox users and have StateOrProvince set to Colorado issue the following command: \_\_\_\_\_\_.
**New-AddressList -Name "ColoradoStaff" -RecipientFilter {((RecipientType -eq 'UserMailbox') -and (StateOrProvince -eq 'Colorado'))}**
26
To create the child address list DenverStaff in the ColoradoStaff parent container, you would issue the following EMS command: \_\_\_\_\_\_.
**New-AddressList -Name "DenverStaff" -Container "\ColoradoStaff" -ConditionalCustomAttribute1 "Denver"**
27
The following command configures the address list Adatum Delaware Branch to include recipients that work in Adatum's Delaware office: \_\_\_\_\_\_.
**Set-AddressList -Identity "Adatum Delaware Branch" -ConditionalCompany Adatum -ConditionalStateorProvince Delaware**
28
You can use the EMS ______ cmdlet to obtain the distinguished name (DN) of an address list and the EMS ______ cmdlet to list address list members.
**Get-AddressList**, **Get-Recipient**
29
You can use the ______ cmdlet to update an address list, based on conditional attributes.
**Update-AddressList**
30
The following command updates the address list Room3A under the container All Users\Administration to include all users who have this custom attribute: \_\_\_\_\_\_.
**Update-AddressList -Identity "All Users\Administration\ Room3A"**
31
You use the EMS ______ cmdlet to create a Global Address List (GAL).
**New-GlobalAddressList**
32
The following command creates a GAL named Contoso Global for recipients who are mailbox users and have their company listed as Contoso: \_\_\_\_\_\_.
**New-GlobalAddressList -Name "Contoso Global" -IncludedRecipients MailboxUsers -ConditionalCompany Contoso**
33
Exchange 2010 SP2 introduces the ______ object. This can be assigned to a mailbox user and determines the GAL, OAB, room list, and address lists that are visible to that mailbox user.
Address Book Policy (ABP)
34
The following command modifies the time and date at which OAB generation occurs for MyOAB: \_\_\_\_\_\_.
**Set-OfflineAddressBook -Identity "MyOAB" -Schedule "Sat.2:00 AM-Sat.2:15 AM"**
35
You can use the EMC ______ Wizard to move an OAB generation server. You can also use the EMS ______ cmdlet.
Move Offline Address Book, **Move-OfflineAddressBook**
36
The following command moves the generation task for a custom OAB named MarketingOAB to the server VAN-EX2: \_\_\_\_\_\_.
**Move-OfflineAddressBook -Identity "MarketingOAB" -Server VAN-EX2**
37
You have created a custom OAB named WingTipToysGlasow. You want to move the generation task for this OAB from the server GLA-EX1 to the server GLA-EX2. What EMS command do you issue?
You issue the **Move-OfflineAddressBook -Identity "WingTipToysGlasow" -Server GLA-EX2** command.
38
You want to create a GAL named Fabrikam - All Employees to include all mailbox users employed by Fabrikam. What EMS command do you issue?
You issue the **New-GlobalAddressList -Name "Fabrikam - All Employees" -IncludedRecipients MailboxUsers -ConditionalCompany "Fabrikam"** command.
39
You want to create an OAB named Offline-Contoso-Managers based on the Contoso-Managers address list. This OAB should be generated on the server named GlasgowMBX1 and should be available to Outlook 2003 and other MAPI clients. What EMS command should you issue?
You should issue the **New-OfflineAddressBook -name "Offline-Contoso- Managers" -Server GlasgowMBX1 -AddressLists Contoso-Managers -PublicFolderDistributionEnabled $true** command.
40
What EMS cmdlet can you use to add or remove address lists from an OAB?
You can use the **Set-OfflineAddressBook** cmdlet.
41
You want to create an email address policy for adatum.com that configures email addresses so that a recipient's last name is combined with the first two letters of his given name. For example: Don Hall would be halldo@adatum.com. What setting would you specify for the EnabledEmailAddress Templates parameter of the New-EmailAddressPolicy cmdlet?
You would specify "**SMTP:% s% 2g@adatum.com**" for this parameter.