Home
56.
You want to distribute your mailboxes randomly across all of your Exchange Server 2013 databases, so that load and performance are randomly distributed, but you want
  • A.
    Set-Mailbox db_name -IsExcludedFromProvisioning $True
  • B.
    Set-MailboxDatabase db_name -IsExcludedFromProvisioning
  • C.
    Set-Mailbox db_name -IsExcludedFromProvisioning $True
  • D.
    Set-MailboxDatabase db_name -IsExcludedFromProvisioning $True
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
A. Incorrect: This cmdlet uses Set-Mailbox and not Set-MailboxDatabase.
B. Incorrect: IsExcludedFromProvisioning requires a $True or $False switch.
C. Incorrect: This cmdlet uses Set-Mailbox and not Set-MailboxDatabase.
D. Correct: This cmdlet will work.
Report
Name Email  
57.
Which of the following New-MigrationBatch cmdlets are valid?
  • A.
    New-MigrationBatch -Name PilotUsersGroup2 -Online -CSVData ([System. IO.File]::ReadAllBytes("C:\ExchangeMigrations\NewMigrationBatch.csv")) -AllowIncrementalSyncs $true -AutoComplete:$false -NotificationEmails brian@mcmhybrid.co.uk
  • B.
    New-MigrationBatch -Name PilotUsersGroup2 -Local -CSVData ([System. IO.File]::ReadAllBytes("C:\ExchangeMigrations\MCMHybrid-NewMigrationBatch. csv")) -AllowIncrementalSyncs $true -AutoComplete:$false -NotificationEmails brian@mcmhybrid.co.uk
  • C.
    New-MigrationBatch -Name PilotUsersGroup2 -Remote -TXTData ([System. IO.File]::ReadAllBytes("C:\ExchangeMigrations\NewMigrationBatch.txt")) -AllowIncrementalSyncs $true -AutoComplete:$false -NotificationEmails brian@mcmhybrid.co.uk
  • D.
    New-MoveRequest -Name PilotUsersGroup2 -Online -CSVData ([System. IO.File]::ReadAllBytes("C:\ExchangeMigrations\NewMigrationBatch.csv")) -AutoComplete:$false -NotificationEmails brian@mcmhybrid.co.uk
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
A. Incorrect: Online is not a valid move type.
B. Correct: This cmdlet will work.
C. Incorrect: TXTData and a text file is not a valid file format or file type. It is CSVData and a .csv file with a single column called EmailAddress.
D. Incorrect: This cmdlet uses New-MoveRequest, but all of the parameters are from New-MigrationBatch.
Report
Name Email  
58.
Which of the following are the correct URLs for the tool used to check remote connectivity to Office 365, and Exchange, Lync, and AD FS on-premises?
  • A.
    http://exrca.com/
  • B.
    http://testconnectivity.microsoft.com/
  • C.
    http://testexchangeconnectivity.microsoft.com/
  • D.
    http://exrca.onmicrosoft.com
  • Answer & Explanation
  • Report
Answer : [A, B, C]
Explanation :
A. Correct: This URL takes you to the Remote Connectivity Analyzer.
B. Correct: This URL takes you to the Remote Connectivity Analyzer.
C. Correct: This URL takes you to the Remote Connectivity Analyzer.
D. Incorrect: This is not a valid URL
Report
Name Email