Which Windows PowerShell cmdlets should you run?

DRAG DROP
A SharePoint 2010 environment contains the site collections described in the following table.

You plan to migrate the environment to SharePoint 2013. You create a SharePoint 2013 site
at the URL http:// testIntranet.contoso.com. You restore the database backups from the 2010
environment to the 2013 environment. You test the migration plan by migrating the
Intranet_Content database to the new site. You need to verify that the test migration
succeeds. Which Windows PowerShell cmdlets should you run? (To answer, drag the
appropriate cmdlets to the correct location or locations in the answer area. Each cmdlet may
be used once, more than once, or not at all. You may need to drag the split bar between
panes or scroll to view content.)

DRAG DROP
A SharePoint 2010 environment contains the site collections described in the following table.

You plan to migrate the environment to SharePoint 2013. You create a SharePoint 2013 site
at the URL http:// testIntranet.contoso.com. You restore the database backups from the 2010
environment to the 2013 environment. You test the migration plan by migrating the
Intranet_Content database to the new site. You need to verify that the test migration
succeeds. Which Windows PowerShell cmdlets should you run? (To answer, drag the
appropriate cmdlets to the correct location or locations in the answer area. Each cmdlet may
be used once, more than once, or not at all. You may need to drag the split bar between
panes or scroll to view content.)

Answer:

Explanation:



Leave a Reply 11

Your email address will not be published. Required fields are marked *


Alex

Alex

Do not they expect this?

The answer should be
Test-SPContentDatabase
-Name Intranet_Content
-WebApplication http://testIntranet.contoso.com
Mount-SPContentDatabase
-Name Intranet_Content
-WebApplication http://intranet.contoso.com

Ben

Ben

You need to verify that the test migration succeeds.

Not: Test and migrate the Intranet_Content database

J

J

You can’t mount or test the 2010 instance. Does not make sense.
Noted that the test commad specify the site and database. Then you should be mounting before testing.

Morne

Morne

This question is a bit wrong.

The Mount-SPContentDatabase command will perform the upgrade of the DB. Would be pointless then running the Test-SPContentDatabase after the fact. However the Test-SPContentDatabase command can be run before the DB is Mounted/Joined to a Web Application and before it is upgraded to a SP 2013 Version

https://technet.microsoft.com/en-us/library/ff607941.aspx

That being said the question does say “verify that the test migration succeeds” Running Test first you will know if it will fail or not. Running mount first and then testing is the only way to use both commands.

Slaw Jar

Slaw Jar

Took the 70-332 exam last week and passed with 905/1000 marks!

I got around 5-8 new questions, not hard at all, I learned them from the newest 180q premium 70-332 dumps.

New questions contain Drag and Drop Questions (Contoso, Ltd., SharePoint 2010 farm, upgrade for the extranet site…), Hotspot Questions (SharePoint environment, SQL Server AlwaysOn…SharePoint 2013 social features, User Profile Service Application…) and other mixed questions.

Be care of the Case Studies, some questions’ words and answers have been changed, read them carefully! And, Many questions on migrate SharePoint 2010 to SharePoint 2013 (THE IMPORTANT TOPICS!!!).

P.S. The valid 70-332 exam dumps that I learned are from here: http://bit.ly/70-332-180q-dumps (180q, including VCE and PDF files and Free VCE Player Software), 100% helpful for passing!

Best Regards!

Genti

Genti

I think that you’re repeating this way too much !