|
Question 1. Your company uses both a distribution group and a security group for each department. Both groups contain the same members. All new users are added to both groups in their departments. You need to decrease the amount of time that is required to manage groups. You must achieve this goal while minimizing disruption to mail capabilities and to previously assigned access permissions. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) A. Delete the departmental distribution groups. B. Delete the departmental security groups. C. Convert the departmental distribution groups to global security groups. D. Mail-enable the departmental security groups. E. Mail-enable the converted global security groups. Answer: A, D Question 2. Your Exchange Server 2007 organization contains two Exchange servers named Exch1 and Exch2. Exch1 fails and cannot be restored to service. You need to move all mailboxes from Exch1 to Exch2. Which cmdlet should you run? A. Get-Mailbox -Server Exch1 | Move-Mailbox - IgnorePolicyMatch - TargetDatabase "Exch2\First Storage Group\Mailbox Database" B. Get-Mailbox -Server Exch1 | Move-Mailbox - IgnoreRuleLimitErrors - TargetDatabase "Exch2\First Storage Group\Mailbox Database" C. Get-Mailbox -Server Exch1 | Move-Mailbox - ValidateOnly - TargetDatabase "Exch2\First Storage Group\Mailbox Database" D. Get-Mailbox -Server Exch1 | Move-Mailbox - ConfigurationOnly - TargetDatabase "Exch2\First Storage Group\Mailbox Database" Answer: D Question 3. You have an automatically generated CSV file with a list of your companys newly hired employees. The CSV file contains all of the information that is required to create the mailboxes for the new employees. You need to create new user accounts and mailboxes directly from the CSV file. What should you do? A. Redirect the output of the Import-CSV cmdlet to the New-Mailbox cmdlet with the appropriate parameters. B. Redirect the output of the Export-CSV cmdlet to the New-Mailbox cmdlet with the appropriate parameters. C. Redirect the output of the Import-Alias cmdlet to the New-Mailbox cmdlet with the appropriate parameters. D. Redirect the output of the Import-CSV cmdlet to the Enable-Mailbox cmdlet with the appropriate parameters. Answer: A Question 4. Your company has five Active Directory sites that are configured as shown in the exhibit. Each site has an Exchange Server 2007 Mailbox server and Hub Transport server. Currently all outbound e-mail traffic goes through the New York site. You need to reconfigure the mail flow so that all outbound e-mail messages that are sent from users in the Seattle office are sent out of your Exchange organization through ExchHub5 in the Chicago office. Which cmdlet should you run? A. Set- AdsiteLink -Id DNVR-CHI. ADCost 5 B. Set- AdSite -Identity Chicago - HubSiteEnabled:$true C. New- SendConnector -Name 'Chicago' - AddressSpaces:'smtp :*;1' - DNSRoutingEnabled:$true -SourceTransportServers:'ExchHub5' D. Set- SendConnector -Identity 'Seattle' - AddressSpaces:'smtp :*; 1' - DNSRoutingEnabled:$false -SourceTransportServers:'ExchHub1' Answer: C Question 5. Your Exchange Server 2007 organization contains two load balanced Client Access servers. Outlook Anywhere users on the corporate network have access to availability information. You need to allow access to availability information for users outside the corporate network who connect by using Outlook Anywhere. What should you do? A. Run the Set-CASMailbox cmdlet with the appropriate parameters on each of the Client Access servers. B. Add a replica of the Exchange organizations Free/Busy public folder to at least one of the Mailbox servers in the same site as the Client Access servers. C. Add the Full Details read permission to each users calendar properties by using the Microsoft Office Outlook client. D. Set the external URL by running the Set-WebServicesVirtualDirectory cmdlet on each of the Client Access servers. Answer: D Question 6. Your company has a separate business unit named Northwind Traders. All Northwind Traders employees have mailboxes on your companys Exchange Server 2007 computers. All Northwind Traders employee mailboxes have been assigned northwindtraders.com e-mail addresses. The e-mail address policy is configured as shown in the following exhibit. The Northwind Traders distribution groups have not been assigned northwindtraders.com e-mail addresses. You need to use an e-mail address policy to assign all of the Northwind Traders distribution groups an e-mail address from the northwindtraders.com domain. What should you do? A. Run the Set-EmailAddressPolicy cmdlet with the RecipientFilter parameter to add each of the distribution groups to the existing e-mail address policy. Run the Update-EmailAddressPolicy cmdlet with appropriate parameters. B. Run the Set-EmailAddressPolicy cmdlet with the IncludedRecipients parameter to add each of the distribution groups to the existing e-mail address policy. Run the Update- EmailAddressPolicy cmdlet with the appropriate parameters. C. Assign a unique custom attribute value to each Northwind Traders distribution group. Modify the existing policy by adding the assigned custom attribute to the conditions list by using the Exchange Management Console. D. Assign a unique custom attribute value to each Northwind Traders distribution group. Add an additional e-mail address policy that filters for the assigned custom attribute. Answer: D Question 7. You need to configure a public folder to replicate on only Saturdays and Sundays. You also need to ensure that posts will be denied after the folders size reaches 500 MB. Which cmdlet should you run for the public folder? A. Set- PublicFolder - StorageQuota 500MB. ReplicationSchedule "Saturday.12:00 AM- Sunday.11:59 PM" B. Set- PublicFolder - PostStorageQuota 500MB. ReplicationSchedule "Saturday.12:00 AM- Sunday.1 1:59 PM" C. Set- PublicFolder - MaxltemSize 500MB. ReplicationSchedule "Saturday.12:00AM- Sunday.11:59 PM" D. Set- PublicFolder - PostStorageQuota 500MB. UseDatabaseRetentionDefaults : $true Answer: B Question 8. You create a new message classification named Customer Data. Messages that have this classification should not be sent outside the company. You need to redirect to the CustData mailbox all outbound e-mail messages that have the Customer Data classification. What should you do? A. Run the Set-MessageClassification -Identity 'Customer Data' -UserDisplayEnabled:$true cmdlet. B. Add read permissions to the Customer Data message classification by running the Set- MessageClassification cmdlet. C. Run the Set-MessageClassification -Identity 'Customer Data' RetainClassificationEnabled:$true cmdlet. D. Create a new transport rule to redirect to the CustData mailbox all messages that are sent from internal users to only users outside the company and that are marked with the Customer Data classification. Answer: D Question 9. You are preparing to configure Outlook Anywhere on your existing Exchange Server 2007 organization. A Mailbox server named ExchMb1 contains all of the mailboxes that will be accessed by users who use Outlook Anywhere. A Client Access server named ExchCas1 is available from the Internet. Users will access Outlook Anywhere with mail .contoso.com as the host (A) name. You need to configure the Exchange organization so that Outlook Anywhere can be used by Microsoft Office Outlook clients from the Internet. Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.) A. Install RPC over HTTP Proxy on ExchCas1. B. Install a valid SSL certificate for ExchMb1 on the default Web site. C. Install a valid SSL certificate for ExchCas1 on the default Web site. D. Install RPC over HTTP Proxy on ExchMb1. E. Run the Enable-OutlookAnywhere -Server:ExchCas1 -ExternalHostName:mail.contoso.com - SSLOffLoading:$false -ExternalAuthenticationMethod:Basic cmdlet. F. Run the Enable-Outlook4nywhere -Server:ExchMb1 -ExternalHostName:mail.contoso.com - SSLOffLoading:$true -ExternalAuthenticationMethod:Basic cmdlet. Answer: A, C, E Question 10. Your native Exchange Server 2007 environment has the following server roles installed: Three Mailbox servers One Hub Transport server named ExchHub1 One Edge Transport server named ExchEdge1 The human resources (HR) department uses a Windows SMTP relay with an IP address of 192.168.10.25. E-mail from the HR department to all employees must be sent from this relay. You need to configure your Exchange environment to accept e-mail messages from the internal HR SMTP relay. Which cmdlet should you run? A. New- ReceiveConnector -Name 'HR e-mail' -Server ExchHub1 - RemoteIPRanges 192.168.10.25 - AuthMechanism BasicAuth -Usage Internal B. New- ReceiveConnector -Name 'HR e-mail' -Server ExchHub1 - RemoteIPRanges 192.168.10.25 - AuthMechanism BasicAuth -Usage Partner C. New- ReceiveConnector -Name 'HR e-mail' -Server ExchEdge1 - RemoteIPRanges 192.168.10.25 - AuthMechanism BasicAuth -Usage Partner D. New- ReceiveConnector -Name 'HR e-mail' -Server ExchEdge1 - RemoteIPRanges 192.168.10.25 - AuthMechanism BasicAuth -Usage External Answer: A
Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.